Formation DevOps | Formation Terraform : 55- Lancer une commande dans un pod

This website is powered by ItGalaxy.io


Il est possible d’exécuter des commandes dans un pod grâce à la commande exec :

$ kubectl exec nginx echo “Hello World”
Hello World

La commande exec permet ainsi d’ouvrir un shell dans un pod :

$ kubectl exec -it nginx bash
root@nginx- 1423793266 - 5kx75:/#






1. Nous contactez


2. Infra as a Service

  • Description: Infrastructure cloud évolutive et sécurisée
  • Links:

3. Projets Développeurs


4. Développeurs


5. Formations Complètes


6. Marketplace

7. Blogs


This website is powered by ItGalaxy.io