K8S 개발 환경 세팅
·
Infra/Kubernetes
kubectl 세팅https://kubernetes.io/docs/tasks/tools/install-kubectl-macos/ Install and Set Up kubectl on macOSBefore you begin You must use a kubectl version that is within one minor version difference of your cluster. For example, a v1.34 client can communicate with v1.33, v1.34, and v1.35 control planes. Using the latest compatible version of kubectl helps avoidkubernetes.io 1. kubectl 바이너리 다운로드c..