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

Kubernetes kind: Cluster

Örnek Şöyle yaparız apiVersion: cluster.k8s.io/v1alpha1 kind: Cluster metadata: name: my-cluster spec: autoscaler: enabled: true ...