Good session. Thanks lot. Before going into practical demo, please explain the architecture little bit in-depth and start the practical demo and after created each resources just go to architecture and tell that these resources we have created like that. It will be very helpful for us to understand very clearly.
@listentolearn2363 Жыл бұрын
Sure, will do. Thanks for your feedback.
@debillion7 ай бұрын
If a loadbalancer is applied, what dns or url should be used to launch the application?
@BUGZ523 Жыл бұрын
Can you pls tell on which instance we are running these kubectl commands after creating the node group ?
@basavarajn995 Жыл бұрын
T2.micro
@listentolearn2363 Жыл бұрын
The node group is using t2.medium instance type. I am running the kubectl commands from my machine local terminal.
@mimahmed95 Жыл бұрын
I am facing this error: FailedScheduling 4 minutes ago default-scheduler 0/1 nodes are available: 1 Too many pods. preemption: 0/1 nodes are available: 1 No preemption victims found for incoming pod..
@listentolearn2363 Жыл бұрын
Hi Ahmed, It could be because you selected a smaller instance type like t3 micro or small. I believe EKS is unable to spin up a pod due to space crunch. Could you try t3 medium?
@hariharant5593 Жыл бұрын
@@listentolearn2363I m getting error in creating nodes
@ranjithavidyashankar4174 Жыл бұрын
how to get this command prompt and what all should i install before deployment
@listentolearn2363 Жыл бұрын
Hello, I am using terminal in mac. please install kubectl.
@kenseyauguste41804 ай бұрын
Very useful information!
@inafsdeveloper39308 ай бұрын
When I am applying deployment I am getting this error: error: error validating "deployment.yaml": error validating data: failed to download openapi: the server has asked for the client to provide credentials; if you choose to ignore these errors, turn validation off with --validate=false Any suggestions how to fix it ?
@manoranjanmajumdar8427 Жыл бұрын
the command is type in which linux or command prompt ??
@manoranjanmajumdar8427 Жыл бұрын
direct steps not understanding you please follow step by step
@listentolearn2363 Жыл бұрын
Hi, am using terminal in mac. please use command prompt in case of windows.
@paldavidi5098 Жыл бұрын
I want to ask but a little out of topic I want to find CPU (Load, Efficiency), Memory (Data throughput, Random I/O), Network (Throughput and Latency) of the containers in the EKS cluster such as performance tests what tools should be used? because I tried to use sysbench but failed Thankuu
@listentolearn2363 Жыл бұрын
Hi Palda, How about locust?
@karripradeepkumar91110 ай бұрын
in the deployment yaml file how did get the image can u explain
@listentolearn236310 ай бұрын
the image is from aws public ecr repository
@pradeepkarri698310 ай бұрын
Can you explain it
@rajeshwarihirke61346 ай бұрын
Pls continue ur videos 🙏
@uradiprashanthmudiraj594210 ай бұрын
iam getting error like : error: the path "deployment.yaml" does not exist
@arunshankars839810 ай бұрын
Your command prompt/gitbash should be opened from the folder where the .yaml file is present.
@listentolearn23639 ай бұрын
Please cd into the folder where you have placed your deployment.yaml file in cmd before executing the commands.
@listentolearn23639 ай бұрын
Thanks :)
@hariharant5593 Жыл бұрын
couldnot create the worker node. ERROR: could not join instance to the cluster
@listentolearn2363 Жыл бұрын
Hi Hariharan, This could be because of a bunch of reasons around the infrastructure setup, mostly the subnets and security groups. Here are some troubleshooting steps that you can try, repost.aws/knowledge-center/ecs-instance-unable-join-cluster
@riyazd4246 Жыл бұрын
very good explanation but after creating cluster the process like deploying application needs to explain in a better way. if you do it will be helpful to the newbies ( like what is namespace and the commands you are using used for ....) but the session is informative. thank YOu for the session
@listentolearn2363 Жыл бұрын
Thanks for your feedback, Riyaz. I will try to elaborate in future videos.
@saradhapurushothaman17552 жыл бұрын
Very niceeee 👍🏽👍🏽👌😊🌹
@listentolearn23632 жыл бұрын
Thank you so much :)
@HD_Movies_World_Abhi4 ай бұрын
best video
@Learn_IT_with_Azizul Жыл бұрын
very useful content but unfortuantely so low sound quality. plz consider it. ty
@listentolearn2363 Жыл бұрын
Sure, thanks for the feedback
@Truffles3308 ай бұрын
Your audio is too low. Please setup the audio quality it is quite poor.
@christopherh25792 жыл бұрын
low volume
@techexec2 жыл бұрын
I can hear her very clearly.
@saradhapurushothaman17552 жыл бұрын
Very niceeee 👍🏽👍🏽👌👌😊🌹
@werewasyo10 ай бұрын
audio too low
@shajaazaws Жыл бұрын
I have created the eks cluster and node group both are in private. Since there is no public ip i cannot connect to the intance. When i try to install IAM authenticator it is throwing me an error -> "chmod +x ./aws-iam-authenticator 'chmod' is not recognized as an internal or external command, operable program or batch file." I am stucked here
@listentolearn2363 Жыл бұрын
Hello, you are looking for a fully private cluster setup. this might help - eksctl.io/usage/eks-private-cluster/#:~:text=eksctl%20supports%20creation%20of%20fully,cluster%20without%20outbound%20internet%20access.