Monthly Archives: June 2022

Manage Kubernetes Secrets With External Secrets Operator

How do we manage secrets in Kubernetes clusters? If they are stored in external secret management systems like AWS Secrets Manager, HashiCorp Vault, Google Secrets Manager, Azure Key Vault, and others, we need to pull them into the clusters. External Secrets Operator might be the solution.

Continue reading
Advertisement

Container (Docker) Images Without Dockerfile With Buildpacks and kpack

Can we build container (Docker) images without Dockerfile? Do we need Dockerfile or can we accomplish the same or better results with Buildpacks, Paketo, and kpack?

Continue reading