20 Kasım 2022 Pazar

kubectl describe ns seçeneği

Örnek
Açıklaması şöyle
Starting with v1.21 beta, the Kubernetes control plane will set an immutable label kubernetes.io/metadata.name on all namespaces, provided that the NamespaceDefaultLabelName feature gate is enabled. The value of the label is the namespace name.
Şöyle yaparız
>kubectl describe ns my-client-ns
Name:         my-client-ns
Labels:       app.kubernetes.io/name=my-deployment-basic
              kubernetes.io/metadata.name=my-client-ns
Annotations:  <none>
Status:       Activ

Hiç yorum yok:

Yorum Gönder

KEDA - Kubernetes Event-Driven Autoscaling

Örnek Şöyle yaparız apiVersion: keda.sh/v1alpha1 kind: ScaledObject metadata:   name: reactive-springboot-app-scaler   namespace: default sp...