Kubernetes

A Kubernetes cluster in myStack is a managed K3s deployment on your Hetzner account. You choose a datastore, size control-plane nodes, attach node pools, and download kubeconfig.

How it works

  1. Create a cluster and wait until Status is Ready.
  2. Create a node pool and attach it.
  3. Add worker nodes.
  4. Open TCP port 6443 on the control-plane security group.
  5. Download kubeconfig and use kubectl.

In the console

Choose Containers, Clusters.

Datastore options

DatastoreRequirements
Embedded etcd Odd control-plane count (1, 3, 5, …)
MySQL Existing Ready MySQL cluster and its security group
PostgreSQL Existing Ready PostgreSQL cluster and its security group

Topics