Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
You want to know how to make yaml files for making PODs and you have no access to internet. What do you do?
Home
Kubernetes K8s
You want to know how to make yaml files for making PODs and you have no access to internet. What do...
0
votes
asked
Aug 3, 2023
in
Kubernetes K8s
by
SakshiSharma
You want to know how to make yaml files for making PODs and you have no access to internet. What do you do?
yaml
files
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Aug 3, 2023
by
SakshiSharma
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)
.
...