Skip to content

Commit

Permalink
ajustando filtro para listagem de pods
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasbrandao00 authored Sep 15, 2024
1 parent 68884d1 commit adf71a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pt/day-3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ nginx-deployment-78cd4b8fd-r4zk8 1/1 Running 0 5s
Para verificar os Pods que o Deployment está gerenciando nós precisamos executar o seguinte comando:

```bash
kubectl get pods -l app=nginx
kubectl get pods -l app=nginx-deployment
```

O resultado será o seguinte:
Expand Down Expand Up @@ -916,4 +916,4 @@ Durante o dia de hoje, nós aprendemos o que é um Deployment, como criar um Dep

Ainda falaremos muito sobre os Deployments e conheceremos muitas outras opções que eles nos oferecem, mas por enquanto é isso, espero que tenham gostado e aprendido bastante com o conteúdo de hoje.

#VAIIII
#VAIIII

0 comments on commit adf71a9

Please sign in to comment.