Posts in 2021

  • Spotlight on SIG Usability

    Thursday, July 15, 2021 in Blog

    Author: Kunal Kushwaha (Civo) Note: SIG Usability, which is featured in this Spotlight blog, has been deprecated and is no longer active. As a result, the links and information provided in this blog post may no longer be valid or relevant. Should …

    Read more

  • Kubernetes API and Feature Removals In 1.22: Here’s What You Need To Know

    Wednesday, July 14, 2021 in Blog

    Authors: Krishna Kilari (Amazon Web Services), Tim Bannister (The Scale Factory) As the Kubernetes API evolves, APIs are periodically reorganized or upgraded. When APIs evolve, the old APIs they replace are deprecated, and eventually removed. See …

    Read more

  • Announcing Kubernetes Community Group Annual Reports

    Monday, June 28, 2021 in Blog

    Authors: Divya Mohan Given the growth and scale of the Kubernetes project, the existing reporting mechanisms were proving to be inadequate and challenging. Kubernetes is a large open source project. With over 100000 commits just to the main …

    Read more

  • Writing a Controller for Pod Labels

    Monday, June 21, 2021 in Blog

    Authors: Arthur Busser (Padok) Operators are proving to be an excellent solution to running stateful distributed applications in Kubernetes. Open source tools like the Operator SDK provide ways to build reliable and maintainable operators, making it …

    Read more

  • Using Finalizers to Control Deletion

    Friday, May 14, 2021 in Blog

    Authors: Aaron Alpar (Kasten) Deleting objects in Kubernetes can be challenging. You may think you’ve deleted something, only to find it still persists. While issuing a kubectl delete command and hoping for the best might work for day-to-day …

    Read more

  • Kubernetes 1.21: Metrics Stability hits GA

    Friday, April 23, 2021 in Blog

    Authors: Han Kang (Google), Elana Hashman (Red Hat) Kubernetes 1.21 marks the graduation of the metrics stability framework and along with it, the first officially supported stable metrics. Not only do stable metrics come with supportability …

    Read more

  • Evolving Kubernetes networking with the Gateway API

    Thursday, April 22, 2021 in Blog

    Authors: Mark Church (Google), Harry Bagdi (Kong), Daneyon Hanson (Red Hat), Nick Young (VMware), Manuel Zapf (Traefik Labs) The Ingress resource is one of the many Kubernetes success stories. It created a diverse ecosystem of Ingress controllers …

    Read more

  • Graceful Node Shutdown Goes Beta

    Wednesday, April 21, 2021 in Blog

    Authors: David Porter (Google), Mrunal Patel (Red Hat), and Tim Bannister (The Scale Factory) Graceful node shutdown, beta in 1.21, enables kubelet to gracefully evict pods during a node shutdown. Kubernetes is a distributed system and as such we …

    Read more

  • Defining Network Policy Conformance for Container Network Interface (CNI) providers

    Tuesday, April 20, 2021 in Blog

    Authors: Matt Fenwick (Synopsys), Jay Vyas (VMWare), Ricardo Katz, Amim Knabben (Loadsmart), Douglas Schilling Landgraf (Red Hat), Christopher Tomkins (Tigera) Special thanks to Tim Hockin and Bowie Du (Google), Dan Winship and Antonio Ojea (Red …

    Read more

  • Annotating Kubernetes Services for Humans

    Tuesday, April 20, 2021 in Blog

    Author: Richard Li, Ambassador Labs Have you ever been asked to troubleshoot a failing Kubernetes service and struggled to find basic information about the service such as the source repository and owner? One of the problems as Kubernetes …

    Read more