Kubernetes - Operators and Custom Resources
Given a Custom Resource named
myresource in namespace default, what command lists all instances of this resource?myresource in namespace default, what command lists all instances of this resource?kubectl get <resource> with the resource name and namespace.kubectl describe crd and kubectl get crd show CRD definitions, not instances. kubectl get pods lists pods, unrelated here.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions