
[4]쿠버네티스 : 배포 데모 on AWS
·
System Engineering/Kubernetes
kubectl get node kubectl get namespace kubectl get po -n monitoring #여기서 po는 pod의 약자. 글구 사실상 Pod이 Container라구 할 수 있어. 지금 각 서버에 접속해서 본게 아니라, PC의 쿠버네티스 서버로 kubectl이라는 명령어를 통해서 정보를 확인하고 있는거임. 총 서버는 2대가 있는거고 각 서버에 Containers가 잘 분산되어 있을거라고 생각하는거야. helm install ghost bitnami/ghost \ --values values.yml 이거 하면 node.js 서버랑 mariadb까지 한방에 설치가 돼. (ghost가 뭐냐하면, 블로그 Pod이래) kubectl get po #쿠버네티스 컨트롤 get pod 2개..