Compare EKS Anywhere and EKS
EKS Anywhere provides an installable software package for creating and operating Kubernetes clusters on-premises and automation tooling for cluster lifecycle operations. EKS Anywhere is certified Kubernetes conformant, so existing applications that run on upstream Kubernetes are compatible with EKS Anywhere.
Amazon Elastic Kubernetes Service (Amazon EKS) is a managed Kubernetes service that makes it easy for you to run Kubernetes on the AWS Cloud. Amazon EKS is certified Kubernetes conformant, so existing applications that run on upstream Kubernetes are compatible with Amazon EKS. To learn more about Amazon EKS, see Amazon Elastic Kubernetes Service .
Comparing Amazon EKS Anywhere to Amazon EKS
Feature | Amazon EKS Anywhere | Amazon EKS |
---|---|---|
Control plane | ||
K8s control plane management | Managed by customer | Managed by AWS |
K8s control plane location | Customer-managed infrastructure | AWS Cloud |
Cluster updates | Customer-managed updates for control plane and worker nodes | AWS-managed in-place updates for control plane and AWS managed updates for worker nodes. |
Compute | ||
Compute options | vSphere, bare metal, Snowball Edge, CloudStack, Nutanix | Amazon EC2, AWS Fargate |
Node operating systems | Bottlerocket, Ubuntu, RHEL | Amazon Linux 2, Windows Server, Bottlerocket, Ubuntu |
Physical hardware (servers, network equipment, storage, etc.) | Customer-managed | AWS-managed |
Serverless | Not supported | Amazon EKS on AWS Fargate |
Management | ||
Command line interface (CLI) | eksctl CLI |
eksctl CLI, AWS CLI |
AWS console view | Optional with EKS Connector | Native EKS console integration |
Infrastructure-as-code | Kubernetes API-compatible tooling, Terraform, GitOps, other 3rd-party solutions | AWS CloudFormation, Terraform, GitOps, other 3rd-party solutions |
Logging and monitoring | CloudWatch, Prometheus, other 3rd-party solutions | CloudWatch, Prometheus, other 3rd-party solutions |
GitOps | Flux controller | Flux controller |
Functions and tooling | ||
Networking and Security | Cilium CNI and network policy supported | Amazon VPC CNI supported. Other compatible 3rd-party CNI plugins available. |
Load balancer | MetalLB | Elastic Load Balancing including Application Load Balancer (ALB), and Network Load Balancer (NLB) |
Service mesh | Community or 3rd-party solutions | AWS App Mesh, community, or 3rd-party solutions |
Community tools and Helm | Works with compatible community tooling and helm charts. | Works with compatible community tooling and helm charts. |
Pricing and support | ||
Control plane pricing | Free to download, paid Enterprise Subscription option | Hourly pricing per cluster |
AWS Support | Additional annual subscription (per cluster) for AWS support | Basic support included. Included in paid AWS support plans (developer, business, and enterprise) |
Comparing Amazon EKS Anywhere to Amazon EKS on Outposts
Like EKS Anywhere, Amazon EKS on Outposts provides a means of running Kubernetes clusters using EKS software on-premises. The main differences are that:
- Amazon provides the hardware with Outposts, while most EKS Anywhere providers leverage the customer’s own hardware.
- With Amazon EKS on Outposts, the Kubernetes control plane is fully managed by AWS. With EKS Anywhere, customers are responsible for managing the lifecycle of the Kubernetes control plane with EKS Anywhere automation tooling.
- Customers can use Amazon EKS on Outposts with the same console, APIs, and tools they use to run Amazon EKS clusters in AWS Cloud. With EKS Anywhere, customers can use the eksctl CLI to manage their clusters, optionally connect their clusters to the EKS console for observability, and optionally use infrastructure as code tools such as Terraform and GitOps to manage their clusters. However, the primary interfaces for EKS Anywhere are the EKS Anywhere Custom Resources. Amazon EKS does not have a CRD-based interface today.
- Amazon EKS on Outposts is a regional AWS service that requires a consistent, reliable connection from the Outpost to the AWS Region. EKS Anywhere is a standalone software offering that can run entirely disconnected from AWS Cloud, including air-gapped environments.
Outposts have two deployment methods available:
-
Extended clusters: With extended clusters, the Kubernetes control plane runs in an AWS Region, while Kubernetes nodes run on Outpost hardware.
-
Local clusters: With local clusters, both the Kubernetes control plane and nodes run on Outpost hardware.
For more information, see Amazon EKS on AWS Outposts .