mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-21 08:21:24 +02:00
23 lines
420 B
Markdown
23 lines
420 B
Markdown
# Kubernetes Clusters
|
|
|
|
> WIP, not finished yet.
|
|
|
|
## Hosts
|
|
|
|
1. For production:
|
|
1. `k8s-prod-master-1`
|
|
2. `k8s-prod-worker-1`
|
|
2. `k8s-prod-worker-2`
|
|
2. `k8s-prod-worker-3`
|
|
1. For testing:.
|
|
1. `k8s-test-master-1`
|
|
2. `k8s-test-worker-1`
|
|
3. `k8s-test-worker-2`
|
|
4. `k8s-test-worker-3`
|
|
|
|
## References
|
|
|
|
- https://github.com/justinas/nixos-ha-kubernetes
|
|
- https://github.com/misumisumi/nixos-k8s-config
|
|
|