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
- Create a cluster and wait until Status is Ready.
- Create a node pool and attach it.
- Add worker nodes.
- Open TCP port
6443on the control-plane security group. - Download kubeconfig and use
kubectl.
In the console
Choose Containers, Clusters.
Datastore options
| Datastore | Requirements |
|---|---|
| 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 |