18 Temmuz 2022 Pazartesi

Kubernetes Worker

Worker Bileşenleri Nedir?
Bunlar şöyle
- Kubelet
- Kube-Proxy
- Pod
- Container Engine
Şeklen şöyle

Kubelet Nedir?
Kubelet yazısına taşıdım

Kube-Proxy Nedir?
Kube-Proxy yazısına taşıdım

Container Runtime Nedir?
Açıklaması şöyle. Yani pod içindeki container'ları çalıştırır
The container runtime is the software that is responsible for running containers.

Kubernetes supports several container runtimes: Docker, containerd, CRI-O, and any implementation of the Kubernetes CRI (Container Runtime Interface).

Hiç yorum yok:

Yorum Gönder

Cluster Propotional Autoscaler - ReplicaSet Ekler/Siler

Giriş Açıklaması şöyle CPA aims to horizontally scale the number of Pod replicas based on the cluster’s scale. A common example is DNS ser...