8000 docs: add documentation for installing Coder on Azure with Kubernetes by EdwardAngert · Pull Request #16216 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content

docs: add documentation for installing Coder on Azure with Kubernetes #16216

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 9 commits into from
Jun 16, 2025
Prev Previous commit
Next Next commit
link to k8s-azure-app-gateway
  • Loading branch information
EdwardAngert committed Jan 21, 2025
commit 63954f181d1bbcb2cf61ea37566f7a258a86d855
10 changes: 7 additions & 3 deletions docs/install/kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,13 +280,17 @@ coder:

### Azure

In certain enterprise environments, the
[Azure Application Gateway](https://learn.microsoft.com/en-us/azure/application-gateway/ingress-controller-overview)
was needed. The Application Gateway supports:
Certain enterprise environments require the
[Azure Application Gateway](https://learn.microsoft.com/en-us/azure/application-gateway/ingress-controller-overview).
The Application Gateway supports:

- Websocket traffic (required for workspace connections)
- TLS termination

Follow our doc on
[how to deploy Coder on Azure with an Application Gateway](./kubernetes/kubernetes-azure-app-gateway.md)
for an example.

## Troubleshooting

You can view Coder's logs by getting the pod name from `kubectl get pods` and
Expand Down
Loading
0