
Kubernetes and containers managed by AWS: the modern application platform without the weight of control planes.
EKS is the upstream-conformant Kubernetes managed by AWS: guaranteed control plane, orchestrated upgrades, IAM integration. ECS is the simpler proprietary orchestrator; with Fargate containers run without any nodes to administer at all.

Next-generation node autoscaling: the right capacity, provisioned in seconds.
CNI, CoreDNS, EBS CSI updated by AWS: the cluster that doesn't rust.
Le identità dei pod integrate con IAM: il least privilege dentro il cluster.
AWS's Kubernetes on-prem too: consistency for hybrid lives — where OpenShift also plays for us.
EKS manages the multi-AZ control plane (API server and etcd) with a 99.95% SLA; nodes are chosen among managed node groups, serverless Fargate and — more and more — Karpenter, which provisions the right instance in seconds by watching pending pods. IRSA/Pod Identity give pods IAM without keys; VPC CNI assigns native IPs; managed add-ons (CoreDNS, kube-proxy, EBS CSI) update with the cluster upgrade.
The service-based backend with continuous deploys: rolling updates and rollbacks without drama.
From monolith to containers by degrees: first containerize, then decompose.
Workers scaling on SQS queues: asynchronous work that sizes itself.