Login
Remember
Register
Ask a Question
Kubectl command to take all the details for ayaml file and create the resource it tells API to crate:
0
votes
asked
Aug 7, 2023
in
Kubernetes K8s
by
john ganales
Kubectl command to take all the details for ayaml file and create the resource it tells API to crate:
kubectlcommand
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Aug 7, 2023
by
john ganales
kubectl apply -f ayaml
...