You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Components of Kubernetes

https://kubernetes.io/docs/concepts/architecture/


Control Plane

kube-apiserver

  • 쿠버네티스 API
  • 수평확장 될 수 있도록 디자인됨

etcd

  • 모든 클러스터 데이터를 담는 Key-Value 저장소
  • 주요 데이터가 담기므로 백업이 필수!

kube-scheduler

  • 새로 생성된 파드 를 감지하고, 실행할 노드를 선택



  • No labels