Tag: distroless
-
AWS News Blog: Amazon Inspector enhances container security by mapping Amazon ECR images to running containers
Source URL: https://aws.amazon.com/blogs/aws/amazon-inspector-enhances-container-security-by-mapping-amazon-ecr-images-to-running-containers/ Source: AWS News Blog Title: Amazon Inspector enhances container security by mapping Amazon ECR images to running containers Feedly Summary: Amazon ECR image-to-container mapping that shows which images are actively running in containers and how widely they’re deployed, and extended vulnerability scanning support for minimal base images including scratch, distroless, and Chainguard…
-
Hacker News: Zero-Downtime Kubernetes Deployments on AWS with EKS
Source URL: https://glasskube.dev/blog/kubernetes-zero-downtime-deployments-aws-eks/ Source: Hacker News Title: Zero-Downtime Kubernetes Deployments on AWS with EKS Feedly Summary: Comments AI Summary and Description: Yes Summary: This blog post discusses the intricacies of achieving zero-downtime deployments on AWS EKS, particularly focusing on the AWS Load Balancer Controller. The author shares practical solutions for dealing with downtime during application…
-
Hacker News: Distroless: Language focused Docker images, minus the operating system
Source URL: https://github.com/GoogleContainerTools/distroless Source: Hacker News Title: Distroless: Language focused Docker images, minus the operating system Feedly Summary: Comments AI Summary and Description: Yes **Summary:** The text discusses “Distroless” container images, which aim to enhance security by containing only the application and its runtime dependencies without unnecessary components like package managers or shells. This approach…