aula-06 e aula-08: Hetzner CSI Driver e segurança de rede

aula-06:
- Adicionar instalação do Hetzner CSI Driver no setup.sh
- Input interativo seguro para token da Hetzner Cloud
- Atualizar custom-values.yaml para n8n.kube.quest

aula-08:
- Adicionar regras de firewall para VXLAN e rede privada
- Configurar Flannel para usar interface privada (--iface-can-reach)
- Configurar kubelet.nodeIP.validSubnets para rede privada
- Corrigir segurança: VXLAN restrito a 10.0.0.0/8
This commit is contained in:
Allyson de Paula
2025-12-27 22:56:09 -03:00
parent 6db8ca3189
commit 50dc74c1d8
5 changed files with 110 additions and 8 deletions

View File

@@ -12,7 +12,7 @@
# -----------------------------------------------------------------------------
image:
repository: n8nio/n8n
tag: "2.1.4"
tag: "2.0.3"
pullPolicy: IfNotPresent
# -----------------------------------------------------------------------------
@@ -58,7 +58,7 @@ ingress:
nginx.ingress.kubernetes.io/proxy-read-timeout: "3600"
nginx.ingress.kubernetes.io/proxy-send-timeout: "3600"
hosts:
- host: n8n.localhost
- host: n8n.kube.quest
paths:
- path: /
pathType: Prefix
@@ -121,7 +121,7 @@ worker:
webhook:
mode: queue
count: 1
url: "http://n8n.localhost"
url: "https://n8n.kube.quest"
extraEnvVars:
N8N_SECURE_COOKIE: "false"
resources: