AWS EKS - Create Kubernetes cluster on Amazon EKS | the easy way

Sdílet
Vložit
  • čas přidán 12. 06. 2024
  • How to setup a Kubernetes cluster on AWS EKS using eksctl | Amazon EKS explained
    Step by Step Application Deployment on LKE using Helm ► • Step by Step Applicati...
    In this video I cover Elastic Kubernetes Service or AWS EKS in short. You will learn how to setup your Kubernetes cluster on AWS EKS using eksctl.
    ► Thanks Nirmata for sponsoring this video!
    ► First 30 sign-ups get 3 months free! Sign up and use the in-product chat to say “Nana sent me!” (Offer good till Sep 30th) 🚀
    To try Nirmata EKS Manager for free visit the AWS Marketplace (amzn.to/3bGixvD). Or, find out more at nirmata.com (nirmata.com/).
    #awseks #amazoneks #kubernetes #techworldwithnana
    ------- What is EKS? -------
    AWS EKS is a Managed Kubernetes Service from Amazon, which means AWS manages the Master Nodes for you. All the necessary applications/services are already pre-installed like the container runtime or master processes and in addition it also takes care of scaling and backups. 👍
    You only create the Worker Nodes.
    Learn about Master and Worker Nodes here: ► • Kubernetes Architectur...
    ------- How to use EKS? -------
    To create a K8s cluster in EKS you need to do following steps:
    1) Setup or preparation steps
    - create AWS account
    - create a VPC - virtual private space
    - create an IAM role with Security Group (or in other words: create AWS user with list of permissions)
    2) Create Cluster Control Plane - Master Nodes
    - choose basic information like cluster name and k8s version
    - choose region and VPC for your cluster
    - set security
    3) Create Worker Nodes and connect to cluster
    The Worker Nodes are some EC2 instances with CPU and storage resources.
    - Create as a Node Group
    - Choose cluster it will attach to
    - Define Security Group, select instance type etc.
    With NodeGroup you have autoscaling, which means based on your needs depending on how much load the cluster has new Worker Nodes will automatically added or removed in the cluster.
    - For that you need to define max and minimum number of Nodes.
    ------- Complex, but powerful and popular -------
    You're right, that's a lot of effort for just creating a simple Kubernetes cluster. Compared to other managed Kubernetes services, like DigitalOcean or Linode it's more complex.
    So, how to do it, when you just want to create a cluster and start deploying your containers inside as fast as possible.
    Instead of doing all those steps manually, there is a faster and more efficient way.
    ------- eksctl to the rescue -------
    eksctl is a simple CLI tool for creating clusters on EKS. With just one command you create a cluster in minutes.
    I'm a huge fan of understanding the concepts of how a technology works, but if there are tools that make working with this technology much easier then I like to use them. Usually those tools are built by community, which specialized in this technology. So it makes sense to use this knowledge.
    So in the demo we will create the Kubernetes cluster using eksctl.
    ▬▬▬▬▬▬ T I M E S T A M P S ⏰ ▬▬▬▬▬▬
    0:00 - Intro
    0:36 - What is EKS?
    1:20 - How to use EKS? 3 steps
    4:46 - eksctl
    7:22 - Demo: Create K8s cluster on AWS EKS using eksctl
    15:04 - Demo: Delete K8s cluster and all its resources
    16:02 - Recap
    ▬▬▬▬▬▬ Want to learn more? 🚀 ▬▬▬▬▬▬
    Full Kubernetes and Docker tutorial ► bit.ly/2YGeRp9
    DevOps Tools, like Terraform, Prometheus ► bit.ly/2W9UEq6
    Jenkins Pipeline Tutorials ► bit.ly/2Wunx08
    ▬▬▬▬▬▬ Useful Links 🔗 ▬▬▬▬▬▬
    Configure AWS credentials:
    ► docs.aws.amazon.com/cli/lates...
    eksctl Repository:
    ► github.com/weaveworks/eksctl
    EKS guide documentation:
    ► docs.aws.amazon.com/eks/lates...
    ► docs.aws.amazon.com/eks/lates...
    ▬▬▬▬▬▬ Connect with me 👋 ▬▬▬▬▬▬
    Join private Facebook group ► bit.ly/32UVSZP
    Don't forget to subscribe ► bit.ly/3mO4jxT
    DEV ► bit.ly/3h2fqiO
    INSTAGRAM ► bit.ly/2F3LXYJ
    TWITTER ► bit.ly/3i54PUB
    LINKEDIN ► bit.ly/3hWOLVT
    ▬▬▬▬▬▬ Courses & Bootcamp & Ebooks 🚀 ▬▬▬▬▬▬
    ► Become a DevOps Engineer - full educational program 👉🏼 bit.ly/45mXaer
    ► High-Quality and Hands-On Courses 👉🏼 bit.ly/3BNS8Kv
    ► Kubernetes 101 - compact and easy-to-read ebook bundle 👉🏼 bit.ly/3Ozl28x

