쿠버네티스 대시보드1 [Kubernetes] 쿠버네티스 대시보드 배포 1. 쿠버네티스 대시보드 설치kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.6.1/aio/deploy/recommended.yaml2. 포트포워딩kubectl proxy포트포워딩을 유지해야 접속가능3. localhost 접속http://localhost:8001/api/v1/namespaces/kubernetes-dashboard/services/https:kubernetes-dashboard:/proxy/4. 토큰 생성4-1 admin-user생성kubectl -n kubernetes-dashboard create serviceaccount admin-user4-2 ClusterRoleBinding 설정kubectl.. 2025. 3. 23. 이전 1 다음