16 Aralık 2024 Pazartesi

kubectl describe ingress seçeneği

Giriş
Açıklaması şöyle
This command shows configuration details and associated events. Look for configuration errors, missing SSL certificates, or routing issues.
Söz dizimi şöyle
kubectl describe ingress <ingress-name> -n <namespace-name>

kubectl describe node seçeneği

Giriş
Açıklaması şöyle
This command provides details on why a node might be NotReady, such as memory issues, disk pressure, or taints not tolerated by the pods, pods running on the nodes, label... It’s a powerful command that will help you to get detailed informations about nodes.

Kubernetes kind: Cluster

Örnek Şöyle yaparız apiVersion: cluster.k8s.io/v1alpha1 kind: Cluster metadata: name: my-cluster spec: autoscaler: enabled: true ...