쿠버네티스 클러스터 구축 1시간 컷 실화 맞나요?
네 그렇습니다.
https://kurl.sh/
No resources found
Installation
Complete ✔
The UIs of Prometheus, Grafana and Alertmanager have been exposed on NodePorts 30900, 30902 and 30903 respectively.
To access Grafana use the generated user:password of admin:vtm8LwLrX .
To access the cluster with kubectl:
bash -l
Kurl uses /etc/kubernetes/admin.conf, you might want to unset KUBECONFIG to use .kube/config:
echo unset KUBECONFIG >> ~/.bash_profile
Node join commands expire after 24 hours.
To generate new node join commands, run curl -fsSL https://kurl.sh/version/v2025.08.29-0/8165de7/tasks.sh | sudo bash -s join_token on this node.
To add worker nodes to this installation, run the following script on your other nodes:
curl -fsSL https://kurl.sh/version/v2025.08.29-0/8165de7/join.sh | sudo bash -s kubernetes-master-address=192.168.0.211:6443 kubeadm-token=3wf10c.0npd1i5w6y9egitx kubeadm-token-ca-hash=sha256:ab213e4b3b3507621f22a9eff599e5c7429b63094ca0ec6f3fdb5822f40e7980 kubernetes-version=1.29.15 ekco-address=192.168.0.211:31880 ekco-auth-token=bjLVT6dkjSOa72bFXW7s1kEaLRBuPaPU8YAuW4hj59wiOi0OGhuQxrI67oTQ6PT9 docker-registry-ip=10.96.1.217 additional-no-proxy-addresses=10.96.0.0/22,10.32.0.0/20 primary-host=192.168.0.211