kubernetes

Como configurar SOPS en Helmfile

February 28, 2021
Helm, Kubernetes, How to
helm, helmcharts, sops, kubernetes, helmfile, cluster, helm-secrets, secrets

Como veíamos por encima en nuestro anterior post sobre helmfile podemos tener un fichero en nuestro repo que este encriptado mediante sops y tener ahi las variables para usar en nuestra chart mediante Helmfile. ¿Qué es Sops? # Si nos vamos a si proyecto veremos que Mozilla define SOPS como un editor de archivos cifrados que admite los formatos YAML, JSON, ENV, INI y BINARY. Además de soportar el cifrado de estos mediante los cifrados AWS KMS, GCP KMS, Azure Key Vault y PGP. ...

Configurar tu kluster con Helmfile

January 30, 2021
Helm, Kubernetes, How to, helmfile
helm, helmcharts, kubernetes, helmfile, cluster

Helmfile es una herramienta que te permite sacar más partido a Helm. Ya que si usas helmfile puedes implementar cualquier cantidad de helmcharts. Básicamente con helmfile declaras las helmcharts y les das los valores que tú quieres a cada una de las helm chart, helmfile creara el correspondiente deploy mediante helm para mandar a tu cluster todo lo que has definido en helmfile, claro esta puedes decirle a helmfile impleméntame solo este grupo de helmchart y de este grupo quiero implementarlas en esta secuencia. ...