What is the best way to work with kubernetes and environment variables in containers?

0

I am currently looking for a tool that allows me to quickly and easily control the environment variables of my containers in EKS. I find myself exploring some options like AWS Secret Manager and Hashicorp's Vault. What tools would you recommend?

profile picture
EXPERTO
preguntada hace 2 años905 visualizaciones
2 Respuestas
2
Respuesta aceptada

This open source External Secrets operator can be leveraged to pull secrets from AWS Secrets Manager, AWS Parameter store, Hashicorp Vault and various other cloud secrets providers. This operator also supports EKS Fargate.

With AWS Secrets Manager, you can establish a private connection between your VPC and Secrets Manager by creating an Interface VPC endpoint which lets you privately access Secrets Manager APIs without an internet gateway, NAT device, VPN connection, or AWS Direct Connect connection. It is more secure as the network traffic between your VPC and Secrets Manager does not leave the AWS network.

profile pictureAWS
INGENIERO DE SOPORTE
respondido hace 2 años
0

You might want to look into AWS Secrets and Configuration Provider (ASCP). This approach enables secrets from Secrets Manager and parameters from Parameter Store to be mounted as files in Amazon EKS pods. The GitHub project is here.

profile pictureAWS
respondido hace 2 años

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas