# Setup

LLMS index: [llms.txt](/llms.txt)

---

<!-- overview -->

Diese Sektion umfasst verschiedene Optionen zum Einrichten und Betrieb von Kubernetes.

Verschiedene Kubernetes Lösungen haben verschiedene Anforderungen:  Einfache Wartung, Sicherheit, Kontrolle, verfügbare Resourcen und erforderliches Fachwissen zum Betrieb und zur Verwaltung. Das folgende Diagramm zeigt die möglichen Abstraktionen eines Kubernetes-Clusters und ob eine Abstraktion selbst verwaltet oder von einem Anbieter verwaltet wird.

Sie können einen Kubernetes-Cluster auf einer lokalen Maschine, Cloud, On-Prem Datacenter bereitstellen; oder wählen Sie einen verwalteten Kubernetes-Cluster. Sie können auch eine individuelle Lösung über eine grosse Auswahl an Cloud Anbietern oder Bare-Metal-Umgebungen nutzen.

Noch einfacher können Sie einen Kubernetes-Cluster in einer Lern- und Produktionsumgebung erstellen.



<!-- body -->

## Lernumgebung

Benutzen Sie eine Docker-basierende Lösung, wenn Sie Kubernetes erlernen wollen: Von der Kubernetes-Community unterstützte Werkzeuge oder Werkzeuge in einem Ökosystem zum Einrichten eines Kubernetes-Clusters auf einer lokalen Maschine.



 





<table><caption style="display: none;">Tabelle mit Lösungen für lokale Maschinen, in der die Tools aufgeführt sind, die von der Community und dem Ökosystem für die Bereitstellung von Kubernetes unterstützt werden.</caption>
	<thead>
			<tr>
					<th>Community</th>
					<th>Ökosystem</th>
			</tr>
	</thead>
	<tbody>
			<tr>
					<td><a href="/docs/setup/learning-environment/minikube/">Minikube</a></td>
					<td><a href="https://www.ubuntu.com/kubernetes/docs/install-local">CDK on LXD</a></td>
			</tr>
			<tr>
					<td><a href="https://github.com/kubernetes-sigs/kind">kind (Kubernetes IN Docker)</a></td>
					<td><a href="https://www.docker.com/products/docker-desktop">Docker Desktop</a></td>
			</tr>
			<tr>
					<td></td>
					<td><a href="https://docs.okd.io/latest/minishift/">Minishift</a></td>
			</tr>
			<tr>
					<td></td>
					<td><a href="https://microk8s.io/">MicroK8s</a></td>
			</tr>
			<tr>
					<td></td>
					<td><a href="https://github.com/IBM/deploy-ibm-cloud-private">IBM Cloud Private-CE (Community Edition)</a></td>
			</tr>
			<tr>
					<td></td>
					<td><a href="https://github.com/HSBawa/icp-ce-on-linux-containers">IBM Cloud Private-CE (Community Edition) on Linux Containers</a></td>
			</tr>
			<tr>
					<td></td>
					<td><a href="https://k3s.io">k3s</a></td>
			</tr>
	</tbody>
</table>


## Produktionsumgebung

Überlegen Sie sich bei der Bewertung einer Lösung für eine Produktionsumgebung, welche Aspekte des Betriebs eines Kubernetes-Clusters (oder von _abstractions_) Sie selbst verwalten oder an einen Anbieter auslagern möchten.

