We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50695b7 commit 912b6abCopy full SHA for 912b6ab
docs/install/cloud/index.md
@@ -10,10 +10,13 @@ cloud of choice.
10
We publish an EC2 image with Coder pre-installed. Follow the tutorial here:
11
12
- [Install Coder on AWS EC2](./ec2.md)
13
+- [Install Coder on AWS EKS](../kubernetes.md#aws)
14
15
Alternatively, install the [CLI binary](../cli.md) on any Linux machine or
16
follow our [Kubernetes](../kubernetes.md) documentation to install Coder on an
-existing EKS cluster.
17
+existing Kubernetes cluster.
18
+
19
+For EKS-specific installation guidance, see the [AWS section in Kubernetes installation docs](../kubernetes.md#aws).
20
21
## GCP
22
0 commit comments