Formation DevOps | Formation Terraform : 53- Lancer une application sur le cluster

This website is powered by ItGalaxy.io


Pour déployer une application en ligne de commande, on utilise la commande run :

$ kubectl run nginx –image=nginx –port=80
pod “nginx” created
$ kubectl get pod
NAME READY STATUS RESTARTS AGE
nginx 1/1 Running 0 29s

Pour afficher les logs d’un pod :

$kubectl logs nginx






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