Kubernetes

설치 방법 (아래 3가지 방법 중 편한 걸 선택) - PakageManager 이용 설치 - Script - From Source - PakageManager 이용 설치 $ brew install helm - Script $ curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 $ chmod 700 get_helm.sh $ ./get_helm.sh - From Source helm을 소스 빌드 하는 과정은 미리 준비해야 하는 환경들이 있어서 삽질을 좀 했다. Go 환경과 source 빌드에 필요한 패키지들이 설치 되어 있어야 한다. 사전에 준비되어야 하는 작업 1. go 설치 설치하는 PC의..
· Kubernetes
1. Node sock 정보 변경 $ kubectl edit no Change the value of kubeadm.alpha.kubernetes.io/cri-socket from /var/run/dockershim.sock to the CRI socket path of your choice (for example unix:///run/containerd/containerd.sock). Note that new CRI socket paths must be prefixed with unix:// ideally. Save the changes in the text editor, which will update the Node object. 2. 변경한 노드의 kubelet 재시작 $ systemctl sta..
· Kubernetes
환경 OS: MacOS (M1) 환경 구성 minikube 설치 환경 구성 Mac pkg manager 설치 (Homebrew) mac pkg manager homebrew 설치 cask 설치(chrome, safari 와 같은 그래픽 지원 패키지) $ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" $ brew install cask Minikube 설치 docker 설치 - minikube는 docker를 이용해 kubernetes 클러스터를 구성 $ brew install --cask docker minikube 설치 $ brew install minikube kubernete..
기록으로 만드는 행운
'Kubernetes' 카테고리의 글 목록