-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #22 from caiobsantos/9-melhorando-documentacao-lin…
…ks-importantes 9 - melhoria na documentação dos links importantes
- Loading branch information
Showing
2 changed files
with
16 additions
and
20 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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,16 +1,25 @@ | ||
# Links auxiliares a respeito do ESO, Kubernetes, Golang | ||
|
||
Esse documento contém links auxiliares para quem busca entender melhor sobre algumas ferramentas necessárias para contribuir com o projeto External Secrets Operator (ESO). | ||
|
||
## Kubernetes | ||
[Kuberntes-Documentação](https://kubernetes.io/pt-br/docs/home/) <br> | ||
[Kuberntes-Passos Iniciais](https://www.youtube.com/watch?v=tRbFs3CCyPQ) | ||
[Documentação oficial do Kubernetes](https://kubernetes.io/pt-br/docs/home/) <br> | ||
Contém documentação oficial detalhada para instalar, configurar e utilizar o Kubernetes. | ||
|
||
[Kubernetes Passos Iniciais](https://www.youtube.com/watch?v=tRbFs3CCyPQ) <br> | ||
Vídeo tutorial ensinando os primeiros passos para se trabalhar com Kubernetes. Útil para quem prefere uma aprendizagem mais visual. | ||
|
||
## Minikube (Alternativa para ambiente local de k8s) | ||
[Minikube-Documentação](https://minikube.sigs.k8s.io/docs/) | ||
<!-- ## Minikube (Alternativa para ambiente local de k8s) --> | ||
<!-- [Minikube-Documentação](https://minikube.sigs.k8s.io/docs/) --> | ||
|
||
## Golang | ||
[Golang-Documentação](https://go.dev/) <br> | ||
[Golang-Exercism](https://exercism.org/tracks/go) | ||
[Golang-Documentação](https://go.dev/) <br> Contém documentação oficial completa sobre a linguagem de programação Go. | ||
|
||
[Golang-Exercism](https://exercism.org/tracks/go) <br> Plataforma com exercícios práticos de programação em Go. Excelente para quem quer melhorar suas habilidades através da prática. | ||
|
||
## ESO | ||
[ESO-Documentação](https://external-secrets.io/latest/) <br> | ||
[Kubernetes Secrets Management with ESO](https://www.youtube.com/watch?v=EonWeoFPpvM&t=899s) | ||
Documentação oficial do External Secrets Operator (ESO) para gerenciamento de segredos no Kubernetes. | ||
|
||
[Kubernetes Secrets Management with ESO](https://youtu.be/EonWeoFPpvM?si=jcv5DzlTG7CV2y5N) <br> | ||
Vídeo tutorial sobre como gerenciar segredos no Kubernetes utilizando o ESO. |