Commands.app

kubectl explain

Cluster Info

Documentation for resources

Examples
Common usage examples

Explain pod resource

kubectl explain pods

Explain pod spec

kubectl explain pods.spec

Explain containers field

kubectl explain pods.spec.containers

Show all fields

kubectl explain pods --recursive
Notes
  • Great for learning resource schemas
Related Commands
You might also find these useful