Difference between revisions of "AWS Elastic Kubernetes Service (EKS)"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Tags: Mobile web edit, Mobile edit
Line 3: Line 3:
 
By default EKS provides 3 [[master node]]s and 3 <code>[[etcd]]</code> nodes, but are invisible to you and Amazon is responsible of [[Autoscaling]] them when needed.
 
By default EKS provides 3 [[master node]]s and 3 <code>[[etcd]]</code> nodes, but are invisible to you and Amazon is responsible of [[Autoscaling]] them when needed.
  
 +
== Installation ==
 
* <code>[[helm repo add]] eks https://aws.github.io/eks-charts</code>
 
* <code>[[helm repo add]] eks https://aws.github.io/eks-charts</code>
 
* [[Create your first EKS Cluster]] <ref>https://docs.aws.amazon.com/eks/latest/userguide/getting-started.html</ref>
 
* [[Create your first EKS Cluster]] <ref>https://docs.aws.amazon.com/eks/latest/userguide/getting-started.html</ref>

Revision as of 06:21, 15 July 2022

AWS Elastic Kubernetes Service (EKS) is a managed Kubernetes solution for running containers available in AWS cloud platform since June 2018 [1]. EKS can be managed using Jenkins X software [2]. Other AWS services for running containers are ECS or Fargate.

By default EKS provides 3 master nodes and 3 etcd nodes, but are invisible to you and Amazon is responsible of Autoscaling them when needed.

Installation

Costs

EKS is not included in AWS Free Tier, usually running an EKS cluster is more expensive than ECS for small deployments. Google Kubernetes Engine (GKE) offers free trial Kubernetes service. AWS charges $0.10 per hour for each EKS cluster (aprox $72 per month). https://calculator.aws/#/estimate?id=c9a2b153ce184659c1353bf959ebc47ba3af916a

Activities

Related

News

See also

  • https://en.wikiversity.org/wiki/DevOps/Kubernetes/EKS
  • https://aws.amazon.com/blogs/opensource/continuous-delivery-eks-jenkins-x/
  • https://docs.aws.amazon.com/eks/latest/userguide/getting-started.html
  • https://aws.amazon.com/about-aws/whats-new/2022/05/amazon-eks-console-supports-standard-kubernetes-resources-cluster-management/
  • Advertising: