AWS EKS | Create EKS Cluster on AWS using Console | Install Kubernetes on AWS

    24
    40



    In this video, I will show you How to Create and Setup EKS Cluster on AWS using AWS Management Console. Using this EKS Cluster service, you can have your kubernetes environment installed on AWS.

    Document : https://www.learnitguide.net/2020/08/how-to-create-eks-cluster-on-aws-using.html

    CloudFormation Template for VPC : https://amazon-eks.s3.us-west-2.amazonaws.com/cloudformation/2020-04-21/amazon-eks-vpc-private-subnets.yaml

    AWS CLI Explained with Examples | Install AWS CLI | AWS Tutorial for Beginners

    Get a Sample Demo Application from GitHub : https://github.com/learnitguide/kubernetes-knote.git

    Previous Video:
    How to Create SSL/TLS Certificate for Ingress Controller | Kubernetes Tutorial Part 11

    Next Video:
    AWS EKS | Create EKS Cluster on AWS using EKSCTL | Install Kubernetes on AWS

    Boost and Develop your Skills on Kubernetes using our Complete Full Kubernetes Tutorial Videos Playlist : https://goo.gl/4EQA4w

    Recommended Kubernetes Videos for Beginners:
    What is Kubernetes | Learn Kubernetes Basics | Kubernetes Beginners Tutorial | Kubernetes Tutorial Part 1

    Setting Up Kubernetes cluster on Ubuntu – Install Kubernetes on Ubuntu

    How to Create Kubernetes Deployment & Service Using Kubectl Command | Kubernetes Tutorial Part 3

    How to Create Kubernetes Deployment & Service Using YAML Files | Kubernetes Tutorial Part 4

    Basics of Kubernetes Networking | Container & Pod Communication | Kubernetes Tutorial Part 7

    Kubernetes Services Explained with Examples | Kubernetes Tutorial Part 8

    COMPLETE OTHER TECHNOLOGY FULL TRAINING AND TUTORIAL VIDEOS PLAYLISTS:
    Devops Tutorial & Devops Online Training – https://goo.gl/hpQNz3
    Puppet Tutorial & Puppet Online Training – https://goo.gl/wbikT9
    Ansible Tutorial & Ansible Online Training – https://goo.gl/kQc7HV
    Docker Tutorial & Docker Online Training – https://goo.gl/x3nXPg
    Kubernetes Tutorial & Kubernetes Online Training – https://goo.gl/4EQA4w
    Python Programming Tutorial & Python Online Training – https://goo.gl/hDN4Ai
    Cloud Computing Tutorial & Cloud Computing Online Training – https://goo.gl/Dnez3Q
    Openstack Tutorial & Openstack Online Training – https://goo.gl/hEK9n9
    Clustering Tutorial & Clustering Online Training – https://goo.gl/FvdmMQ
    VCS Cluster Tutorial & Veritas Cluster Online Training – https://goo.gl/kcEdJ5
    Ubuntu Linux Tutorial & Ubuntu Online Training – https://goo.gl/pFrfKK
    RHCSA and RHCE Tutorial & RHCSA and RHCE Online Training – https://goo.gl/qi2Xjf
    Linux Tutorial & Linux Online Training – https://goo.gl/RzGUb3

    Subscribe our channel @Learnitguide for more updates and stay connected with us on social networking sites,
    Youtube Channel : https://www.youtube.com/learnitguide
    Facebook : http://www.facebook.com/learnitguide
    Twitter : http://www.twitter.com/learnitguide
    Telegram : https://t.me/learnitguidetutorials
    Visit our Website : https://www.learnitguide.net

    Provide your support to our Other Technology Channel:
    SK – A Tech Guy (English) : https://www.youtube.com/sktechguy
    SK – A Tamil Tech Guy (Tamil) : https://www.youtube.com/channel/UCQ8kBZG9KpEEB7nFSNOS62A

    #kubernetes #awscloud #amazonwebservices #ekscluster #devops #microservices #containerization #learnitguide #kubernetestutorial #kubernetesbeginnertutorial

    source

    Previous articleDocker Compose Tutorial – Docker in Practice || Docker Tutorial 9
    Next articleJobs tips introducing aws mainframe modernization amazon web services

    40 COMMENTS

    1. Subscribe to our channel @Learnitguide for more updates and stay connected with us on social networking sites,

      Youtube Channel : https://www.youtube.com/learnitguide

      Facebook : http://www.facebook.com/learnitguide

      Twitter : http://www.twitter.com/learnitguide

      Telegram : https://t.me/learnitguidetutorials

      Visit our Website : https://www.learnitguide.net

      Checkout more videos:

      Setting Up Kubernetes cluster on Ubuntu – Install Kubernetes on Ubuntu

      https://www.youtube.com/watch?v=vTroM0P1G1Q

      What is Kubernetes | Learn Kubernetes Basics | Kubernetes Beginners Tutorial | Kubernetes Tutorial Part 1

      https://www.youtube.com/watch?v=UhSoTq0H-JY

    2. Hi , I have experienced this challenge after installing AWS authenticator and AWS IAM roles and do run kubectl get svc, "error: You must be logged in to the server (Unauthorized)" this error message always pop and I can see my svc or control plane/nodes. Can you sugguest why my ubuntu 20.04 is giving this error message?

      Thx

    3. An error occurred (AccessDenied) when calling the AssumeRole operation: User: arn:aws:iam::XXXXXXXXXX/EKS_:user/Test-SFX is not authorized to perform: sts:AssumeRole on resource: arn:aws:iam::XXXXXXXXXX/EKS_:role/EKS_Cluster

      An error occurred (AccessDenied) when calling the AssumeRole operation: User: arn:aws:iam::XXXXXXXXXX/EKS_:user/Test-SFX is not authorized to perform: sts:AssumeRole on resource: arn:aws:iam::XXXXXXXXXX/EKS_Cluster

      An error occurred (AccessDenied) when calling the AssumeRole operation: User: arn:aws:iam::XXXXXXXXXX/EKS_:user/Test-SFX is not authorized to perform: sts:AssumeRole on resource: arn:aws:iam::XXXXXXXXXX/EKS_:role/EKS_Cluster

      An error occurred (AccessDenied) when calling the AssumeRole operation: User: arn:aws:iam::XXXXXXXXXX/EKS_:user/Test-SFX is not authorized to perform: sts:AssumeRole on resource: arn:aws:iam::XXXXXXXXXX/EKS_role/EKS_Cluster

      An error occurred (AccessDenied) when calling the AssumeRole operation: User: arn:aws:iam::XXXXXXXXXX/EKS_:user/Test-SFX is not authorized to perform: sts:AssumeRole on resource: arn:aws:iam::XXXXXXXXXX/EKS_:role/EKS_Cluster

      Unable to connect to the server: getting credentials: exec: executable aws failed with exit code 255

      [[email protected]/EKS_ ~]$

      I am getting above error while executing kubectl get svc

    4. Thanks for this video!! good walk thru on how to create and deploy EKS from scratch. One problem I faced was I was getting authentication error when I use 'kubectl get svc' command. After lots of troubleshooting and research I learnt I am using root AWS account for console and different API account for CLI (although it has admin access).After using the related login as IAM user in console and creating new cluster, it all worked !! Also the last part wasn't clear reg the container app deployments due your screen fonts not clearly visible, but I am still happy as deployments etc deep dive is next phase.