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

From wikieduonline
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 4: Line 4:
  
 
== Topics ==
 
== Topics ==
* [[Amazon EKS authorization]]
+
* [[Amazon EKS authorization]]: <code>[[aws-iam-authenticator]]</code>
 
* [[Amazon EKS cluster endpoint]]
 
* [[Amazon EKS cluster endpoint]]
 
* [[AWS EKS Cluster Identity Provider Configuration]]
 
* [[AWS EKS Cluster Identity Provider Configuration]]
Line 34: Line 34:
 
* Read: [[AWS EKS]] getting starting guide: https://docs.aws.amazon.com/eks/latest/userguide/getting-started.html
 
* Read: [[AWS EKS]] getting starting guide: https://docs.aws.amazon.com/eks/latest/userguide/getting-started.html
 
* StackOverflow: https://stackoverflow.com/questions/tagged/amazon-eks?tab=Votes
 
* StackOverflow: https://stackoverflow.com/questions/tagged/amazon-eks?tab=Votes
 +
* Read: https://aws.amazon.com/blogs/compute/tag/amazon-eks/
  
 
== Related ==
 
== Related ==
Line 48: Line 49:
 
* [[Self-managed nodes]]
 
* [[Self-managed nodes]]
 
* [[fargate-scheduler]]
 
* [[fargate-scheduler]]
 +
* [[EKS tasks]]
  
 
== News ==
 
== News ==

Latest revision as of 09:06, 11 April 2024

AWS Elastic Kubernetes Service (EKS) (Jun 2018 [1]) is a managed Kubernetes solution for running containers available in AWS cloud platform since June 2018 [2]. EKS can be managed using Jenkins X software [3]. 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.

Topics[edit]

Installation[edit]

Costs[edit]

  • EKS is not included in AWS Free Tier, usually running an EKS cluster is more expensive than ECS for small deployments.
  • AWS charges $0.10 per hour for each EKS cluster (aprox $72 per month) calculator

Related:

Activities[edit]

Related[edit]

News[edit]

See also[edit]

  • https://aws.amazon.com/blogs/aws/amazon-eks-now-generally-available/
  • 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/
  • https://aws.amazon.com/about-aws/whats-new/2019/11/amazon-eks-adds-support-for-provisioning-and-managing-kubernetes-worker-nodes/
  • Advertising: