1 Eylül 2022 Perşembe

kubectl jsonpath Örnekleri

Örnek
Şöyle yaparız
export NODE_IP=$(kubectl get nodes -o jsonpath={.items[0].status.addresses[1].address})
Örnek
Şöyle yaparız
kubectl get pods -l app=oce-ocs-oam -o 'jsonpath={.items[*].metadata.name}'

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