commandes Kubernetes
kubectl <action> <services> -n <namespace>exemple
kubectl get pods -n frontendActiver un fichier yaml
Section titled “Activer un fichier yaml”kubectl apply -f <nomdufichier>kubectl <action> <services> -n <namespace>exemple
kubectl get pods -n frontendkubectl apply -f <nomdufichier>