Skip to content

Add a internal page for every k8s distro #720

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 21, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions modules/ROOT/nav1.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,13 @@
** xref:kubernetes/ibm-cloud.adoc[]
** xref:kubernetes/ionos-managed-k8s.adoc[]
** xref:kubernetes/ionos-managed-stackable.adoc[]
** xref:kubernetes/kind.adoc[]
** xref:kubernetes/microk8s.adoc[]
** xref:kubernetes/oke.adoc[]
** xref:kubernetes/openshift.adoc[]
** xref:kubernetes/plusserver.adoc[]
** xref:kubernetes/ske.adoc[]
** xref:kubernetes/suse-k3s.adoc[]
** xref:kubernetes/suse-rancher.adoc[]
** xref:kubernetes/vmware_tanzu.adoc[]
* xref:getting-started.adoc[]
4 changes: 2 additions & 2 deletions modules/ROOT/pages/kubernetes/aks.adoc
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
= Azure Kubernetes Service (AKS)

Automatic Kubernetes clusters are not supported, as the xref:secret-operator:index.adoc[secret-operator] requires special privileges that are not granted in automatic Kubernetes clusters.

https://azure.microsoft.com/en-us/products/kubernetes-service

Automatic Kubernetes clusters are not supported, as the xref:secret-operator:index.adoc[secret-operator] requires special privileges that are not granted in automatic Kubernetes clusters.

. Create Kubernetes cluster
+
Choose an arbitrary name, the default configurations should be fine.
Expand Down
2 changes: 2 additions & 0 deletions modules/ROOT/pages/kubernetes/eks.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
= Amazon Elastic Kubernetes Service (EKS)

https://aws.amazon.com/eks/

Please make sure that you have a default StorageClass in your cluster, so that PVCs will be provisioned.

You can list available StorageClasses using the command
Expand Down
2 changes: 2 additions & 0 deletions modules/ROOT/pages/kubernetes/gke.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
= Google Kubernetes Engine (GKE)

https://cloud.google.com/kubernetes-engine

Autopilot clusters are not suported, as the xref:secret-operator:index.adoc[secret-operator] requires special privileges that are not granted in Autopilot clusters.

Other than that no special steps are needed.
6 changes: 4 additions & 2 deletions modules/ROOT/pages/kubernetes/huawei-cloud.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
= Huawei cloud
= Huawei Cloud Container Engine (CCE)

https://www.huaweicloud.com/intl/en-us/product/cce.html

Huawei Cloud uses a non-standard Kubelet state directory.
Therefore, installing the secret-operator and listener-operator on Huawei Cloud requires special handling.
For this reason the secret-operator and listener-operator on Huawei Cloud require special handling.
Please refer to the xref:secret-operator:installation.adoc#_huawei_cloud[secret-operator installation guide] and the xref:listener-operator:installation.adoc#_huawei_cloud[listener-operator installation guide] for details.
8 changes: 5 additions & 3 deletions modules/ROOT/pages/kubernetes/ibm-cloud.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
= IBM cloud
= IBM Cloud Kubernetes Service

IBM Cloud uses a non-standard Kubelet state directory.
Therefore, installing the secret-operator and listener-operator on IBM Cloud requires special handling.
https://www.ibm.com/products/kubernetes-service

IBM Cloud Kubernetes Service uses a non-standard Kubelet state directory.
For this reason the secret-operator and listener-operator on IBM Cloud Kubernetes Service require special handling.
Please refer to the xref:secret-operator:installation.adoc#_ibm_cloud[secret-operator installation guide] and the xref:listener-operator:installation.adoc#_ibm_cloud[listener-operator installation guide] for details.
2 changes: 1 addition & 1 deletion modules/ROOT/pages/kubernetes/ionos-managed-stackable.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
= IONOS managed Stackable

https://cloud.ionos.com/solutions/managed-stackable
https://cloud.ionos.com/managed/managed-stackable

> The Managed Stackable Data Platform from IONOS Cloud is designed to enable you to work with maximum efficiency: Simply select the appropriate data management tools for your respective purpose, build individual stacks for yourself or your customers and make all your data productively usable as quickly as possible
3 changes: 3 additions & 0 deletions modules/ROOT/pages/kubernetes/kind.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
= kind

https://kind.sigs.k8s.io/
4 changes: 3 additions & 1 deletion modules/ROOT/pages/kubernetes/microk8s.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
= Microk8s

https://microk8s.io/

