Deploy your first workload on EKS using AWS CDK—defining Kubernetes resources in Python code, exposing services, and understanding how updates are applied in practice.
About 2 years ago, I’ve been using AWS CDK to manage infrastructure, mostly for smaller workloads like deploying APIs on AWS Lambda. This year, I want to take it a step further by using AWS CDK to create and manage an AWS EKS cluster.
Docker images are already compressed when you push them to registries like Docker Hub, GHCR, AWS ECR, etc. So why would anyone compress an image again by using gzip or zstd?