You are viewing documentation for Kubernetes version: v1.21
Kubernetes v1.21 documentation is no longer actively maintained. The version you are currently viewing is a static snapshot. For up-to-date documentation, see the latest version.
Posts in 2020
Don't Panic: Kubernetes and Docker
Wednesday, December 02, 2020 in Blog
Authors: Jorge Castro, Duffie Cooley, Kat Cosgrove, Justin Garrison, Noah Kantrowitz, Bob Killen, Rey Lejano, Dan “POP” Papandrea, Jeffrey Sica, Davanum “Dims” Srinivas Kubernetes is deprecating Docker as a container runtime after v1.20. You do not …
Dockershim Deprecation FAQ
Wednesday, December 02, 2020 in Blog
This document goes over some frequently asked questions regarding the Dockershim deprecation announced as a part of the Kubernetes v1.20 release. For more detail on the deprecation of Docker as a container runtime for Kubernetes kubelets, and what …
Cloud native security for your clusters
Wednesday, November 18, 2020 in Blog
Author: Pushkar Joglekar Over the last few years a small, security focused community has been working diligently to deepen our understanding of security, given the evolving cloud native infrastructure and corresponding iterative deployment practices. …
Remembering Dan Kohn
Monday, November 02, 2020 in Blog
Author: The Kubernetes Steering Committee Dan Kohn was instrumental in getting Kubernetes and CNCF community to where it is today. He shared our values, motivations, enthusiasm, community spirit, and helped the Kubernetes community to become the best …
Announcing the 2020 Steering Committee Election Results
Monday, October 12, 2020 in Blog
Author: Kaslin Fields The 2020 Steering Committee Election is now complete. In 2019, the committee arrived at its final allocation of 7 seats, 3 of which were up for election in 2020. Incoming committee members serve a term of 2 years, and all …
Contributing to the Development Guide
Thursday, October 01, 2020 in Blog
When most people think of contributing to an open source project, I suspect they probably think of contributing code changes, new features, and bug fixes. As a software engineer and a long-time open source user and contributor, that's certainly what …
GSoC 2020 - Building operators for cluster addons
Wednesday, September 16, 2020 in Blog
Author: Somtochi Onyekwere Introduction Google Summer of Code is a global program that is geared towards introducing students to open source. Students are matched with open-source organizations to work with them for three months during the summer. My …
Introducing Structured Logs
Friday, September 04, 2020 in Blog
Authors: Marek Siarkowicz (Google), Nathan Beach (Google) Logs are an essential aspect of observability and a critical tool for debugging. But Kubernetes logs have traditionally been unstructured strings, making any automated parsing difficult and …
Warning: Helpful Warnings Ahead
Thursday, September 03, 2020 in Blog
Author: Jordan Liggitt (Google) As Kubernetes maintainers, we're always looking for ways to improve usability while preserving compatibility. As we develop features, triage bugs, and answer support questions, we accumulate information that would be …
Scaling Kubernetes Networking With EndpointSlices
Wednesday, September 02, 2020 in Blog
Author: Rob Scott (Google) EndpointSlices are an exciting new API that provides a scalable and extensible alternative to the Endpoints API. EndpointSlices track IP addresses, ports, readiness, and topology information for Pods backing a Service. In …