Skip to content

Commit f8c326e

Browse files
authored
docs: Update SKE section (#886)
* docs: Update SKE section * delete old images
1 parent 2dd8429 commit f8c326e

8 files changed

Lines changed: 9 additions & 5 deletions

File tree

9.58 KB
Loading
15.8 KB
Loading
9.58 KB
Loading
12.3 KB
Loading
-25.9 KB
Loading
33.3 KB
Loading
48.8 KB
Loading

modules/ROOT/pages/kubernetes/ske.adoc

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,20 @@
33
https://www.stackit.de/de/produkt/stackit-kubernetes-engine/[https://www.stackit.de/de/produkt/stackit-kubernetes-engine/{external-link-icon}^]
44

55
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.
77

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.
99

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.
1111
To circumvent this problem you can use LoadBalancers instead of NodePorts (which might be more expensive due to additional IP addresses).
1212

1313
. Create Kubernetes cluster
1414
+
15+
image::managed-k8s/ske/1.png[]
16+
+
1517
We recommend using at least 50GB disk space for the docker images.
1618
+
17-
image::managed-k8s/ske/1.png[]
19+
image::managed-k8s/ske/1b.png[]
1820

1921
. Wait until Kubernetes is up and running
2022
+
@@ -27,6 +29,8 @@ image::managed-k8s/ske/3.png[]
2729
. Assign public IP to *all* Kubernetes nodes
2830
+
2931
image::managed-k8s/ske/4.png[]
32+
+
33+
image::managed-k8s/ske/4b.png[]
3034

3135
. Download kubeconfig
3236
+
@@ -36,5 +40,5 @@ image::managed-k8s/ske/5.png[]
3640
+
3741
[source,bash]
3842
----
39-
export KUBECONFIG=~/Downloads/my-cluister.yml
43+
export KUBECONFIG=~/Downloads/my-cluster.yml
4044
----

0 commit comments

Comments
 (0)