k8s-cluster/README.md

21 lines
637 B
Markdown
Raw Normal View History

2024-05-17 22:03:38 -04:00
# Kubernetes Cluster
Application cluster installer based on
- kubespray
- k8x
# Start from clusteradmin provisioning host
./init.sh - setup kubespray based on kube-inventory so we can manage a k8s cluster with it
# Start from master1
./setup-apps.sh - post install system apps like ingress, registry and monitoring to make the cluster usable
./setup-scripts.sh - setup additional helper scrips
./setup-env.sh <envname> - create new namespace and setup additional keypair, service accounts, rbac, limits (and optional wildcard ssl certificate)
./attach-private-registry <regname> - setup a secret for a external private registry