Create EKS Cluster on AWS using Console | Create Kubernetes Cluster on Amazon EKS | AWS EKS Demo

Поділитися
Вставка
  • Опубліковано 23 жов 2024

КОМЕНТАРІ • 30

  • @seshubellamkonda2155
    @seshubellamkonda2155 10 місяців тому +1

    What is kns? You have used as kns to set default namespace

    • @bhoopeshdevops
      @bhoopeshdevops  10 місяців тому

      Pls find kubectx from GitHub which will help to change the context and change the namespace easily

  • @neelutyagi3601
    @neelutyagi3601 Рік тому +2

    Very nice 👍

  • @AradhyaTyagi-yz7ic
    @AradhyaTyagi-yz7ic Місяць тому +1

    Nice 🎉🎉

  • @siddharthsharma9721
    @siddharthsharma9721 5 місяців тому

    Hi Bhoopesh,
    From 9.08 step 5, where are you executing those commands kindly advise.

    • @bhoopeshdevops
      @bhoopeshdevops  5 місяців тому

      Hi Siddharth,
      For connecting it to cluster you can install AWS cli on your machine(Ubuntu/windows) and then connect to cluster..

    • @siddharthsharma9721
      @siddharthsharma9721 5 місяців тому

      @@bhoopeshdevops
      Thanks for update, I have AWS cli install on my laptop (Windows) and i am using gitbash for connectivity,
      Getting error when executing kubernetes commands "kubectl: command not found" kubernetes is not setup on my local, do we need to install kubernetes as well, kindly advise

    • @bhoopeshdevops
      @bhoopeshdevops  5 місяців тому

      @siddharthsharma9721 yes pls install kubectl as well

  • @seshubellamkonda2155
    @seshubellamkonda2155 10 місяців тому +1

    What to do when we want to append extra worker nodes to the existing K8s cluster?

    • @bhoopeshdevops
      @bhoopeshdevops  10 місяців тому

      Good question but it is possible from the nodes section and increase the minimum and maximum nodes count..pls read AWS steps documentation it is possible

    • @seshubellamkonda2155
      @seshubellamkonda2155 10 місяців тому

      @@bhoopeshdevops is it recommended to edit the existing nodegroup or should we create new nodegroup?

  • @dineshn2517
    @dineshn2517 Рік тому

    Hello Bhoopesh , How much it costs to create this kind of demo cluster in AWS ? I would like to practice as well, but worried about the cost and that stops me.

    • @bhoopeshdevops
      @bhoopeshdevops  Рік тому

      It is not that costly for creating 1 node cluster and delete the cluster after 1-2 days

  • @raghuteja6467
    @raghuteja6467 9 місяців тому

    Hi Bhoopesh, please do the video on ISTIO deployment on eks if possible

    • @bhoopeshdevops
      @bhoopeshdevops  9 місяців тому

      Sure Noted 👍

    • @raghuteja6467
      @raghuteja6467 9 місяців тому +1

      Thanks a lot @@bhoopeshdevops , It will be more helpful If the video will be available by this weekend.

  • @avenbreaks
    @avenbreaks 11 місяців тому +1

    can you share about ktx cli? or is this alias?

    • @bhoopeshdevops
      @bhoopeshdevops  11 місяців тому

      ktx is an alias for kubectx..you can install kubectx via GitHub

  • @dancewitharun
    @dancewitharun Рік тому

    I guess there is some discontinuity at 7:10, not sure how you are getting into node group config.

    • @bhoopeshdevops
      @bhoopeshdevops  Рік тому

      Follow step#4 for creating a node group and attach a node role to the cluster..Till setp#3 raw cluster was created without attaching nodes to it…Durin log Step#4 onwards we are attaching nodes and their roles..Hope it clarifies

    • @dancewitharun
      @dancewitharun Рік тому +1

      @@bhoopeshdevops Thanks. It worked now.

  • @paragjadhav4735
    @paragjadhav4735 Рік тому

    Any Idea ebs csi volume is failing constantly, what can be the reason , I applied autoassign public it was fixed but then again it's going to degraded mode why

    • @bhoopeshdevops
      @bhoopeshdevops  Рік тому

      Pls follow the documentation either via cli or gui..it should work

  • @tanyawadia4204
    @tanyawadia4204 Рік тому +1

    👍

  • @akankshabharadwaj8426
    @akankshabharadwaj8426 5 місяців тому

    Not able to run commands after changing the context to cluster. Anybody facing similar issues????

    • @bhoopeshdevops
      @bhoopeshdevops  5 місяців тому

      What errors you are getting on screen ??

  • @isaacambi1914
    @isaacambi1914 9 місяців тому

    This is not how its done in production

    • @bhoopeshdevops
      @bhoopeshdevops  9 місяців тому

      If needed you can create Terraform script or AWS cli commands for production, This is one of the way for creating EKS cluster for new learners