8000 docs: add note on recommended Azure LB (#8431) · coder/coder@d8d8eb2 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit d8d8eb2

Browse files
authored
docs: add note on recommended Azure LB (#8431)
< 8000 div width="60px" height="22px" class="Box-sc-g0xbh4-0 LoadingSkeleton-sc-695d630a-0 kHfwUD kRBfod">
1 parent 21597e2 commit d8d8eb2

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

docs/install/kubernetes.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,9 @@ to log in and manage templates.
121121
sessionAffinity: None
122122
```
123123
124-
### Load balancing considerations
124+
## Load balancing considerations
125+
126+
### AWS
125127
126128
AWS however recommends a Network load balancer in lieu of the Classic load balancer. Use the following `values.yaml` settings to request a Network load balancer:
127129

@@ -170,6 +172,13 @@ coder:
170172
to this URL in the Helm chart and upgrade Coder (see below).
171173
This allows workspaces to connect to the proper Coder URL.
172174

175+
### Azure
176+
177+
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:
178+
179+
- Websocket traffic (required for workspace connections)
180+
- TLS termination
181+
173182
## Upgrading Coder via Helm
174183

175184
To upgrade Coder in the future or change values,

0 commit comments

Comments
 (0)
0