Posts in 2021

  • The Evolution of Kubernetes Dashboard

    By Marcin Maciaszczyk (Kubermatic), Sebastian Florek (Kubermatic) | Tuesday, March 09, 2021 in Blog

    In October 2020, the Kubernetes Dashboard officially turned five. As main project maintainers, we can barely believe that so much time has passed since our very first commits to the project. However, looking back with a bit of nostalgia, we realize …

    Read more

Posts in 2020

  • A Custom Kubernetes Scheduler to Orchestrate Highly Available Applications

    By Chris Seto (Cockroach Labs) | Monday, December 21, 2020 in Blog

    As long as you're willing to follow the rules, deploying on Kubernetes and air travel can be quite pleasant. More often than not, things will "just work". However, if one is interested in travelling with an alligator that must remain alive …

    Read more

  • Kubernetes 1.20: Pod Impersonation and Short-lived Volumes in CSI Drivers

    By Shihang Zhang (Google) | Friday, December 18, 2020 in Blog

    Typically when a CSI driver mounts credentials such as secrets and certificates, it has to authenticate against storage providers to access the credentials. However, the access to those credentials are controlled on the basis of the pods' identities …

    Read more

  • Third Party Device Metrics Reaches GA

    By Renaud Gaubert (NVIDIA), David Ashpole (Google), Pramod Ramarao (NVIDIA) | Wednesday, December 16, 2020 in Blog

    With Kubernetes 1.20, infrastructure teams who manage large scale Kubernetes clusters, are seeing the graduation of two exciting and long awaited features: The Pod Resources API (introduced in 1.13) is finally graduating to GA. This allows Kubernetes …

    Read more

  • Kubernetes 1.20: Granular Control of Volume Permission Changes

    By Hemant Kumar (Red Hat), Christian Huffman (Red Hat) | Monday, December 14, 2020 in Blog

    Kubernetes 1.20 brings two important beta features, allowing Kubernetes admins and users alike to have more adequate control over how volume permissions are applied when a volume is mounted inside a Pod. Allow users to skip recursive permission …

    Read more

  • Kubernetes 1.20: Kubernetes Volume Snapshot Moves to GA

    By Xing Yang (VMware), Xiangqian Yu (Google) | Thursday, December 10, 2020 in Blog

    The Kubernetes Volume Snapshot feature is now GA in Kubernetes v1.20. It was introduced as alpha in Kubernetes v1.12, followed by a second alpha with breaking changes in Kubernetes v1.13, and promotion to beta in Kubernetes 1.17. This blog post …

    Read more

  • Kubernetes 1.20: The Raddest Release

    By Kubernetes 1.20 Release Team | Tuesday, December 08, 2020 in Blog

    We’re pleased to announce the release of Kubernetes 1.20, our third and final release of 2020! This release consists of 42 enhancements: 11 enhancements have graduated to stable, 15 enhancements are moving to beta, and 16 enhancements are entering …

    Read more

  • GSoD 2020: Improving the API Reference Experience

    By Philippe Martin | Friday, December 04, 2020 in Blog

    Editor's note: Better API references have been my goal since I joined Kubernetes docs three and a half years ago. Philippe has succeeded fantastically. More than a better API reference, though, Philippe embodied the best of the Kubernetes community …

    Read more

  • Don't Panic: Kubernetes and Docker

    By Jorge Castro, Duffie Cooley, Kat Cosgrove, Justin Garrison, Noah Kantrowitz, Bob Killen, Rey Lejano, Dan “POP” Papandrea, Jeffrey Sica, Davanum “Dims” Srinivas | Wednesday, December 02, 2020 in Blog

    Update: Kubernetes support for Docker via dockershim is now removed. For more information, read the removal FAQ. You can also discuss the deprecation via a dedicated GitHub issue. Kubernetes is deprecating Docker as a container runtime after v1.20. …

    Read more

  • Dockershim Deprecation FAQ

    Wednesday, December 02, 2020 in Blog

    Update: There is a newer version of this article available. 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 …

    Read more