k8s2 [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. [Kubernetes-Kafka] 1. strimzi-Kafka 및 Kafka-UI 설치 1. Kafka 설치1-1. kafka라는 네임스페이스 생성kubectl create namespace kafka1-2. helm repo에 strimzi추가helm repo add strimzi https://strimzi.io/charts/ 1-3. kafka네임스페이스에 strimzi 최신버전 설치helm install my-strimzi-cluster-operator oci://quay.io/strimzi-helm/strimzi-kafka-operator -n kafka1-4. 배포한 리소스 확인 : Operator deployment(파드)kubectl get deploy,pod -n kafkakubectl get all -n kafka1-5. 지원하는 카프카 버전 확인 - 첨부파일의.. 2025. 2. 6. 이전 1 다음