You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/install/kubernetes.md
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -121,7 +121,9 @@ to log in and manage templates.
121
121
sessionAffinity: None
122
122
```
123
123
124
-
### Load balancing considerations
124
+
## Load balancing considerations
125
+
126
+
### AWS
125
127
126
128
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:
127
129
@@ -170,6 +172,13 @@ coder:
170
172
to this URL in the Helm chart and upgrade Coder (see below).
171
173
This allows workspaces to connect to the proper Coder URL.
172
174
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)
0 commit comments