Skip to content

Commit 548458a

Browse files
finishing translate for day5 pt-br
1 parent 2d725f1 commit 548458a

1 file changed

Lines changed: 21 additions & 22 deletions

File tree

2022/pt-br/Days/day05.md

Lines changed: 21 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -43,43 +43,42 @@ Uma vez implantado, vamos operá-lo. E operá-lo pode envolver algo como você c
4343

4444
## Monitoramento
4545

46-
All of the above parts lead to the final step because you need to have monitoring, especially around operational issues auto-scaling troubleshooting like you don't know
47-
there's a problem if you don't have monitoring in place to tell you that there's a problem so some of the things you might build monitoring for are memory utilization CPU utilization disk space, API endpoint, response time, how quickly that endpoint is responding and a big part of that as well is logs. Logs give developers the ability to see what is happening without having to access production systems.
46+
Todas as partes acima levam à etapa final porque você precisa ter monitoramento, especialmente em torno de questões operacionais, solução de problemas de escalonamento automático, como se você não soubesse que há um problema se não tiver monitoramento instalado para informar que há um problema portanto, algumas das coisas para as quais você pode criar monitoramento são utilização de memória, utilização de espaço em disco, utilização da CPU, API endpoint, tempo de resposta, a rapidez com que esse endpoint está respondendo e uma grande parte disso também são logs. Os logs oferecem aos desenvolvedores a capacidade de ver o que está acontecendo sem precisar acessar os sistemas de produção.
4847

49-
## Rinse & Repeat
48+
## Limpe & Repita
5049

51-
Once that's in place you go right back to the beginning to the planning stage and go through the whole thing again
50+
Uma vez implementado, você volta ao início, ao estágio de planejamento, e repassa tudo novamente.
5251

53-
## Continuous
52+
## Contínua
5453

55-
Many tools help us achieve the above continuous process, all this code and the ultimate goal of being completely automated, cloud infrastructure or any environment is often described as Continuous Integration/ Continuous Delivery/Continous Deployment or “CI/CD” for short. We will spend a whole week on CI/CD later on in the 90 Days with some examples and walkthroughs to grasp the fundamentals.
54+
Muitas ferramentas nos ajudam a alcançar o processo contínuo acima, todo esse código e o objetivo final de ser completamente automatizado, a infraestrutura em nuvem ou qualquer ambiente é frequentemente descrito como Integração Contínua/Entrega Contínua/Implantação Contínua ou “CI/CD” para abreviar. Passaremos uma semana inteira sobre CI/CD mais tarde nos 90 dias com alguns exemplos e orientações para compreender os fundamentos.
5655

57-
### Continuous Delivery
56+
### Entrega Contínua
5857

59-
Continuous Delivery = Plan > Code > Build > Test
58+
Entrega Contínua = Planejar > Codar > Construir > Testar
6059

61-
### Continuous Integration
60+
### Integração Contínua
6261

63-
This is effectively the outcome of the Continuous Delivery phases above plus the outcome of the Release phase. This is the case for both failure and success but this is fed back into continuous delivery or moved to Continuous Deployment.
62+
Este é efetivamente o resultado das fases de Entrega Contínua acima, mais o resultado da fase de Lançamento(Release). Esse é o caso tanto do fracasso quanto do sucesso, mas isso é realimentado na entrega contínua ou movido para a implantação contínua.
6463

65-
Continuous Integration = Plan > Code > Build > Test > Release
64+
Integração Contínua = Plano > Código > Construir > Teste > Lançamento(Release)
6665

67-
### Continuous Deployment
66+
### Implantação Contínua
6867

69-
If you have a successful release from your continuous integration then move to Continuous Deployment which brings in the following phases
68+
Se você tiver uma versão bem-sucedida de sua integração contínua, mude para a implantação contínua, que traz as seguintes fases
7069

71-
CI Release is Success = Continuous Deployment = Deploy > Operate > Monitor
70+
O lançamento(release) da Integração Contínua foi bem-sucedida = Implantação Contínua = Implantar > Operar > Monitorar
7271

73-
You can see these three Continuous notions above as the simple collection of phases of the DevOps Lifecycle.
72+
Você pode ver essas três noções Contínuas acima como uma simples coleção de fases do ciclo de vida do DevOps.
7473

75-
This last bit was a bit of a recap for me on Day 3 but think this makes things clearer for me.
74+
Esta última parte foi uma recapitulação para mim no Dia 3, mas acho que isso torna as coisas mais claras para mim.
7675

77-
### Resources
76+
### Recursos
7877

79-
- [DevOps for DevelopersSoftware or DevOps Engineer?](https://www.youtube.com/watch?v=a0-uE3rOyeU)
80-
- [Techworld with Nana -DevOps Roadmap 2022 - How to become a DevOps Engineer? What is DevOps?](https://www.youtube.com/watch?v=9pZ2xmsSDdo&t=125s)
81-
- [How to become a DevOps Engineer in 2021 - DevOps Roadmap](https://www.youtube.com/watch?v=5pxbp6FyTfk)
78+
- [DevOps para desenvolvedoresEngenheiro de software ou DevOps?](https://www.youtube.com/watch?v=a0-uE3rOyeU)
79+
- [Techworld with Nana -DevOps Roadmap 2022 - Como se tornar um engenheiro DevOps? O que é DevOps?](https://www.youtube.com/watch?v=9pZ2xmsSDdo&t=125s)
80+
- [Como se tornar um engenheiro DevOps em 2021 - DevOps Roadmap](https://www.youtube.com/watch?v=5pxbp6FyTfk)
8281

83-
If you made it this far then you will know if this is where you want to be or not.
82+
Se você chegou até aqui, saberá se é aqui que deseja estar ou não.
8483

85-
See you on [Day 6](day06.md).
84+
Vejo você no [Dia 6](day06.md).

0 commit comments

Comments
 (0)