Einige mögliche Abstraktionen von Kubernetes-Clustern sind  <a class='glossary-tooltip' title='Die Schicht, in der verschiedene containerisierte Anwendungen laufen.' data-bs-toggle='tooltip' data-bs-placement='top' href='/de/docs/reference/glossary/?all=true#term-applications' target='_blank' aria-label='applications'>applications</a>, <a class='glossary-tooltip' title='The layer that provides capacity such as CPU, memory, network, and storage so that the containers can run and connect to a network.' data-bs-toggle='tooltip' data-bs-placement='top' href='/de/docs/reference/glossary/?all=true#term-data-plane' target='_blank' aria-label='data plane'>data plane</a>, <a class='glossary-tooltip' title='Die Container Orchestrierungsschicht, die die API und Schnittstellen exponiert, um den Lebenszyklus von Container zu definieren, bereitzustellen, und zu verwalten.' data-bs-toggle='tooltip' data-bs-placement='top' href='/de/docs/reference/glossary/?all=true#term-control-plane' target='_blank' aria-label='control plane'>control plane</a>, <a class='glossary-tooltip' title='The infrastructure layer provides and maintains VMs, networking, security groups and others.' data-bs-toggle='tooltip' data-bs-placement='top' href='/de/docs/reference/glossary/?all=true#term-cluster-infrastructure' target='_blank' aria-label='cluster infrastructure'>cluster infrastructure</a> und <a class='glossary-tooltip' title='The work involved in managing a Kubernetes cluster.' data-bs-toggle='tooltip' data-bs-placement='top' href='/de/docs/reference/glossary/?all=true#term-cluster-operations' target='_blank' aria-label='cluster operations'>cluster operations</a>.

Das folgende Diagramm zeigt die möglichen Abstraktionen eines Kubernetes-Clusters und ob eine Abstraktion selbst verwaltet oder von einem Anbieter verwaltet wird.

Lösungen für Produktionsumgebungen![Lösungen für Produktionsumgebungen](/images/docs/KubernetesSolutions.svg)



 