Microk8s uses a non-standard Kubelet state directory.
Therefore, installing the secret-operator and listener-operator on Microk8s requires special handling.
For this reason the secret-operator and listener-operator on Microk8s require special handling.
Please refer to the xref:secret-operator:installation.adoc#_microk8s[secret-operator installation guide] and the xref:listener-operator:installation.adoc#_microk8s[listener-operator installation guide] for details.
3 changes: 3 additions & 0 deletions modules/ROOT/pages/kubernetes/oke.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
= Oracle Kubernetes Engine (OKE)

https://www.oracle.com/cloud/cloud-native/kubernetes-engine/
4 changes: 3 additions & 1 deletion modules/ROOT/pages/kubernetes/openshift.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
= OpenShift
= Red Hat OpenShift

https://www.redhat.com/en/technologies/cloud-computing/openshift

SDP operators are certified for the OpenShift platform and can be installed from the OperatorHub.

Expand Down
3 changes: 3 additions & 0 deletions modules/ROOT/pages/kubernetes/plusserver.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
= plusserver Kubernetes as a Service

https://www.plusserver.com/en/product/managed-kubernetes/
3 changes: 3 additions & 0 deletions modules/ROOT/pages/kubernetes/suse-k3s.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
= SUSE K3S

https://www.suse.com/products/k3s/
3 changes: 3 additions & 0 deletions modules/ROOT/pages/kubernetes/suse-rancher.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
= SUSE Rancher

https://www.rancher.com/products/rancher
4 changes: 3 additions & 1 deletion modules/ROOT/pages/kubernetes/vmware_tanzu.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
= VMware Tanzu

https://www.vmware.com/products/app-platform/tanzu

VMware Tanzu uses a non-standard Kubelet state directory.
Therefore, installing the secret-operator and listener-operator on VMware Tanzu requires special handling.
For this reason the secret-operator and listener-operator on VMware Tanzu require special handling.
Please refer to the xref:secret-operator:installation.adoc#_vmware_tanzu[secret-operator installation guide] and the xref:listener-operator:installation.adoc#_vmware_tanzu[listener-operator installation guide] for details.
20 changes: 10 additions & 10 deletions modules/ROOT/partials/supported-kubernetes-distributions.adoc
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
* xref:kubernetes/eks.adoc[Amazon Elastic Kubernetes Service]
* xref:kubernetes/aks.adoc[Azure Kubernetes Service]
* xref:kubernetes/gke.adoc[Google Kubernetes Engine]
* xref:kubernetes/ionos-managed-k8s.adoc[IONOS Managed Kubernetes]
* xref:kubernetes/ionos-managed-stackable.adoc[IONOS Managed Stackable]
* https://kind.sigs.k8s.io/[kind]
* xref:kubernetes/microk8s.adoc[MicroK8s]
* xref:kubernetes/openshift.adoc[Red Hat OpenShift]
* https://www.suse.com/products/k3s/[SUSE K3S]
* https://www.rancher.com/products/rancher[SUSE Rancher]
* xref:kubernetes/eks.adoc[]
* xref:kubernetes/aks.adoc[]
* xref:kubernetes/gke.adoc[]
* xref:kubernetes/ionos-managed-k8s.adoc[]
* xref:kubernetes/ionos-managed-stackable.adoc[]
* xref:kubernetes/kind.adoc[]
* xref:kubernetes/microk8s.adoc[]
* xref:kubernetes/openshift.adoc[]
* xref:kubernetes/suse-k3s.adoc[]
* xref:kubernetes/suse-rancher.adoc[]
12 changes: 6 additions & 6 deletions modules/ROOT/partials/tested-kubernetes-distributions.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
* xref:kubernetes/huawei-cloud.adoc[Huawei Cloud]
* xref:kubernetes/ibm-cloud.adoc[IBM Cloud]
* https://www.plusserver.com/en/product/managed-kubernetes/[plusserver Kubernetes as a Service]
* xref:kubernetes/ske.adoc[STACKIT Kubernetes Engine] (with the exception of missing public NodePorts)
* xref:kubernetes/vmware_tanzu.adoc[VMware Tanzu]
* https://www.oracle.com/cloud/cloud-native/kubernetes-engine/[Oracle Kubernetes Engine (OKE)]
* xref:kubernetes/huawei-cloud.adoc[]
* xref:kubernetes/ibm-cloud.adoc[]
* xref:kubernetes/plusserver.adoc[]
* xref:kubernetes/ske.adoc[] (with the exception of missing public NodePorts)
* xref:kubernetes/vmware_tanzu.adoc[]
* xref:kubernetes/oke.adoc[]
Loading