4 Nisan 2022 Pazartesi

Kubernetes Control Plane

Giriş
Açıklaması şöyle
... Kubernetes has a primary node — the control plane — which runs across multiple machines to provide fault-tolerance

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 ...