20 Ocak 2025 Pazartesi
6 Ocak 2025 Pazartesi
Kubernetes kind: Cluster
Örnek
Şöyle yaparız
apiVersion: cluster.k8s.io/v1alpha1
kind: Cluster
metadata:
name: my-cluster
spec:
autoscaler:
enabled: true
options:
- key: balance-similar-node-groups
value: true
- key: expander
value: least-wasteAçıklaması şöyle
This configuration enables the cluster autoscaler and sets it to balance similar node groups and use the least-waste expander, which helps in utilizing the reserved instances more effectively.
Kaydol:
Yorumlar (Atom)
Kubernetes 1.33 - Octarine
Giriş Yenilikler şöyle 1. Native Sidecar Containers 2. In-Place Pod Resizing: The End of Disruptive Scaling Artık pod'un belleğini çalış...
-
Giriş High Level Runtime ve Low-Level Container Runtime arasındaki arayüz. Şeklen şöyle
-
Giriş Bazı High Level Container Runtime'lar şöyle 1. containerd 2. cri-o 3. dockerd 5. rktnetes 6. frakti Görevleri High Level Runtime...
-
1. kubectl rollout restart Açıklaması şöyle This method is the recommended first port of call as it will not introduce downtime as pods wil...