Overview
Amazon Elastic Kubernetes Services (EKS) is a managed service that makes it easy for you to run Kubernetes on AWS without needing to install and operate your own Kubernetes control plane or worker nodes.
Data Plane¶ We have 3 options here:
- Managed Nodes
- Fargate
- Fargate Spot
Considerations Each option has its pros and cons with regard to cost, operation complexity, extensibility, customization capabilities, features, and management. In general we implement Managed Nodes. The main reasons being:
- They allow a high degree of control in terms of the components we can deploy and the features those components can provide to us. For instance we can run ingress controllers and service mesh, among other very customizable resources.
- AWS takes care of provisioning and lifecycle management of nodes which is one less task to worry about.
- Upgrading Kubernetes versions becomes much simpler and quicker to perform.
- We still can, at any time, start using Fargate and Fargate Spot by simply creating a profile for one or both of them, then we only need to move the workloads that we want to run on Fargate profiles of our choice.
Highlights
- Highly Secure: EKS automatically applies the latest security patches to your cluster control plane.
- Multiple Availability Zones: EKS auto-detects and replaces unhealthy control plane nodes and provides on-demand, zero downtime upgrades and patching.
- Serverless Compute: EKS supports AWS Fargate to remove the need to provision and manage servers, improving security through application isolation by design.
Details
Pricing
Custom pricing options
How can we make this page better?
Legal
Content disclaimer
Resources
Support
Vendor support
At Leverage we support the last 3 latest stable Kubernetes version releases (at best effort) within our Reference Architecture EKS layer and IaC Library EKS module
We think this is a good balance between management overhead and an acceptable level of supported versions (at best effort). If your project have and older legacy version we could work along your CloudOps team to safely migrate it to a Leverage supported EKS version.
Contact us, we’d love to support you +1 786 2244551 info@binbash.com.ar 8250 West Flagler St Miami, FL 33144, US