You are viewing documentation for Kubernetes version: v1.24

Kubernetes v1.24 documentation is no longer actively maintained. The version you are currently viewing is a static snapshot. For up-to-date information, see the latest version.

Posts in 2019

  • APIServer dry-run and kubectl diff

    Monday, January 14, 2019 in Blog

    Author: Antoine Pelisse (Google Cloud, @apelisse) Declarative configuration management, also known as configuration-as-code, is one of the key strengths of Kubernetes. It allows users to commit the desired state of the cluster, and to keep track of …

    Read more

Posts in 2018

  • Kubernetes Federation Evolution

    Wednesday, December 12, 2018 in Blog

    Authors: Irfan Ur Rehman (Huawei), Paul Morie (RedHat) and Shashidhara T D (Huawei) Kubernetes provides great primitives for deploying applications to a cluster: it can be as simple as kubectl create -f app.yaml. Deploy apps across multiple clusters …

    Read more

  • etcd: Current status and future roadmap

    Tuesday, December 11, 2018 in Blog

    Author: Gyuho Lee (Amazon Container OSS Team, @gyuho), Joe Betz (Google Cloud, @jpbetz) etcd is a distributed key value store that provides a reliable way to manage the coordination state of distributed systems. etcd was first announced in June 2013 …

    Read more

  • New Contributor Workshop Shanghai

    Wednesday, December 05, 2018 in Blog

    Authors: Josh Berkus (Red Hat), Yang Li (The Plant), Puja Abbassi (Giant Swarm), XiangPeng Zhao (ZTE) Kubecon Shanghai New Contributor Summit attendees. Photo by Jerry Zhang We recently completed our first New Contributor Summit in China, at the …

    Read more

  • Production-Ready Kubernetes Cluster Creation with kubeadm

    Tuesday, December 04, 2018 in Blog

    Authors: Lucas Käldström (CNCF Ambassador) and Luc Perkins (CNCF Developer Advocate) kubeadm is a tool that enables Kubernetes administrators to quickly and easily bootstrap minimum viable clusters that are fully compliant with Certified Kubernetes …

    Read more

  • Kubernetes 1.13: Simplified Cluster Management with Kubeadm, Container Storage Interface (CSI), and CoreDNS as Default DNS are Now Generally Available

    Monday, December 03, 2018 in Blog

    Author: The 1.13 Release Team We’re pleased to announce the delivery of Kubernetes 1.13, our fourth and final release of 2018! Kubernetes 1.13 has been one of the shortest releases to date at 10 weeks. This release continues to focus on stability and …

    Read more

  • Kubernetes Docs Updates, International Edition

    Thursday, November 08, 2018 in Blog

    Author: Zach Corleissen (Linux Foundation) As a co-chair of SIG Docs, I'm excited to share that Kubernetes docs have a fully mature workflow for localization (l10n). Abbreviations galore L10n is an abbreviation for localization. I18n is an …

    Read more

  • gRPC Load Balancing on Kubernetes without Tears

    Wednesday, November 07, 2018 in Blog

    Author: William Morgan (Buoyant) Many new gRPC users are surprised to find that Kubernetes's default load balancing often doesn't work out of the box with gRPC. For example, here's what happens when you take a simple gRPC Node.js microservices app …

    Read more

  • Tips for Your First Kubecon Presentation - Part 2

    Friday, October 26, 2018 in Blog

    Author: Michael Gasch (VMware) Hello and welcome back to the second and final part about tips for KubeCon first-time speakers. If you missed the last post, please give it a read here. The Day before the Show Tip #13 - Get enough sleep. I don't know …

    Read more

  • Tips for Your First Kubecon Presentation - Part 1

    Thursday, October 18, 2018 in Blog

    Author: Michael Gasch (VMware) First of all, let me congratulate you to this outstanding achievement. Speaking at KubeCon, especially if it's your first time, is a tremendous honor and experience. Well done! Congrats to everyone who got Kubecon talks …

    Read more