Skip to content

Commit

Permalink
Deploying to gh-pages from @ 7dc9227 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
badtuxx committed Feb 13, 2024
1 parent 85f1c9c commit fc7b449
Show file tree
Hide file tree
Showing 85 changed files with 6,176 additions and 820 deletions.
58 changes: 58 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,23 @@ Fique à vontade para aprender muito sobre Kubernetes utilizando esse livro!
<details>
<summary>DAY-10</summary>

- [Descomplicando o Kubernetes](pt/day-10/README.md#descomplicando-o-kubernetes)
- [DAY-10: Descomplicando Ingress com TLS, Labels, Annotations e o Cert-manager](pt/day-10/README.md#day-10-descomplicando-ingress-com-tls-labels-annotations-e-o-cert-manager)
- [Conteúdo do Day-10](pt/day-10/README.md#conteúdo-do-day-10)
- [O que iremos ver hoje?](pt/day-10/README.md#o-que-iremos-ver-hoje)
- [O que é o Cert-Manager?](pt/day-10/README.md#o-que-é-o-cert-manager)
- [Instalando e configurando o Cert-Manager](pt/day-10/README.md#instalando-e-configurando-o-cert-manager)
- [Configurando o Ingress para usar o Cert-Manager e ter o HTTPS](pt/day-10/README.md#configurando-o-ingress-para-usar-o-cert-manager-e-ter-o-https)
- [O que são os Annotations e as Labels no Kubernetes?](pt/day-10/README.md#o-que-são-os-annotations-e-as-labels-no-kubernetes)
- [Explorando um pouco mais as Labels](pt/day-10/README.md#explorando-um-pouco-mais-as-labels)
- [Explorando as Annotations no Kubernetes](pt/day-10/README.md#explorando-as-annotations-no-kubernetes)
- [Adicionando Autenticação ao Ingress](pt/day-10/README.md#adicionando-autenticação-ao-ingress)
- [Configurando Affinity Cookie no Ingress](pt/day-10/README.md#configurando-affinity-cookie-no-ingress)
- [Configurando Upsream Hashing no Ingress](pt/day-10/README.md#configurando-upsream-hashing-no-ingress)
- [Canary Deployments com o Ingress no Kubernetes](pt/day-10/README.md#canary-deployments-com-o-ingress-no-kubernetes)
- [Limitando requisições as nossas aplicações com o Ingress](pt/day-10/README.md#limitando-requisições-as-nossas-aplicações-com-o-ingress)
- [Final do Day-10](pt/day-10/README.md#final-do-day-10)

</details>

<details>
Expand Down Expand Up @@ -536,6 +553,47 @@ Fique à vontade para aprender muito sobre Kubernetes utilizando esse livro!
- [Final do Day-15](pt/day-15/README.md#final-do-day-15)
</details>

<details>
<summary>DAY-16</summary>

- [Descomplicando o Kubernetes](pt/day-16/README.md#descomplicando-o-kubernetes)
- [DAY-16: Descomplicando Helm](pt/day-16/README.md#day-16-descomplicando-helm)
- [Conteúdo do Day-16](pt/day-16/README.md#conteúdo-do-day-16)
- [O que iremos ver hoje?](pt/day-16/README.md#o-que-iremos-ver-hoje)
- [O que é o Helm?](pt/day-16/README.md#o-que-é-o-helm)
- [O que é um Chart?](pt/day-16/README.md#o-que-é-um-chart)
- [Criando o nosso primeiro Chart](pt/day-16/README.md#criando-o-nosso-primeiro-chart)
- [Instalando o nosso Chart](pt/day-16/README.md#instalando-o-nosso-chart)
- [Atualizando o nosso Chart](pt/day-16/README.md#atualizando-o-nosso-chart)
- [Utilizando `range` e o `if` no Helm](pt/day-16/README.md#utilizando-range--e-o-if-no-helm)
- [Utilizando `default`, `toYaml` e `toJson` no Helm](pt/day-16/README.md#utilizando-default-toyaml-e-tojson-no-helm)
- [O Que São Helpers no Helm?](pt/day-16/README.md#o-que-são-helpers-no-helm)
- [Por Que Usar Helpers?](pt/day-16/README.md#por-que-usar-helpers)
- [Criando o Nosso Primeiro Helper](pt/day-16/README.md#criando-o-nosso-primeiro-helper)
- [Helpers Avançados: Exemplos Práticos](pt/day-16/README.md#helpers-avançados-exemplos-práticos)
- [Exemplo 1: Controlando a Complexidade](pt/day-16/README.md#exemplo-1-controlando-a-complexidade)
- [Exemplo 2: Personalização Baseada em Ambiente](pt/day-16/README.md#exemplo-2-personalização-baseada-em-ambiente)
- [Melhores Práticas ao Usar Helpers](pt/day-16/README.md#melhores-práticas-ao-usar-helpers)
- [Criando o `_helpers.tpl` da nossa App](pt/day-16/README.md#criando-o-_helperstpl-da-nossa-app)
- [Passo 1: Criando o arquivo `_helpers.tpl`](pt/day-16/README.md#passo-1-criando-o-arquivo-_helperstpl)
- [Labels](pt/day-16/README.md#labels)
- [Resources](pt/day-16/README.md#resources)
- [Ports](pt/day-16/README.md#ports)
- [Passo 2: Refatorando `Deployments.yaml` e `Services.yaml`](pt/day-16/README.md#passo-2-refatorando-deploymentsyaml-e-servicesyaml)
- [O nosso `Deployments.yaml`](pt/day-16/README.md#o-nosso-deploymentsyaml)
- [O nosso `Services.yaml`](pt/day-16/README.md#o-nosso-servicesyaml)
- [Passo 3: Refatorando os ConfigMaps](pt/day-16/README.md#passo-3-refatorando-os-configmaps)
- [Atualizando o `_helpers.tpl`](pt/day-16/README.md#atualizando-o-_helperstpl)
- [Refatorando `config-map-dp.yaml`](pt/day-16/README.md#refatorando-config-map-dpyaml)
- [Refatorando `config-map-obs.yaml`](pt/day-16/README.md#refatorando-config-map-obsyaml)
- [Criando um repositório de Helm Charts](pt/day-16/README.md#criando-um-repositório-de-helm-charts)
- [Criando o repositório no Github](pt/day-16/README.md#criando-o-repositório-no-github)
- [Inicializando o repositório](pt/day-16/README.md#inicializando-o-repositório)
- [Configurando o GitHub Pages](pt/day-16/README.md#configurando-o-github-pages)
- [Utilizando o nosso repositório de Helm Charts](pt/day-16/README.md#utilizando-o-nosso-repositório-de-helm-charts)
- [O que vimos no dia de hoje](pt/day-16/README.md#o-que-vimos-no-dia-de-hoje)

</details>


&nbsp;
2 changes: 1 addition & 1 deletion en/CONTRIBUTING.html
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ <h1 class="search-results-title">No results matching "<span class='search-query'
<script>
var gitbook = gitbook || [];
gitbook.push(function() {
gitbook.page.hasChanged({"page":{"title":"Como ajudar","level":"4.1","depth":1,"previous":{"title":"Pod security policy","level":"3.3","depth":1,"path":"extras/pod_security_policy.md","ref":"extras/pod_security_policy.md","articles":[]},"dir":"ltr"},"config":{"plugins":[],"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"language":"en","gitbook":"*"},"file":{"path":"CONTRIBUTING.md","mtime":"2024-02-08T15:56:28.785Z","type":"markdown"},"gitbook":{"version":"3.6.20","time":"2024-02-08T15:56:50.410Z"},"basePath":".","book":{"language":"en"}});
gitbook.page.hasChanged({"page":{"title":"Como ajudar","level":"4.1","depth":1,"previous":{"title":"Pod security policy","level":"3.3","depth":1,"path":"extras/pod_security_policy.md","ref":"extras/pod_security_policy.md","articles":[]},"dir":"ltr"},"config":{"plugins":[],"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"language":"en","gitbook":"*"},"file":{"path":"CONTRIBUTING.md","mtime":"2024-02-13T12:08:25.863Z","type":"markdown"},"gitbook":{"version":"3.6.20","time":"2024-02-13T12:08:36.997Z"},"basePath":".","book":{"language":"en"}});
});
</script>
</div>
Expand Down
2 changes: 1 addition & 1 deletion en/day_five/descomplicando_kubernetes.html
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ <h1 class="search-results-title">No results matching "<span class='search-query'
<script>
var gitbook = gitbook || [];
gitbook.push(function() {
gitbook.page.hasChanged({"page":{"title":"Descomplicando Kubernetes dia 5","level":"2.5","depth":1,"next":{"title":"Descomplicando Kubernetes dia 6","level":"2.6","depth":1,"path":"day_six/descomplicando_kubernetes.md","ref":"day_six/descomplicando_kubernetes.md","articles":[]},"previous":{"title":"Descomplicando Kubernetes dia 4","level":"2.4","depth":1,"path":"day_four/descomplicando_kubernetes.md","ref":"day_four/descomplicando_kubernetes.md","articles":[]},"dir":"neutral"},"config":{"plugins":[],"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"language":"en","gitbook":"*"},"file":{"path":"day_five/descomplicando_kubernetes.md","mtime":"2024-02-08T15:56:28.785Z","type":"markdown"},"gitbook":{"version":"3.6.20","time":"2024-02-08T15:56:50.410Z"},"basePath":"..","book":{"language":"en"}});
gitbook.page.hasChanged({"page":{"title":"Descomplicando Kubernetes dia 5","level":"2.5","depth":1,"next":{"title":"Descomplicando Kubernetes dia 6","level":"2.6","depth":1,"path":"day_six/descomplicando_kubernetes.md","ref":"day_six/descomplicando_kubernetes.md","articles":[]},"previous":{"title":"Descomplicando Kubernetes dia 4","level":"2.4","depth":1,"path":"day_four/descomplicando_kubernetes.md","ref":"day_four/descomplicando_kubernetes.md","articles":[]},"dir":"neutral"},"config":{"plugins":[],"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"language":"en","gitbook":"*"},"file":{"path":"day_five/descomplicando_kubernetes.md","mtime":"2024-02-13T12:08:25.863Z","type":"markdown"},"gitbook":{"version":"3.6.20","time":"2024-02-13T12:08:36.997Z"},"basePath":"..","book":{"language":"en"}});
});
</script>
</div>
Expand Down
2 changes: 1 addition & 1 deletion en/day_four/descomplicando_kubernetes.html
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ <h1 class="search-results-title">No results matching "<span class='search-query'
<script>
var gitbook = gitbook || [];
gitbook.push(function() {
gitbook.page.hasChanged({"page":{"title":"Descomplicando Kubernetes dia 4","level":"2.4","depth":1,"next":{"title":"Descomplicando Kubernetes dia 5","level":"2.5","depth":1,"path":"day_five/descomplicando_kubernetes.md","ref":"day_five/descomplicando_kubernetes.md","articles":[]},"previous":{"title":"Descomplicando Kubernetes dia 3","level":"2.3","depth":1,"path":"day_three/descomplicando_kubernetes.md","ref":"day_three/descomplicando_kubernetes.md","articles":[]},"dir":"neutral"},"config":{"plugins":[],"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"language":"en","gitbook":"*"},"file":{"path":"day_four/descomplicando_kubernetes.md","mtime":"2024-02-08T15:56:28.785Z","type":"markdown"},"gitbook":{"version":"3.6.20","time":"2024-02-08T15:56:50.410Z"},"basePath":"..","book":{"language":"en"}});
gitbook.page.hasChanged({"page":{"title":"Descomplicando Kubernetes dia 4","level":"2.4","depth":1,"next":{"title":"Descomplicando Kubernetes dia 5","level":"2.5","depth":1,"path":"day_five/descomplicando_kubernetes.md","ref":"day_five/descomplicando_kubernetes.md","articles":[]},"previous":{"title":"Descomplicando Kubernetes dia 3","level":"2.3","depth":1,"path":"day_three/descomplicando_kubernetes.md","ref":"day_three/descomplicando_kubernetes.md","articles":[]},"dir":"neutral"},"config":{"plugins":[],"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"language":"en","gitbook":"*"},"file":{"path":"day_four/descomplicando_kubernetes.md","mtime":"2024-02-13T12:08:25.863Z","type":"markdown"},"gitbook":{"version":"3.6.20","time":"2024-02-13T12:08:36.997Z"},"basePath":"..","book":{"language":"en"}});
});
</script>
</div>
Expand Down
2 changes: 1 addition & 1 deletion en/day_one/descomplicando_kubernetes.html
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ <h1 class="search-results-title">No results matching "<span class='search-query'
<script>
var gitbook = gitbook || [];
gitbook.push(function() {
gitbook.page.hasChanged({"page":{"title":"Descomplicando Kubernetes dia 1","level":"2.1","depth":1,"next":{"title":"Descomplicando Kubernetes dia 2","level":"2.2","depth":1,"path":"day_two/descomplicando_kubernetes.md","ref":"day_two/descomplicando_kubernetes.md","articles":[]},"previous":{"title":"Introdução","level":"1.1","depth":1,"path":"README.md","ref":"README.md","articles":[]},"dir":"neutral"},"config":{"plugins":[],"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"language":"en","gitbook":"*"},"file":{"path":"day_one/descomplicando_kubernetes.md","mtime":"2024-02-08T15:56:28.785Z","type":"markdown"},"gitbook":{"version":"3.6.20","time":"2024-02-08T15:56:50.410Z"},"basePath":"..","book":{"language":"en"}});
gitbook.page.hasChanged({"page":{"title":"Descomplicando Kubernetes dia 1","level":"2.1","depth":1,"next":{"title":"Descomplicando Kubernetes dia 2","level":"2.2","depth":1,"path":"day_two/descomplicando_kubernetes.md","ref":"day_two/descomplicando_kubernetes.md","articles":[]},"previous":{"title":"Introdução","level":"1.1","depth":1,"path":"README.md","ref":"README.md","articles":[]},"dir":"neutral"},"config":{"plugins":[],"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"language":"en","gitbook":"*"},"file":{"path":"day_one/descomplicando_kubernetes.md","mtime":"2024-02-13T12:08:25.863Z","type":"markdown"},"gitbook":{"version":"3.6.20","time":"2024-02-13T12:08:36.997Z"},"basePath":"..","book":{"language":"en"}});
});
</script>
</div>
Expand Down
Loading

0 comments on commit fc7b449

Please sign in to comment.