0 votes
in Kubernetes K8s by
Kubectl command to take all the details for ayaml file and create the resource it tells API to crate:

1 Answer

0 votes
by

kubectl apply -f ayaml  

...