Komentáře • 239

  • @TechWorldwithNana
    @TechWorldwithNana  Před 3 lety +26

    Step by Step Application Deployment on LKE using Helm ► czcams.com/video/JGtJj_nAA2s/video.html
    ▬▬▬▬▬▬ T I M E S T A M P S ⏰ ▬▬▬▬▬▬
    0:00 - Intro
    0:36 - What is EKS?
    1:20 - How to use EKS? 3 steps
    4:46 - eksctl
    7:22 - Demo: Create K8s cluster on AWS EKS using eksctl
    15:04 - Demo: Delete K8s cluster and all its resources
    16:02 - Recap

    • @siddeshmundhe6536
      @siddeshmundhe6536 Před 3 lety +1

      Awesome Nana....Can you Plz make video on AKS , Azure Kubernetes Service ,

    • @siddharthojha4190
      @siddharthojha4190 Před 3 lety

      Was waiting for this tutorial. Great work as always

    • @TechWorldwithNana
      @TechWorldwithNana  Před 3 lety +1

      @@siddeshmundhe6536 Yes I will do one on AKS too

    • @rijulgogia5321
      @rijulgogia5321 Před 3 lety +1

      Mam, can you please create a video on how to use IAM roles, users, and groups with RBAC roles and cluster roles [EKS].

    • @siddeshmundhe6536
      @siddeshmundhe6536 Před 3 lety

      @@TechWorldwithNana ❤️❤️❤️❤️Thanks

  • @laurabennis3871
    @laurabennis3871 Před 3 lety +52

    Oh god... I watched some of your videos and I can honestly say that I'm in LOVE with your explanations, your knowledge and how simple you make it look. I've been struggling with all of the CI/CD, containers, orchestration aspect but you are my hero. Thank you so much for this !

  • @adamfowleruk
    @adamfowleruk Před 3 lety +10

    Great video. Good introduction and straight to the point, showing each step as needed. One of the few videos I've watched all the way through without skipping forward for the real content! Great job. Love the visuals too. Very slick production!

  • @muelladresse10
    @muelladresse10 Před 3 lety +6

    Kubernetes is really a nice tool. I began learning Kubernetes some months ago and found your channel during my research for tutorials. It‘s by far the best DevOps Channel on CZcams if you are a beginner and want an overview of DevOps topics and good in-depth tutorials. What I especially like about your channel are videos like this where you deploy a project from scratch on a common platform like Linode or AWS.

    • @TechWorldwithNana
      @TechWorldwithNana  Před 3 lety +1

      Wow, thank you so much Tilo. This is really motivating! Happy to hear such amazing feedback and that my videos have been so helpful 😊

  • @akinaregbesola
    @akinaregbesola Před 2 lety +1

    Wow!!
    No ambiguities; very clear and straight to the point.
    Awesome job Nana.

  • @ionrover2
    @ionrover2 Před 3 lety +7

    I'm so glad you had a whole section on eksctl.

  • @andresram_1
    @andresram_1 Před 3 lety +1

    I love your videos, Nana. Thanks for sharing this with the community! Kudos!

  • @shubhashrichavan7307
    @shubhashrichavan7307 Před 10 měsíci +1

    Clear and to the point explanation as always! Keep making more such videos Nana! More power to you.

  • @ashwind6295
    @ashwind6295 Před 10 měsíci +1

    This was easily the best tutorial I've watched on this topic. Thank you for this tutorial and sharing your knowledge to younger developers like me!

  • @AaronNel
    @AaronNel Před 3 lety +1

    Thanks for this incredible video. Your videos continue to be the highest quality content on the topics you cover.
    Your thorough and complete explanations that focus on just what we need to know help a lot

  • @josephsadler8614
    @josephsadler8614 Před 3 lety +1

    Awesome video! I found this AFTER going through the headache of creating my cluster and worker nodes via the AWS Console. Never even heard of eksctl before this. Appreciate it!

  • @xarmandop
    @xarmandop Před 6 dny

    Super useful, a little out of date but great explanation. Kudos🐳

  • @nkemmary139
    @nkemmary139 Před rokem

    I cannot believe how much l learnt and was able to do through this 16 minutes video. You are awesome, thank you very much!!

  • @babakhabibnejad508
    @babakhabibnejad508 Před rokem +1

    Once again thank you Nana! your videos are really easy to follow without extra tech babble that will just confuse me when I start learning some new tech.

  • @christophertoombs373
    @christophertoombs373 Před 3 lety

    Very Clean Video -- super easy to follow and it got me setting up a cluster in no time!

  • @nemoahuja3423
    @nemoahuja3423 Před rokem

    Thank you Nana! I was struggling since morning to create eks cluster. Checked many blogs and videos but no luck. Thank you for the video. Love you!

  • @vijayalakshmirakesh3574
    @vijayalakshmirakesh3574 Před rokem +1

    Wow, amazing videos, can't explain how easy it is to understand. Loads of gratitude.. thanks a ton Nana :)

  • @staj
    @staj Před 2 lety

    Another Great practical, concise & precise video. Thanks a lot Nana.

  • @ralfloserth3070
    @ralfloserth3070 Před 2 lety +2

    This is a great overview as well as suggesting the third party tools. Nice!

  • @omarkarim9298
    @omarkarim9298 Před 3 lety +9

    "you already have kubernetes to learn" 🤣🤣 had me lol

  • @mathewkargarzadeh3158
    @mathewkargarzadeh3158 Před 3 lety +1

    FANTASTIC !! on EKS Concept. Thank You. you rock young lady. make it easy to understand the component of EKS. I love the auto-scaling concept of worker node (in the node group ) to increase the worker nodes if needed.. Appreciated !!

  • @captaincloud7118
    @captaincloud7118 Před 3 lety

    Nana you are amazing! Thank you for such quality vidoes! Keep up the good work!

  • @anderspadilla3517
    @anderspadilla3517 Před 2 lety +1

    Wonderful! It's a good and simple introduction of EKS and how start using it. Perfect, just that i was looking for. Thanks a lot! Muchas gracias

  • @timmorichardson4246
    @timmorichardson4246 Před 3 lety +2

    This is a fantastic overview, thanks Nana, great job

  • @pintunag
    @pintunag Před 3 lety +4

    Thank you Nana for the wonderful tutorial.

  • @gwulfwud
    @gwulfwud Před 3 lety +7

    Very helpful, thank you. Would love a Terraform version of this!

  • @trueindian506
    @trueindian506 Před 2 měsíci

    Thank you nana it's very good explanation by you

  • @singhamita
    @singhamita Před 3 lety

    Very nicely explained. I am going to try this hope it will smooth. Love and blessings for you and your quality content

  • @AbdulSamad-zb8zn
    @AbdulSamad-zb8zn Před 3 lety +4

    LOVE YOUR VIDEOS THE WAY YOU'R EXPLAINING THE CONCEPTS...FROM INDIA

  • @TechTutorialswithPiyush
    @TechTutorialswithPiyush Před 2 lety +1

    Amazing explanation! You are such an inspiration

  • @thecloudterminal
    @thecloudterminal Před rokem

    Thank you for such an awesome tutorial Nana!

  • @daryanghandehari6313
    @daryanghandehari6313 Před 2 lety

    Good stuff. Very clear and well done!!!

  • @douglassoaresmantova
    @douglassoaresmantova Před 2 lety

    You are the best Devops I have ever seen

  • @davidjhons2549
    @davidjhons2549 Před 4 měsíci +1

    Nice Explanation
    999k
    1k still to go...
    I have been following you since 921k, ..

  • @annik4371
    @annik4371 Před 2 lety

    Great video. Thanks for your time and this job!

  • @ymn54
    @ymn54 Před 3 měsíci

    Thank you again for this other clear tuto

  • @omarpachecoc9874
    @omarpachecoc9874 Před 3 lety +2

    Excellent Video Nana as always all your videos are just amazing simple and brilliants :)

  • @miguelangelsalinasgancedo141

    Great video. Easy to follow and ontain results in a short of time

  • @kchemutai3483
    @kchemutai3483 Před 9 měsíci +1

    Amazing video, I enjoyed every bit of it

  • @MrWorkman2010
    @MrWorkman2010 Před 2 lety

    Good to know this at such a time

  • @ousamabenyounes8344
    @ousamabenyounes8344 Před 3 lety

    Cooool :) thanks for this interesting demo
    I didn't know about eksctl tool really cool project thanks again nana

  • @Kevin-xu9ym
    @Kevin-xu9ym Před rokem

    thanks Nana! Great stuff as usual

  • @santosharakere
    @santosharakere Před rokem

    Excellent info/ demo. Thanks.

  • @YouTubers-rj9xv
    @YouTubers-rj9xv Před 3 lety +1

    Thank you for sharing the valuable information. #Fans from INDIA.

  • @ammlyf
    @ammlyf Před 3 lety +2

    Thank you. I needed this.

  • @SureshKumar-ow2ji
    @SureshKumar-ow2ji Před 3 lety +2

    Thank you for that, Nana..have a good one..keep up the good work..😍

  • @saikatdey5379
    @saikatdey5379 Před 2 lety +1

    Nice Tutorial. Very well explained.

  • @tanayakarmakar2407
    @tanayakarmakar2407 Před 3 lety

    Thanks Nana for the awesome video :)

  • @tjbihh
    @tjbihh Před 3 lety

    Thank you, Nana - very helpful

  • @neethulalitha2677
    @neethulalitha2677 Před 2 lety +1

    Thanks for the great tutorial!

  • @anthonybisong6744
    @anthonybisong6744 Před rokem

    Excellent video and the aws Kubernetes tutorial is well explained

  • @subgero
    @subgero Před rokem

    Thank you Nana, I love u!

  • @fabioszymanski
    @fabioszymanski Před 2 lety

    Best video ever, thanks a lot🙏👏

  • @thomash.8297
    @thomash.8297 Před 3 lety +2

    Thanks for this good explanation!

  • @abayomiariyo7651
    @abayomiariyo7651 Před rokem +1

    Thank God I found you!

  • @chandrasekharareddy751

    Thankz nana ..good explanation & I Like it eks cluster.

  • @speakthememe
    @speakthememe Před rokem

    thank you really good guide, you helped me

  • @liamray2010
    @liamray2010 Před 8 měsíci

    Nana you are the best!

  • @jimmyt.2200
    @jimmyt.2200 Před 3 lety

    Amazing video, thanks ! 😊

  • @Panos835
    @Panos835 Před 3 lety

    Nicely done tutorial - well explained

  • @muks
    @muks Před 2 lety

    Thanks for video..Awesome content and explanation. Very straight forward and Auf wiedersehen

  • @sudeepm3116
    @sudeepm3116 Před 2 lety

    awesome explanation, very helpful.

  • @eduvilas1282
    @eduvilas1282 Před 2 lety

    you rock Nana!

  • @iga3725
    @iga3725 Před rokem

    Amazing tutorial.... thx

  • @user-zq4lo2cb2t
    @user-zq4lo2cb2t Před 3 lety

    YOU ARE AWESOME
    The heaven is place just for you!

  • @Franchyze923
    @Franchyze923 Před 2 lety

    great demo thank you!

  • @devadev3214
    @devadev3214 Před 3 lety +1

    Nice explanation nana🤝👏

  • @AnkitSharma-um4ml
    @AnkitSharma-um4ml Před 3 lety

    Nana, your contents are the best of all. I tried LinkedIn Learning, Pluralsight but I ended up here !!!
    Just a suggestion for the future videos that please keep cleaning the terminal because sometimes it becomes hard to see the content at the end of the terminal due to youtube status bar below :D

  • @muhammadshahbazbabar5429
    @muhammadshahbazbabar5429 Před 3 lety +2

    wow u have such strong grip on these concepts (y) glasd i landed on ur channel..... liked subscribed done !

  • @manigandant2969
    @manigandant2969 Před 3 lety

    Very informative video @Nana. Please keep up the good work. Also please share demo to provision EKS cluster via Ansible/Terraform

  • @JDGAMEON
    @JDGAMEON Před rokem

    Really useful tool!

  • @pettertables8807
    @pettertables8807 Před 3 lety +1

    i'm learning with your videos, thank you very much for sharing =D

  • @phaus5815
    @phaus5815 Před 3 lety

    I love this channel

  • @piyushdarji7926
    @piyushdarji7926 Před 2 lety +2

    Amezing video madam...... It's really very helpful :)

  • @tonymathew1588
    @tonymathew1588 Před 3 lety

    First thing first Thanks Nana for the excellent course.keep up the good work
    Q. How do we create a EKS cluster using AWS Fargate in eksctl?

  • @ASHISHKUMAR-ss3rj
    @ASHISHKUMAR-ss3rj Před 3 lety +1

    Thanku nana thanku so much

  • @agrawal97siddharth
    @agrawal97siddharth Před 2 lety

    Great Work!! It has been super helpful!!
    Just a query, which tool should I use to manage an eks cluster to enable developers in my team to connect and deploy their applications with lowest overhead possible?? Would eks/nirmata be appropriate in this use case? Or is there any other tool?

  • @siyuanwang3697
    @siyuanwang3697 Před rokem

    Thank you very much for your great explanation. I have a question, should we put a LB in front of EKS in production?

  • @vivekjain103
    @vivekjain103 Před 3 lety

    Thanks Nana 🙂

  • @cmehtainfo
    @cmehtainfo Před rokem

    Superb

  • @pavankongara792
    @pavankongara792 Před rokem

    amazing!

  • @pramodkumar-hi3hn
    @pramodkumar-hi3hn Před 3 lety +1

    Thank you Mam

  • @tiagobarreto7853
    @tiagobarreto7853 Před 3 lety

    Thank you so much!

  • @harishvepachedu9509
    @harishvepachedu9509 Před 3 lety +1

    Thank you so much Nana for the video however we(at least I) would really appreciate to see an application deployment with ingress-controller(NLB), ingress and deployment, service. I know this is too much ask but it really helps lot of us(at least me) to understand the ingress-controller. Thanks once again... kudos 🙂

    • @TechWorldwithNana
      @TechWorldwithNana  Před 3 lety +1

      Will surely make a couple of more videos on AWS, since it's a big topic. Will definitely take your suggestion! Thanks a lot 😊

  • @kranthisonuk
    @kranthisonuk Před 2 lety

    Really appreciate your efforts on spreading knowledge,thanks a lot.Can you also help with Jenkins x installation on eks please?

  • @chetanpatel1464
    @chetanpatel1464 Před rokem +1

    Thanks

  • @VenkitaramanNV
    @VenkitaramanNV Před rokem

    All your videos are excellent and your presentation is very good. Can you post a video of skaffold used in ci cd.

  • @josuemaz9781
    @josuemaz9781 Před 2 lety

    thanksyou nana

  • @MuhammedDahab
    @MuhammedDahab Před 3 lety +1

    hi , thanx again ♥♥

  • @rickam9055
    @rickam9055 Před 3 lety +2

    You always saving my ass. THANK YOU NANA

  • @augeanst
    @augeanst Před 3 lety

    great info thanks

  • @KevinLyda
    @KevinLyda Před 3 lety +1

    Thoughts on creating an EKS cluster with terraform? There's a community module to make it a bit easier.

  • @fabiohenrique209
    @fabiohenrique209 Před 3 lety

    Thanks that's is a excellent video.
    Could you post a video demonstrating how to create an eks cluster with Terraform?

  • @phongthornkhamkankaew6226

    I love it eksctl ;)

  • @meruvabalaji1500
    @meruvabalaji1500 Před 3 lety

    awesome video, please make a video on k8 cluster using kubespray

  • @kameshwarsorda4926
    @kameshwarsorda4926 Před 3 lety

    Hi Nana, thanks for the videos. WRT to EKS installations, on which machine we should install EKSCTL?

  • @carlosayalav
    @carlosayalav Před 3 lety +1

    Thanks Nana ! I was wondering if Terraform could replace eksctl?

  • @ahmadooof
    @ahmadooof Před 2 lety +1

    you are great

  • @manishpraphu7819
    @manishpraphu7819 Před 3 lety

    Thank you nana. well explained. you have created worker nodes using eksctl. can we run pods in worker nodes using eksctl ?

  • @mawardytuts7310
    @mawardytuts7310 Před 3 lety +2

    don't forget to put the --ssh-access flag during cluster creation, it can cause you pain later and force you to recreate the entire cluster to be able to access the cluster.