Step by step AWS EKS Setup | AWS Elastic Kubernetes Service | EKS Authentication | Deploying Apps

preview_player
Показать описание
#awseks #awskubernetes #javahome

In this video, you will learn how to set up an AWS EKS cluster. We will explain how to set up authentication and then deploy the first application. We will also discuss creating node groups and managing IAM roles for EKS cluster creation.

✨ *Popular Playlist* ✨

🏛️ *Courses Offer By Java Home Cloud* 🏛️

📹 *Udemy Courses* 📹

Рекомендации по теме
Комментарии
Автор

Hari Sir is the best trainer in DevOps as he has a Developer background. He always try to explain the contents in such a manner that a non-technical person also easily understand the concept.

saumiksatapathy
Автор

Sir, You saved my ONE WEEK of Frustration sir. I was trying to get authenticate with cluster with an IAM user instead of root user and not able to do it. But Now, I am able sir, Thanks a lot.

awsdemos
Автор

Thank you very much! Walked through the entire tutorial without issue. I used AWS CloudShell to execute the kubectl commands and deploy the app.

datag
Автор

Thank you, bro! Thank you, I have been struggling a lot on these RBAC, and got lots of ASSUME ROLE errors, I must have fucked up at the cluster creation, let me redo the way you told. Thank you, jai Shree Rama.

rudhisundar
Автор

Its very clear video, good explained for me a newbie, thank you

mokox
Автор

How come your english is so good like western people, no reflection of telugu accents in it, wow, great english with great demo skills.

loverebel
Автор

Great Tutorial !!
But after deploying the application, how we can access it ? and how we can see the respective applications page output ?

shaikaslam
Автор

Hey thanks for the info.. And can you please explain how to check the key/user that we used for EKS. Because I have created the EKS by watching your video but when i try to connect my helper VM to EKS iam getting error: You must be logged in to the server (Unauthorized) . Can you please help me on this

sureasurea
Автор

Could you please tell us how you logged in without key pair of node I tried to connect the instance but without key how could we loggin to the instance?

VinothKumar-ikfc
Автор

Can you please indicate that where the application is accessible and how can we check it after the deployment

kamalpreetcor
Автор

Thanks for the video, Could you please diagram this deployment. Plus, how did you configure the corresponding VPC, subnets, and security groups for this case in which work with kubernets deployment in aws. Thank you in advance for your answer

angelvera
Автор

Nice video !!!.. Any video for Copying data from EKS pod to S3 Bucket ?? ..Please help me.

rkishore
Автор

How do i switch my context back now I cannot work locally how do i switch my context

SoumilShah
Автор

i got error when kubectl get nodes couldn't get current server API group list: the server has asked for the client to provide credentials, how to fix it

benjakuneepong
Автор

Hi..Why we go from ecs to eks. What is the advantage of that.

Praveenragav
Автор

when i try to run kubectl get svc.. it will throw "you must be logged into the server (unauthorized).. can you please advise how to fix

ifilm
Автор

9:23
for people using non-admin users, the caller identity you use (user) also needs to have the following Permissions policies attached (I used inline policy):

{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": "eks:DescribeCluster",
"Resource":
}
]
}

randomystick
Автор

I do as you said that i am getting two nodes but i am not getting master node where did i will configure the aws configure and install the kubectl i am getting little confuseing

janardhanm
Автор

Hello hari i am from non it background with 10yrs exp i want to switch to devops profile and for that i learnt git kubernetes terraform and aws. Can you please guide n tell me if i m on right path and suggest some additional things i should focus on learning.

MP-dvel
Автор

getting " bash: kubectl: command not found " from cloud shell of AWS

RSKViewsVlogs