Help improve this page
Want to contribute to this user guide? Choose the Edit this page on GitHub link that is located in the right pane of every page. Your contributions will help make our user guide better for everyone.
Common use cases in Amazon EKS
Amazon EKS offers robust managed Kubernetes services on Amazon, designed to optimize containerized applications. The following are a few of the most common use cases of Amazon EKS, helping you leverage its strengths for your specific needs.
- Deploying high-availability applications
-
Using Elastic Load Balancing
, you can make sure that your applications are highly available across multiple Availability Zones . - Building microservices architectures
-
Use Kubernetes service discovery features with Amazon Cloud Map
or Amazon VPC Lattice to build resilient systems. - Automating software release process
-
Manage continuous integration and continuous deployment (CICD) pipelines that simplify the process of automated building, testing, and deployment of applications.
- Running serverless applications
-
Use Amazon Fargate
with Amazon EKS to run serverless applications. This means you can focus solely on application development, while Amazon EKS and Fargate handle the underlying infrastructure. - Executing machine learning workloads
-
Amazon EKS is compatible with popular machine learning frameworks such as TensorFlow
, MXNet , and PyTorch . With GPU support, you can handle even complex machine learning tasks effectively. - Deploying consistently on premises and in the cloud
-
To simplify running Kubernetes in on-premises environments, you can use the same Amazon EKS clusters, features, and tools to run self-managed nodes on Amazon Outposts or can use Amazon EKS Hybrid Nodes with your own infrastructure. For self-contained, air-gapped environments, you can use Amazon EKS Anywhere
to automate Kubernetes cluster lifecycle management on your own infrastructure. - Running cost-effective batch processing and big data workloads
-
Utilize Spot Instances
to run your batch processing and big data workloads such as Apache Hadoop and Spark , at a fraction of the cost. This lets you take advantage of unused Amazon EC2 capacity at discounted prices. - Securing application and ensuring compliance
-
Implement strong security practices and maintain compliance with Amazon EKS, which integrates with Amazon security services such as Amazon Identity and Access Management
(IAM), Amazon Virtual Private Cloud (Amazon VPC), and Amazon Key Management Service (Amazon KMS). This ensures data privacy and protection as per industry standards.