Skip to content

Commit

Permalink
FAQ:Zero downtime Kubernetes (#398)
Browse files Browse the repository at this point in the history
* FAQ:Zero downtime Kubernetes

* Update how-achieve-zero-downtime-kubernetes.md

Co-authored-by: Erik Osterman <[email protected]>
  • Loading branch information
drnickiw and osterman committed Jan 12, 2020
1 parent d387799 commit 84c061e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions content/faq/how-achieve-zero-downtime-kubernetes.md
Original file line number Diff line number Diff line change
@@ -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/).

0 comments on commit 84c061e

Please sign in to comment.