-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
13d7988
commit 7ad2464
Showing
5 changed files
with
1,883 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,53 @@ | ||
# DevOps 4 Devs | ||
|
||
### Aula 01: | ||
## Aula 01: | ||
O projeto conversão de temperatura se encontra no link abaixo: | ||
|
||
https://github.com/KubeDev/conversao-temperatura | ||
|
||
### Aula 02: | ||
## Aula 02: | ||
|
||
### Comando para criar o cluster Kubernetes local com K3D: | ||
|
||
```bash | ||
k3d cluster create meucluster --servers 3 --agents 3 -p "30000:30000@loadbalancer" | ||
``` | ||
|
||
### Aula 03: | ||
## Aula 03: | ||
|
||
URL do template usado do Cloud Formation: | ||
### URL do template usado do Cloud Formation: | ||
``` | ||
https://s3.us-west-2.amazonaws.com/amazon-eks/cloudformation/2020-10-29/amazon-eks-vpc-private-subnets.yaml | ||
``` | ||
|
||
## Aula 04 | ||
|
||
### Link para a AWS: | ||
|
||
https://aws.amazon.com | ||
|
||
### Link para instalação do AWS CLI: | ||
|
||
https://aws.amazon.com/pt/cli | ||
|
||
|
||
### Template do Cloud Formation: | ||
``` | ||
https://s3.us-west-2.amazonaws.com/amazon-eks/cloudformation/2020-10-29/amazon-eks-vpc-private-subnets.yaml | ||
``` | ||
|
||
### Link para Azure: | ||
|
||
https://azure.microsoft.com | ||
|
||
### Link para instalação do Azure CLI: | ||
|
||
https://learn.microsoft.com/pt-br/cli/azure/install-azure-cli | ||
|
||
### Link para Google Cloud: | ||
|
||
https://cloud.google.com | ||
|
||
### Link para instalação do Azure CLI: | ||
|
||
https://cloud.google.com/sdk/docs/install?hl=pt-br |
Oops, something went wrong.