Editing AWS Elastic Kubernetes Service (EKS)

Jump to navigation Jump to search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
[[AWS]] Elastic [[Kubernetes]] Service ([[EKS]]) ([[AWS timeline|Jun 2018]] <ref> https://aws.amazon.com/blogs/aws/amazon-eks-now-generally-available/</ref>) is a managed [[Kubernetes]] solution for running [[containers]] available in AWS cloud platform since June 2018 <ref>https://en.wikiversity.org/wiki/DevOps/Kubernetes/EKS</ref>. EKS can be managed using [[Jenkins X]] software <ref>https://aws.amazon.com/blogs/opensource/continuous-delivery-eks-jenkins-x/</ref>. Other AWS services for running containers are [[ECS]] or [[Fargate]].
+
[[AWS]] Elastic [[Kubernetes]] Service ([[EKS]]) is a managed [[Kubernetes]] solution for running [[containers]] available in AWS cloud platform since June 2018 <ref>https://en.wikiversity.org/wiki/DevOps/Kubernetes/EKS</ref>. EKS can be managed using [[Jenkins X]] software <ref>https://aws.amazon.com/blogs/opensource/continuous-delivery-eks-jenkins-x/</ref>. Other AWS services for running containers are [[ECS]] or [[Fargate]].
  
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 nodes and 3 [[etcd]] nodes, but are invisible to you and Amazon is responsible of AutoScaling them when needed.
  
== Topics ==
+
[[helm]] repo add eks https://aws.github.io/eks-charts
* [[Amazon EKS authorization]]: <code>[[aws-iam-authenticator]]</code>
 
* [[Amazon EKS cluster endpoint]]
 
* [[AWS EKS Cluster Identity Provider Configuration]]
 
* [[AWS EKS Addons]]: <code>[[aws-ebs-csi-driver]]</code>
 
* [[Amazon EKS nodes]]
 
* [[EKS versions]]
 
* [[EKS single sign-on using AWS SSO]]
 
* [[EKS logging]]
 
  
== Installation ==
 
* <code>[[helm repo add eks]] https://aws.github.io/eks-charts</code>
 
* [[Create your first EKS Cluster using AWS Management Console]] <ref>https://docs.aws.amazon.com/eks/latest/userguide/getting-started.html</ref>
 
* [[Deploy EKS cluster using Terraform]]
 
  
* Helm charts:  
+
== Creation your first EKS Cluster <ref>https://docs.aws.amazon.com/eks/latest/userguide/getting-started.html</ref> ==
** [[helm repo add eks|EKS repo]]: <code>[[aws-for-fluent-bit]], [[aws-cloudwatch-metrics]]</code>
+
:0) Prerequisites: <code>[[kubectl]]</code> and <code>aws-iam-authenticator</code> (a tool to authenticate to Kubernetes using AWS IAM credentials)<ref>https://docs.aws.amazon.com/eks/latest/userguide/getting-started.html</ref>
** [[helm repo add aws-ebs-csi-driver|aws-ebs-csi-driver repo]]: <code>[[aws-ebs-csi-driver]]</code>
+
:: On MacOs: <code>brew install aws-iam-authenticator</code> and <code>brew install kubernetes-cli</code>  
 +
:1) Create a new service role
 +
:2) Create a new VPC for you new EKS Cluster using this [[CloudFormation]] template from AWS: https://docs.aws.amazon.com/eks/latest/userguide/getting-started.html
 +
:3) Create EKS Cluster from AWS Webconsole, user used for creating EKS Cluster will be the initial administrator.
 +
:4) Create Worker Nodes using AWS Cloudformation template https://github.com/awslabs/amazon-eks-ami/blob/master/amazon-eks-nodegroup.yaml
 +
:5) Install Kubernetes dashboard<ref>https://kubernetes.io/docs/tasks/access-application-cluster/web-ui-dashboard/</ref>
  
 
== Costs ==
 
== Costs ==
* [[EKS]] is not included in [[AWS Free Tier]], usually running an EKS cluster is more expensive than [[ECS]] for small deployments.
+
[[EKS]] is more expensive than [[ECS]] for small clusters.
* AWS charges $0.10 per hour for each EKS cluster (aprox $72 per month) [https://calculator.aws/#/estimate?id=c9a2b153ce184659c1353bf959ebc47ba3af916a calculator]
 
  
Related:
+
==Activities==
* [[Google Kubernetes Engine (GKE)]] offers [[free trial]] Kubernetes service.
 
 
 
== Activities ==
 
* [[Create your first EKS Cluster]]: [[Deploy EKS cluster using Terraform]]
 
 
* Read [[GitLab]] integration with [[EKS]]: https://about.gitlab.com/blog/2020/03/09/gitlab-eks-integration-how-to/
 
* Read [[GitLab]] integration with [[EKS]]: https://about.gitlab.com/blog/2020/03/09/gitlab-eks-integration-how-to/
* 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
 
* Read: https://aws.amazon.com/blogs/compute/tag/amazon-eks/
 
 
== Related ==
 
* [[AWS EKS Anywhere]]
 
* [[Amazon EKS cluster role]]
 
* [[AWS Bottlerocket]]
 
* [[Terraform EKS]]
 
* [[Network policy]]: [[Calico]] [[EKS add-ons|add-on]] https://docs.aws.amazon.com/eks/latest/userguide/calico.html
 
* [[Amazon EKS Workshop]]: https://www.eksworkshop.com/
 
* [[EKS Best Practices Guides]]
 
* [[Tencent Kubernetes Engine (TKE)]]
 
* [[Kustomize]]
 
* <code>[[kubectl version --short]]</code>
 
* [[Self-managed nodes]]
 
* [[fargate-scheduler]]
 
* [[EKS tasks]]
 
 
== News ==
 
* Nov 2022 [[EKS v1.20]] deprecated.
 
* May 2022 Amazon EKS console now supports all standard [[Kubernetes resources]] <ref>https://aws.amazon.com/about-aws/whats-new/2022/05/amazon-eks-console-supports-standard-kubernetes-resources-cluster-management/</ref>
 
* Mar 2022 [[EKS v1.23]] [[Amazon EBS CSI driver]]
 
* Aug 2020 [[launch template]] and [[custom AMI]] support in Amazon EKS [[Managed Node Groups]] https://aws.amazon.com/blogs/containers/introducing-launch-template-and-custom-ami-support-in-amazon-eks-managed-node-groups/
 
* Nov 2019 EKS [[Managed node groups]] <ref>https://aws.amazon.com/about-aws/whats-new/2019/11/amazon-eks-adds-support-for-provisioning-and-managing-kubernetes-worker-nodes/</ref>
 
  
 
== See also ==
 
== See also ==
* {{eksctl}}
+
* {{AWS}}  
* {{EKS}}
+
* [[CNI]] - [[Container]] Network Interface
* {{aws eks}}
+
* {{Kubernetes}}
 +
* AWS EKS getting starting guide: https://docs.aws.amazon.com/eks/latest/userguide/getting-started.html
 +
* {{K8s cloud services}}
  
[[Category: AWS]]
+
[[Category:Cloud computing]]
[[Category: EKS]]
+
[[Category: Software development]]
[[Category: K8s]]
 

Please note that all contributions to wikieduonline may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see Wikieduonline:Copyrights for details). Do not submit copyrighted work without permission!

Cancel Editing help (opens in new window)

Templates used on this page:

Advertising: