15 Mart 2022 Salı

kubectl exec seçeneği

Örnek
Şöyle yaparız
kubectl exec -it --namespace develop pod-name bash
Örnek
Şöyle yaparız
kubectl exec -it -n foo01 green-0  -c main -- su - root


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