Monday 2 October 2023

Resource types in Kubernetes

 

                    Resource types in Kubernetes


Below command will provide you resource type 

kubectl api-resource

If namespaced column are:- 
namespaced=true # All namespaced resources namespaced=false # All non-namespaced resources means cluster resources



kubectl api-resources --namespaced=true



kubectl api-resources --namespaced=false





No comments:

Post a Comment