@@ -3,25 +3,29 @@ title: Kubernetes
3
3
description : Learn how to set up a Kubernetes cluster for your Coder deployment.
4
4
---
5
5
6
- You can deploy Coder into any [ compatible Kubernetes cluster] . Coder follows the
6
+ This section contains guides for creating a compatible cluster on common cloud
7
+ platforms, including Microsoft Azure, Google Cloud Platform, and Amazon Web
8
+ Services. If you already have a Kubernetes cluster, you may wish to proceed to
9
+ the [ installation guide] .
10
+
11
+ ## Supported Kubernetes versions
12
+
13
+ You can deploy Coder to any [ compatible Kubernetes cluster] . Coder follows the
7
14
[ Kubernetes upstream version support policy] , and the latest stable release
8
15
version of Coder supports the previous two minor releases as well as the current
9
- release of Kubernetes at time of publication. Coder may run successfully with
10
- older versions of Kubernetes, however, we strongly recommend running one of the
11
- currently-supported versions, in order to receive applicable fixes, including
12
- security fixes, from the Kubernetes project maintainers.
16
+ release of Kubernetes at time of publication.
17
+
18
+ Coder may run successfully with
19
+ older versions of Kubernetes. However, we strongly recommend running one of the
20
+ currently-supported versions so that you receive applicable fixes, including
21
+ security updates, from the Kubernetes project maintainers.
13
22
14
23
Coder continuously removes usage of deprecated Kubernetes API versions once
15
24
the minimum baseline version of Kubernetes supports the necessary features in
16
- a stable version. We follow this policy in order to ensure that Coder stops
25
+ a stable version. We follow this policy to ensure that Coder stops
17
26
using deprecated features before they are removed from new versions of
18
27
Kubernetes.
19
28
20
- This section contains guides for creating a compatible cluster on common cloud
21
- platforms, including Microsoft Azure, Google Cloud Platform, and Amazon Web
22
- Services. If you already have a Kubernetes cluster, you may wish to proceed to
23
- the [ installation guide] .
24
-
25
29
[ compatible kubernetes cluster ] : ../requirements.md
26
30
[ kubernetes upstream version support policy] :
27
31
https://kubernetes.io/docs/setup/release/version-skew-policy/
0 commit comments