- 아키텍쳐

쿠버네티스를 이루는 컴포넌트의 역할 및 Storage, Networking 그리고 Logging에 대한 내용을 배웁니다.

Component Architecture

Kube-apiserver, Etcd, Kube-scheduler, Kube-proxy, Kube-controller-manager

Networking Architecture

Pod Network(Pause Container, Network Plugin), Service Network(iptables, IPVS)

Storage Architecture

FileStorage(NFS), BlockStorage(Longhorn)

Logging/Monitoring Architecture

Promtail, Loki, Grafana