Files
nix-config/hosts/kubernetes/README.md
2024-02-18 13:21:36 +08:00

751 B

Kubernetes Clusters

WIP, not finished yet.

I'm running two Kubernetes clusters, one for production and one for testing.

I prefer to use k3s as the Kubernetes distribution, because it's lightweight, easy to install, and full featured(see what-have-k3s-removed-from-upstream-kubernetes for details).

Hosts

  1. For production:
    1. k3s-prod-master-1
    2. k3s-prod-worker-1
    3. k3s-prod-worker-2
    4. k3s-prod-worker-3
  2. For testing:.
    1. k3s-test-master-1
    2. k3s-test-worker-1
    3. k3s-test-worker-2
    4. k3s-test-worker-3