Kubernetes bekommt staatlich
# Get pods in default namespace
kubectl get statefulsets
#Get Pods in my-namespace
kubectl get statefulsets -n my-namespace
#Get Pods in all namespaces
kubectl get statefulsets --all-namespaces
Concerned Crossbill