mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-18 07:24:10 +01:00
751 B
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
- For production:
k3s-prod-master-1k3s-prod-worker-1k3s-prod-worker-2k3s-prod-worker-3
- For testing:.
k3s-test-master-1k3s-test-worker-1k3s-test-worker-2k3s-test-worker-3