From 84c061ee33ba724d6c1190572ea7d3675bcd430b Mon Sep 17 00:00:00 2001 From: drnickiw <45834465+drnickiw@users.noreply.github.com> Date: Sun, 12 Jan 2020 18:00:50 -0500 Subject: [PATCH] FAQ:Zero downtime Kubernetes (#398) * FAQ:Zero downtime Kubernetes * Update how-achieve-zero-downtime-kubernetes.md Co-authored-by: Erik Osterman --- .../faq/how-achieve-zero-downtime-kubernetes.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 content/faq/how-achieve-zero-downtime-kubernetes.md diff --git a/content/faq/how-achieve-zero-downtime-kubernetes.md b/content/faq/how-achieve-zero-downtime-kubernetes.md new file mode 100644 index 000000000..3d9db6041 --- /dev/null +++ b/content/faq/how-achieve-zero-downtime-kubernetes.md @@ -0,0 +1,17 @@ +--- +title: "How do we achieve Kubernetes upgrades with zero downtime?" +description: "Kubernetes is designed to handle this with ease. We document a process to accomplish this." +tags: +- Kubernetes +- upgrades +- downtime +--- + +## Question + +How do we achieve zero-downtime deploys of Kubernetes upgrades? + + +## Answer + +We describe the process [here](https://docs.cloudposse.com/geodesic/kops/upgrade-cluster/).