8000 docs: link to eks steps from aws section by EdwardAngert · Pull Request #17646 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content

docs: link to eks steps from aws section #17646

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 2, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
link to eks in k8s
  • Loading branch information
EdwardAngert committed May 1, 2025
commit 443f1ab19ab85a02ab126d5fc0e5d07472569fe5
5 changes: 4 additions & 1 deletion docs/install/cloud/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,13 @@ cloud of choice.
We publish an EC2 image with Coder pre-installed. Follow the tutorial here:

- [Install Coder on AWS EC2](./ec2.md)
- [Install Coder on AWS EKS](../kubernetes.md#aws)

Alternatively, install the [CLI binary](../cli.md) on any Linux machine or
follow our [Kubernetes](../kubernetes.md) documentation to install Coder on an
existing EKS cluster. For EKS-specific installation guidance, see the [AWS section in Kubernetes installation docs](../kubernetes.md#aws).
existing Kubernetes cluster.

For EKS-specific installation guidance, see the [AWS section in Kubernetes installation docs](../kubernetes.md#aws).

## GCP

Expand Down
Loading
0