0 votes
in Kubernetes K8s by
You want to know how to make yaml files for making PODs and you have no access to internet. What do you do?

1 Answer

0 votes
by
kubectl explain pod --recursive

  It will show you all fields in a mapped kind of fromat so you exacly what field go where

  Simillarly: kubectl explain pv --recursive    (for PVs)

.
...