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
SKE clusters by default have no public IPs assigned to the Kubernetes nodes.
6
-
As of 2024-06-13 marking the nodes as public during the Kubernetes cluster creation is not supported.
6
+
At the time of writing (2026-07-15) marking the nodes as public during the Kubernetes cluster creation is not supported.
7
7
8
-
As a workaround we create a normal Kubernetes and assign public IP adresses to the Kubernetes nodes.
8
+
As a workaround we create a normal Kubernetes cluster and assign public IP addresses to each of the Kubernetes nodes.
9
9
10
-
WARNING: The Kubernetes nodes are ephemeral. When STACKIT decides to reboot your Kubernetes nodes (e.g. to do security updates) they will loose their IP addresses and your services will not be reachable anymore, you need to re-assign the IP addresses.
10
+
WARNING: The Kubernetes nodes are ephemeral. When STACKIT decides to reboot your Kubernetes nodes (e.g. to do security updates) they will lose their IP addresses and your services will not be reachable anymore: you need to re-assign the IP addresses.
11
11
To circumvent this problem you can use LoadBalancers instead of NodePorts (which might be more expensive due to additional IP addresses).
12
12
13
13
. Create Kubernetes cluster
14
14
+
15
+
image::managed-k8s/ske/1.png[]
16
+
+
15
17
We recommend using at least 50GB disk space for the docker images.
0 commit comments