Kubernetes Operational View 설치하기 Kubernetes Operational View 설치하기
Kubernetes Operational View
1. Helm 구성
curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bashhelm version --shorthelm repo add stable https://charts.helm.sh/stable
helm repo add k8s-at-home https://k8s-at-home.com/charts/
helm repo updatehelm completion bash >> ~/.bash_completion
. /etc/profile.d/bash_completion.sh
. ~/.bash_completion
source <(helm completion bash)2. kube-ops-view 설치
kube-ops-view 설치Last updated
