How to Create A Secured Kubernetes Cluster on Amazon EKS || Amazon EKS Tutorial

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 ส.ค. 2023
  • Hello Awesome Audience 💖
    In this EKS Demo, I guide you through the seamless process of creating a highly secure Kubernetes cluster on Amazon EKS. With step-by-step instructions and practical demonstrations, you'll gain a deep understanding of how to set up a robust Kubernetes environment in the AWS cloud.
    We'll walk through essential steps, such as creating a custom VPC, establishing a cluster control plane, configuring IAM roles, Node groups, secure configurations and leveraging the power of Amazon EKS to manage availability and scalability effortlessly.
    💡RESOURCES USED:
    Install kubectl:
    docs.aws.amazon.com/eks/lates...
    Create kubeconfig file: docs.aws.amazon.com/eks/lates...
    Update config file: docs.aws.amazon.com/eks/lates...
    How to Create A Custom VPC in AWS:
    • HOW TO CREATE A CUSTOM...
    Thank you for watching 💖💖🚀🌟
    #kubernetesoncloud #amazoneks #kubernetescluster #aws #cloud #k8s #awstutorial #ekscluster #elastickubernetesservice #kubernetes
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 27

  • @techwithhelen
    @techwithhelen  9 หลายเดือนก่อน +2

    I appreciate you. ❤ Thank you for watching.
    Kindly drop me a 👍 Subscribe & Click on 🔔 🙏

  • @techdevwithkevin
    @techdevwithkevin 11 วันที่ผ่านมา

    Thanks Helen for sharing your knowledge!🤟

  • @Raja_babu-9860
    @Raja_babu-9860 9 หลายเดือนก่อน +2

    I think she is best teacher as she know what actually we want rather than show off..
    Great ....🎉

    • @techwithhelen
      @techwithhelen  9 หลายเดือนก่อน

      I appreciate your feedback. ❤

  • @asif4world
    @asif4world 9 หลายเดือนก่อน +2

    Hi Helen,
    Thanks a lot for sharing your knowledge with us .
    Please show us how exactly we can create kubernetes cluster using Terraform. Because we can save lot of time by automating stuffs and it will be good to for production as well. And if you can document this it will be very helpful. Again you are a great person with great knowledge.

    • @techwithhelen
      @techwithhelen  9 หลายเดือนก่อน +3

      Thank you for your feedback.❤
      Configuring and deploying EKS cluster this will help beginners to understand the whole process first via Management console.
      Then comes automation will make it so easy, so I have noted your request.

  • @matthewtarfa4659
    @matthewtarfa4659 9 หลายเดือนก่อน +2

    way to go Helen another world class video, very helpful

    • @techwithhelen
      @techwithhelen  9 หลายเดือนก่อน +1

      Thanks for all your comments ❤

  • @richardmajekodunmi4829
    @richardmajekodunmi4829 8 หลายเดือนก่อน +2

    This is great and straight forward. Please do create a video of automation using Terraform. Great job and I look forward to your next video.

    • @techwithhelen
      @techwithhelen  8 หลายเดือนก่อน

      Will do. Thanks for the feedback

  • @paulegharevba2874
    @paulegharevba2874 9 หลายเดือนก่อน +1

    Nice job 👍
    First to comment😊

    • @techwithhelen
      @techwithhelen  9 หลายเดือนก่อน +1

      Thanks for your comments Paul ❤

  • @AjayUmredkar
    @AjayUmredkar 9 หลายเดือนก่อน +1

    Awesome Helen!

    • @techwithhelen
      @techwithhelen  9 หลายเดือนก่อน +1

      Thank you for watching ❤

  • @SarathVarmaTirumalaraju-md2xx
    @SarathVarmaTirumalaraju-md2xx หลายเดือนก่อน

    wonderful explanation !!!

  • @canye1662
    @canye1662 5 หลายเดือนก่อน

    👍wow ..everything on point👌🤝

  • @rjraju7101
    @rjraju7101 23 วันที่ผ่านมา +1

    Hello Helen,
    Can you make a video about ebs provision for eks
    For dynamic volume creation .

    • @techwithhelen
      @techwithhelen  11 วันที่ผ่านมา +1

      This is well noted for consideration. Thanks

  • @villaran9295
    @villaran9295 หลายเดือนก่อน

    amazing! thank you Helen!
    One question: In 54:17 what's mean: ">~/.aws/config"? Do you delete the file? I don't know what do this ">~". Thank you :)

  • @boinasantosh9669
    @boinasantosh9669 6 หลายเดือนก่อน

    Hi Helen
    While giving the command kubectl config view
    I am getting api version as...... V1alpha1
    How to fix that and make to be as beta

  • @brovictorkgm5103
    @brovictorkgm5103 3 หลายเดือนก่อน

    Good video! Thank you so much. Please I'll like you to put the same cluster together using Terraform. Thank you.

    • @techwithhelen
      @techwithhelen  3 หลายเดือนก่อน

      Thank you for watching. Your request is well noted

  • @mwanthidaniel1254
    @mwanthidaniel1254 9 หลายเดือนก่อน

    Hello Hellen, great conent, thanks alot! can I make a request?, if you can create a CICD pipeline using github action, docker, ecr, to deploy a website on EKS, such that if changes are made on the main branch of website repo, a new image is created and published to registry and them EKS can go and re-deploy this updated image.

    • @techwithhelen
      @techwithhelen  9 หลายเดือนก่อน +2

      Thank you for your feedback ❤ I will have this in mind for future releases.

    • @mwanthidaniel1254
      @mwanthidaniel1254 9 หลายเดือนก่อน +1

      thank you, already subscribed♥

    • @MattTaylert-zt3sj
      @MattTaylert-zt3sj 5 หลายเดือนก่อน

      @@mwanthidaniel1254
      this worked
      ```
      - name: Setup key
      id: setup-key
      env:
      PRIVATE_KEY: ${{ secrets.BASTION }}
      run: |
      echo "$PRIVATE_KEY" >> $HOME/bastion.pem
      chmod 400 $HOME/bastion.pem
      - name: Connect to Bastion
      run: |
      ssh -o StrictHostKeyChecking=no -i $HOME/bastion.pem @1 'kubectl get pods --all-namespaces'
      ```