If troubleshooting inside a container that does not have curl installed and also doesn’t permit installing then an option is to use a curl binary that has been statically compiled. There are a list of curl binaries here download one matching the arch of your container then extract it with e.g. Then copy the extract… Read more »
Posts Categorized: kubernetes
AWS Secrets Manager for EKS Env Variables
With an EKS cluster created I followed the AWS instructions for integrating secrets manager so I could pull secrets and use them as environment variables in pods. The secrets were mounted fine and I could cat them out when exec’ing into the container. However, nothing I did would allow the secrets to be used as… Read more »