Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
iconfalse
title목차

Table of Contents

Cluster Architecture


https://kubernetes.io/docs/concepts/architecture/
Info
titlehttps://kubernetes.io/docs/concepts/architecture/
title
Info

"Cluster"는 여러 개의 시스템 또는 노드가 협력하여 단일 시스템처럼 동작하는 컴퓨팅 환경을 나타냅니다. 

Info

Image Modified


Control Plane Components

Info
  • 클러스터에 관한 전반적인 결정(예를 들어, 스케줄링)을 수행
  • 고가용성(3HA) Master로 구성이 일반적이며, Leader-Follower모델로 구성됩니다.

...