|
1 | 1 | ---
|
2 | 2 | title: Kubernetes
|
3 |
| -description: Learn how to set up a K8 cluster for your Coder deployment. |
| 3 | +description: Learn how to set up a Kubernetes cluster for your Coder deployment. |
4 | 4 | ---
|
5 | 5 |
|
6 |
| -You can install and deploy Coder onto any Kubernetes cluster (version 1.13.7+) |
7 |
| -that meets the [requirements](../requirements.md). |
| 6 | +You can deploy Coder into any [compatible Kubernetes cluster]. Coder follows the |
| 7 | +[Kubernetes upstream version support policy] and the latest stable release |
| 8 | +version of Coder supports the previous two minor releases as well as the current |
| 9 | +release. While Coder may run on older versions of Kubernetes, we strongly |
| 10 | +recommend running one of the supported versions, in order to receive applicable |
| 11 | +fixes, including security fixes, from the project maintainers. |
8 | 12 |
|
9 |
| -To help you get up and running, Coder offers the following deployment guides (if |
10 |
| -you're already set up with a Kubernetes cluster, please proceed to |
11 |
| -[installation](../installation.md)): |
| 13 | +[compatible kubernetes cluster]: ../requirements.md |
| 14 | +[kubernetes upstream version support policy]: |
| 15 | + https://kubernetes.io/docs/setup/release/version-skew-policy/ |
| 16 | + |
| 17 | +This section contains guides for creating a compatible cluster on common cloud |
| 18 | +platforms, including Microsoft Azure, Google Cloud Platform, and Amazon Web |
| 19 | +Services. If you already have a Kubernetes cluster, you may wish to proceed to |
| 20 | +the [installation guide]. |
| 21 | + |
| 22 | +[installation guide]: ../installation.md |
12 | 23 |
|
13 | 24 | <children></children>
|
0 commit comments