Skip to content

Commit 2f547ef

Browse files
Kamil PrzybylKamil Przybyl
authored andcommitted
chore: add network mode annotation
1 parent dba3785 commit 2f547ef

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

docs/albcm.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,13 @@ spec:
105105
number: 80
106106
```
107107

108+
### Network Routing Mode
109+
The network routing mode determines how the ALB forwards external traffic to your applications within the cluster. Specifying this mode is mandatory. If omitted, your resource will be rejected by the validation webhook.
110+
111+
You must set the `alb.stackit.cloud/network-mode` annotation on your IngressClass.
112+
113+
Currently `NodePort` is the only supported mode. The ALB routes traffic to the cluster nodes, which then forward it to your pods. Future releases will introduce direct-to-pod routing as an additional mode. Setting `NodePort` now ensures your current configurations remain backwards compatible when new modes are added.
114+
108115
### WebSockets Support
109116
You can enable WebSocket support for your applications by adding a specific annotation to your Ingress resource. Note that in this initial release, enabling this annotation applies globally to all routing rules defined within that specific Ingress.
110117

@@ -134,3 +141,4 @@ metadata:
134141
annotations:
135142
alb.stackit.cloud/web-application-firewall-name: "my-waf-config"
136143
```
144+

0 commit comments

Comments
 (0)