<p>Die folgende Tabelle für Produktionsumgebungs-Lösungen listet Anbieter und deren Lösungen auf.</p>
<table><caption style="display: none;">Tabelle für Produktionsumgebungs-Lösungen listet Anbieter und deren Lösungen auf.</caption>
	<thead>
			<tr>
					<th>Providers</th>
					<th>Managed</th>
					<th>Turnkey cloud</th>
					<th>On-Prem Datacenter</th>
					<th>Custom (cloud)</th>
					<th>Custom (On-premises VMs)</th>
					<th>Custom (Bare Metal)</th>
			</tr>
	</thead>
	<tbody>
			<tr>
					<td><a href="https://www.agilestacks.com/products/kubernetes">Agile Stacks</a></td>
					<td></td>
					<td>✔</td>
					<td>✔</td>
					<td></td>
					<td></td>
					<td></td>
			</tr>
			<tr>
					<td><a href="https://www.alibabacloud.com/product/kubernetes">Alibaba Cloud</a></td>
					<td></td>
					<td>✔</td>
					<td></td>
					<td></td>
					<td></td>
					<td></td>
			</tr>
			<tr>
					<td><a href="https://aws.amazon.com">Amazon</a></td>
					<td><a href="https://aws.amazon.com/eks/">Amazon EKS</a></td>
					<td><a href="https://aws.amazon.com/ec2/">Amazon EC2</a></td>
					<td></td>
					<td></td>
					<td></td>
					<td></td>
			</tr>
			<tr>
					<td><a href="https://appscode.com/products/pharmer/">AppsCode</a></td>
					<td>✔</td>
					<td></td>
					<td></td>
					<td></td>
					<td></td>
					<td></td>
			</tr>
			<tr>
					<td><a href="https://appuio.ch/">APPUiO</a> </td>
					<td>✔</td>
					<td>✔</td>
					<td>✔</td>
					<td></td>
					<td></td>
					<td></td>
			</tr>
			<tr>
					<td><a href="https://banzaicloud.com/products/pke/">Banzai Cloud Pipeline Kubernetes Engine (PKE)</a></td>
					<td></td>
					<td>✔</td>
					<td></td>
					<td>✔</td>
					<td>✔</td>
					<td>✔</td>
			</tr>
			<tr>
					<td><a href="https://www.ctl.io/">CenturyLink Cloud</a></td>
					<td></td>
					<td>✔</td>
					<td></td>
					<td></td>
					<td></td>
					<td></td>
			</tr>
			<tr>
					<td><a href="https://cisco.com/go/containers">Cisco Container Platform</a></td>
					<td></td>
					<td></td>
					<td>✔</td>
					<td></td>
					<td></td>
					<td></td>
			</tr>
			<tr>
					<td><a href="https://docs-cfcr.cfapps.io/">Cloud Foundry Container Runtime (CFCR)</a></td>
					<td></td>
					<td></td>
					<td></td>
					<td>✔</td>
					<td>✔</td>
					<td></td>
			</tr>
			<tr>
					<td><a href="https://cloudstack.apache.org/">CloudStack</a></td>
					<td></td>
					<td></td>
					<td></td>
					<td></td>
					<td>✔</td>
					<td></td>
			</tr>
			<tr>
					<td><a href="https://ubuntu.com/kubernetes">Canonical</a></td>
					<td>✔</td>
					<td>✔</td>
					<td>✔</td>
					<td>✔</td>
					<td>✔</td>
					<td>✔</td>
			</tr>
			<tr>
					<td><a href="https://containership.io">Containership</a></td>
					<td>✔</td>
					<td>✔</td>
					<td></td>
					<td></td>
					<td></td>
					<td></td>
			</tr>
			<tr>
					<td><a href="https://d2iq.com/">D2iQ</a></td>
					<td></td>
					<td><a href="https://d2iq.com/solutions/ksphere">Kommander</a></td>
					<td><a href="https://d2iq.com/solutions/ksphere/konvoy">Konvoy</a></td>
					<td><a href="https://d2iq.com/solutions/ksphere/konvoy">Konvoy</a></td>
					<td><a href="https://d2iq.com/solutions/ksphere/konvoy">Konvoy</a></td>
					<td><a href="https://d2iq.com/solutions/ksphere/konvoy">Konvoy</a></td>
			</tr>
			<tr>
					<td><a href="https://provision.readthedocs.io/en/tip/README.html">Digital Rebar</a></td>
					<td></td>
					<td></td>
					<td></td>
					<td></td>
					<td></td>
					<td>✔</td>
			</tr>
			<tr>
					<td><a href="https://www.digitalocean.com/products/kubernetes/">DigitalOcean</a></td>
					<td>✔</td>
					<td></td>
					<td></td>
					<td></td>
					<td></td>
					<td></td>
			</tr>
			<tr>
					<td><a href="https://www.docker.com/products/docker-enterprise">Docker Enterprise</a></td>
					<td></td>
					<td>✔</td>
					<td>✔</td>
					<td></td>
					<td></td>
					<td>✔</td>
			</tr>
			<tr>
					<td><a href="https://gardener.cloud/">Gardener</a></td>
					<td>✔</td>
					<td>✔</td>
					<td>✔</td>
					<td>✔</td>
					<td>✔</td>
					<td><a href="https://github.com/gardener/gardener/blob/master/docs/extensions/overview.md">Custom Extensions</a></td>
			</tr>
			<tr>
					<td><a href="https://www.giantswarm.io/">Giant Swarm</a></td>
					<td>✔</td>
					<td>✔</td>
					<td>✔</td>
					<td></td>
					<td></td>
					<td></td>
			</tr>
			<tr>
					<td><a href="https://cloud.google.com/">Google</a></td>
					<td><a href="https://cloud.google.com/kubernetes-engine/">Google Kubernetes Engine (GKE)</a></td>
					<td><a href="https://cloud.google.com/compute/">Google Compute Engine (GCE)</a></td>
					<td><a href="https://cloud.google.com/gke-on-prem/">GKE On-Prem</a></td>
					<td></td>
					<td></td>
					<td></td>
			</tr>
			<tr>
					<td><a href="https://www.ibm.com/in-en/cloud">IBM</a></td>
					<td><a href="https://cloud.ibm.com/kubernetes/catalog/cluster">IBM Cloud Kubernetes Service</a></td>
					<td></td>
					<td><a href="https://www.ibm.com/in-en/cloud/private">IBM Cloud Private</a></td>
					<td></td>
					<td></td>
					<td></td>
			</tr>
			<tr>
					<td><a href="https://www.ionos.com/enterprise-cloud">Ionos</a></td>
					<td><a href="https://www.ionos.com/enterprise-cloud/managed-kubernetes">Ionos Managed Kubernetes</a></td>
					<td><a href="https://www.ionos.com/enterprise-cloud">Ionos Enterprise Cloud</a></td>
					<td></td>
					<td></td>
					<td></td>
					<td></td>
			</tr>
			<tr>
					<td><a href="https://www.kontena.io/pharos/">Kontena Pharos</a></td>
					<td></td>
					<td>✔</td>
					<td>✔</td>
					<td></td>
					<td></td>
					<td></td>
			</tr>
			<tr>
					<td><a href="https://kubeone.io/">KubeOne</a></td>
					<td></td>
					<td>✔</td>
					<td>✔</td>
					<td>✔</td>
					<td>✔</td>
					<td>✔</td>
			</tr>
			<tr>
					<td><a href="https://kubermatic.io/">Kubermatic</a></td>
					<td>✔</td>
					<td>✔</td>
					<td>✔</td>
					<td>✔</td>
					<td>✔</td>
					<td></td>
			</tr>
			<tr>
					<td><a href="https://kubesail.com/">KubeSail</a></td>
					<td>✔</td>
					<td></td>
					<td></td>
					<td></td>
					<td></td>
					<td></td>
			</tr>
			<tr>
					<td><a href="https://kubespray.io/#/">Kubespray</a></td>
					<td></td>
					<td></td>
					<td></td>
					<td>✔</td>
					<td>✔</td>
					<td>✔</td>
			</tr>
			<tr>
					<td><a href="https://kublr.com/">Kublr</a></td>
					<td>✔</td>
					<td>✔</td>
					<td>✔</td>
					<td>✔</td>
					<td>✔</td>
					<td>✔</td>
			</tr>
			<tr>
					<td><a href="https://azure.microsoft.com">Microsoft Azure</a></td>
					<td><a href="https://azure.microsoft.com/en-us/services/kubernetes-service/">Azure Kubernetes Service (AKS)</a></td>
					<td></td>
					<td></td>
					<td></td>
					<td></td>
					<td></td>
			</tr>
			<tr>
					<td><a href="https://www.mirantis.com/software/kubernetes/">Mirantis Cloud Platform</a></td>
					<td></td>
					<td></td>
					<td>✔</td>
					<td></td>
					<td></td>
					<td></td>
			</tr>
			<tr>
					<td><a href="https://www.nirmata.com/">Nirmata</a></td>
					<td></td>
					<td>✔</td>
					<td>✔</td>
					<td></td>
					<td></td>
					<td></td>
			</tr>
			<tr>
					<td><a href="https://www.nutanix.com/en">Nutanix</a></td>
					<td><a href="https://www.nutanix.com/products/karbon">Nutanix Karbon</a></td>
					<td><a href="https://www.nutanix.com/products/karbon">Nutanix Karbon</a></td>
					<td></td>
					<td></td>
					<td><a href="https://www.nutanix.com/products/acropolis/virtualization">Nutanix AHV</a></td>
					<td></td>
			</tr>
			<tr>
					<td><a href="https://www.opennebula.org">OpenNebula</a></td>
					<td><a href="https://marketplace.opennebula.systems/docs/service/kubernetes.html">OpenNebula Kubernetes</a></td>
					<td></td>
					<td></td>
					<td></td>
					<td></td>
					<td></td>
			</tr>
			<tr>
					<td><a href="https://www.openshift.com">OpenShift</a></td>
					<td><a href="https://www.openshift.com/products/dedicated/">OpenShift Dedicated</a> and <a href="https://www.openshift.com/products/online/">OpenShift Online</a></td>
					<td></td>
					<td><a href="https://www.openshift.com/products/container-platform/">OpenShift Container Platform</a></td>
					<td></td>
					<td><a href="https://www.openshift.com/products/container-platform/">OpenShift Container Platform</a></td>
					<td><a href="https://www.openshift.com/products/container-platform/">OpenShift Container Platform</a></td>
			</tr>
			<tr>
					<td><a href="https://docs.cloud.oracle.com/iaas/Content/ContEng/Concepts/contengoverview.htm">Oracle Cloud Infrastructure Container Engine for Kubernetes (OKE)</a></td>
					<td>✔</td>
					<td>✔</td>
					<td></td>
					<td></td>
					<td></td>
					<td></td>
			</tr>
			<tr>
					<td><a href="https://www.ovirt.org/">oVirt</a></td>
					<td></td>
					<td></td>
					<td></td>
					<td></td>
					<td>✔</td>
					<td></td>
			</tr>
			<tr>
					<td><a href="https://pivotal.io/">Pivotal</a></td>
					<td></td>
					<td><a href="https://pivotal.io/platform/pivotal-container-service">Enterprise Pivotal Container Service (PKS)</a></td>
					<td><a href="https://pivotal.io/platform/pivotal-container-service">Enterprise Pivotal Container Service (PKS)</a></td>
					<td></td>
					<td></td>
					<td></td>
			</tr>
			<tr>
					<td><a href="https://platform9.com/">Platform9</a></td>
					<td><a href="https://platform9.com/managed-kubernetes/">Platform9 Managed Kubernetes</a></td>
					<td></td>
					<td><a href="https://platform9.com/managed-kubernetes/">Platform9 Managed Kubernetes</a></td>
					<td>✔</td>
					<td>✔</td>
					<td>✔</td>
			</tr>
			<tr>
					<td><a href="https://rancher.com/">Rancher</a></td>
					<td></td>
					<td><a href="https://rancher.com/docs/rancher/v2.x/en/">Rancher 2.x</a></td>
					<td></td>
					<td><a href="https://rancher.com/docs/rke/latest/en/">Rancher Kubernetes Engine (RKE)</a></td>
					<td></td>
					<td><a href="https://k3s.io/">k3s</a></td>
			</tr>
			<tr>
					<td><a href="https://stackpoint.io/">StackPoint</a> </td>
					<td>✔</td>
					<td>✔</td>
					<td></td>
					<td></td>
					<td></td>
					<td></td>
			</tr>
			<tr>
					<td><a href="https://supergiant.io/">Supergiant</a></td>
					<td></td>
					<td>✔</td>
					<td></td>
					<td></td>
					<td></td>
					<td></td>
			</tr>
			<tr>
					<td><a href="https://www.suse.com/">SUSE</a></td>
					<td></td>
					<td>✔</td>
					<td></td>
					<td></td>
					<td></td>
					<td></td>
			</tr>
			<tr>
					<td><a href="https://www.syseleven.io/">SysEleven</a></td>
					<td>✔</td>
					<td></td>
					<td></td>
					<td></td>
					<td></td>
					<td></td>
			</tr>
			<tr>
					<td><a href="https://intl.cloud.tencent.com/">Tencent Cloud</a></td>
					<td><a href="https://intl.cloud.tencent.com/product/tke">Tencent Kubernetes Engine</a></td>
					<td>✔</td>
					<td>✔</td>
					<td></td>
					<td></td>
					<td>✔</td>
			</tr>
			<tr>
					<td><a href="https://vexxhost.com/">VEXXHOST</a></td>
					<td>✔</td>
					<td>✔</td>
					<td></td>
					<td></td>
					<td></td>
					<td></td>
			</tr>
			<tr>
					<td><a href="https://cloud.vmware.com/">VMware</a></td>
					<td><a href="https://cloud.vmware.com/vmware-cloud-pks">VMware Cloud PKS</a></td>
					<td><a href="https://cloud.vmware.com/vmware-enterprise-pks">VMware Enterprise PKS</a></td>
					<td><a href="https://cloud.vmware.com/vmware-enterprise-pks">VMware Enterprise PKS</a></td>
					<td><a href="https://cloud.vmware.com/vmware-essential-pks">VMware Essential PKS</a></td>
					<td></td>
					<td><a href="https://cloud.vmware.com/vmware-essential-pks">VMware Essential PKS</a></td>
			</tr>
			<tr>
					<td><a href="https://zarvis.ai/">Z.A.R.V.I.S.</a></td>
					<td>✔</td>
					<td></td>
					<td></td>
					<td></td>
					<td></td>
					<td></td>
			</tr>
	</tbody>
</table>

---

Section pages:

- [Kubernetes herunterladen](/de/docs/setup/release/)
- [Best practices](/de/docs/setup/best-practices/)
- [Kubernetes lokal über Minikube betreiben](/de/docs/setup/minikube/)
