Setup Kubernetes on AWS | Kubernetes Cluster on AWS Using Kops | Kubernetes AWS Kops

  Рет қаралды 18,658

Java Home Cloud

Java Home Cloud

Күн бұрын

Пікірлер: 62
@JavaHomeCloud
@JavaHomeCloud 3 жыл бұрын
Fixing kops validate error kops update cluster --yes --admin
@DuplexENT
@DuplexENT 4 жыл бұрын
The best kubernetes instructor on KZbin hands down 100%. Stay blessed.
@mathewkargarzadeh3158
@mathewkargarzadeh3158 4 жыл бұрын
Excellent illustration on Kops. The Gentleman explains everything pretty straight forward. Dear Author, appreciate your time in spreading your knowledge and lifting me up. Kudos to you !!!. Thanks again. Mat.
@JavaHomeCloud
@JavaHomeCloud 4 жыл бұрын
Thank you
@21swarna
@21swarna 4 жыл бұрын
Sir, you are great, I have seen your other videos too and I must mention that there are very few tutors who share such a deeper level of knowledge in youtube, not everyone can afford costly training courses and you are a blessing to such people.
@JavaHomeCloud
@JavaHomeCloud 4 жыл бұрын
Thanks and welcome
@gaurangsub
@gaurangsub 5 жыл бұрын
Really thankful for showing step by step kops installation
@yukeshkumar2596
@yukeshkumar2596 4 жыл бұрын
Best walk-through for Installing KOPS
@gauravdas1000
@gauravdas1000 3 жыл бұрын
Best video of Kops with each steps in details. I have a question, why we need Route 53 mapping with cluster
@femiariyo3730
@femiariyo3730 3 жыл бұрын
You are the best bro...nice tutorial and well explain
@JavaHomeCloud
@JavaHomeCloud 3 жыл бұрын
Thank you so much
@vincetylke9621
@vincetylke9621 4 жыл бұрын
Excellent tutorial - Thank you!
@rainasugandha23
@rainasugandha23 5 жыл бұрын
Good video, please share links on some more videos with knowledge on ingress/kube services etc.
@Dark23144
@Dark23144 4 жыл бұрын
Prepare a video on helm chart with spring boot please
@sravanikp1036
@sravanikp1036 5 жыл бұрын
Very well explained
@swapnilshingote8773
@swapnilshingote8773 4 жыл бұрын
Hello Sir, Awesome video , when I ssh in my admin . and fire kubectl get pods I am getting error "The connection to the server localhost:8080 was refused - did you specify the right host or port?"
@lingrajbiradar4416
@lingrajbiradar4416 2 жыл бұрын
How to solve this
@truthhurts9601
@truthhurts9601 5 жыл бұрын
As usual superb sir. Liked and subscribed.
@JavaHomeCloud
@JavaHomeCloud 5 жыл бұрын
Thank you
@papamoussasarr8977
@papamoussasarr8977 5 жыл бұрын
good video
@buildleadinnovate24
@buildleadinnovate24 4 жыл бұрын
Thank you so much ....really appreciate :)
@santoshs3783
@santoshs3783 3 жыл бұрын
Hi Sir! May I know what is the use of ETCD volumes which creates while creating k8s cluster.
@JavaHomeCloud
@JavaHomeCloud 3 жыл бұрын
etcd is distributed key value store, it stores cluster state
@sarfarazshaikh
@sarfarazshaikh 5 жыл бұрын
Do we need to open any specific port in security group
@HA04259
@HA04259 5 жыл бұрын
Sir, thanks for showing this installation. If I want to access to node machine, how should i can access machine?
@saakethgoud8778
@saakethgoud8778 2 жыл бұрын
Thank you
@sonalivarshney198
@sonalivarshney198 2 жыл бұрын
Sir i have to give interview for k8s .. but I don’t have any previous experience in k8s.. can you please tell me which method is used in industry for k8s cluster creation.What way I should tell them that i created cluster using which method?please do reply sir.. it will be really grateful🙏🏼
@JavaHomeCloud
@JavaHomeCloud 5 ай бұрын
There are Several ways, here are most popular used clusters in production. 1. EKS 2. AKS 3. GKE
@MrUttamgiri
@MrUttamgiri 4 жыл бұрын
thanks
@Java_basic
@Java_basic 4 жыл бұрын
sir iam using s3 for kops state store. but after cluster ready it create 2 etcd volume.why ?
@ravindrashukla9506
@ravindrashukla9506 5 жыл бұрын
I am getting below error while validating the cluster. unexpected error during validation: unable to resolve Kubernetes cluster API URL dns: lookup api.test.in on 172.31.0.2:53: no such host. Do you have an idea how to resolve it?
@SukhdevKhade007
@SukhdevKhade007 5 жыл бұрын
similar here..
@TheSimpleUrbanLife
@TheSimpleUrbanLife 4 жыл бұрын
Hello Sir, I have defined and created cluster. However, when I run the command kops validate cluster it gives me error unexpected error during validation: unable to resolve Kubernetes cluster API URL dns: lookup api.vanam.in on 172.31.0.2.53: no such host. Please help. I have waited more than 10 minutes and also I have been using kops validate cluster --wait 10m. It is constantly checking for validation. However, I am still having the error Sir.
@TheSimpleUrbanLife
@TheSimpleUrbanLife 4 жыл бұрын
Terminating instance and creating a new instance and by following your steps help me! Thank you.
@ramalingamvarkala1571
@ramalingamvarkala1571 4 жыл бұрын
How can I access resources that are outside of kops cluster from pods And Iam unable to access internet from pods
@chandrasekharreddy8177
@chandrasekharreddy8177 5 жыл бұрын
Kops and eks both are different right
@JavaHomeCloud
@JavaHomeCloud 5 жыл бұрын
Both are different ways to manage cluster
@chandrasekharreddy8177
@chandrasekharreddy8177 5 жыл бұрын
Which one is best for production grade cluster
@JavaHomeCloud
@JavaHomeCloud 5 жыл бұрын
Chandrasekhar reddy Nothing as such, All works well for production , it depends on your preferences, like cost maintenance etc
@Java_basic
@Java_basic 4 жыл бұрын
hi bro do you know === iam using s3 for kops state store. but after cluster ready it create 2 etcd volume. what is the use of etcd volume here ?
@homeless.digitalnomad
@homeless.digitalnomad 4 жыл бұрын
It times out when I try to ssh. Any idea why?
@ravishankar4793
@ravishankar4793 4 жыл бұрын
Hi Sir, While i am entering kops create cluster \ > --state=${KOPS_STATE_STORE} \ > --node-count=2 \ > --master-size=t2.micro \ > --node-size=t2.micro \ > --zones=us-west-1,us-west-1b \ > --name=${KOPS_CLUSTER_NAME} \ > --dns private \ > --master-count 1 -bash: kops: command not found getting kops command not found. can you please help me sir.
@nirajrajput6118
@nirajrajput6118 4 жыл бұрын
Hello sir, I am getting below error while connecting to the master. Permission denied (publickey). Using this command to connect to master: admin@api.nirajnew.in Can you please help me with this....Thanks in advance
@sarfarazshaikh
@sarfarazshaikh 5 жыл бұрын
How to ssh in node machine
@JavaHomeCloud
@JavaHomeCloud 5 жыл бұрын
try this ssh ec2-user@node-ip
@sarfarazshaikh
@sarfarazshaikh 5 жыл бұрын
I tried but its not connecting. Do we need to open port 22?
@JavaHomeCloud
@JavaHomeCloud 5 жыл бұрын
Not sure how you are connecting, if you are trying ssh then yes 22 needs to be open
@8686877870kumar
@8686877870kumar 3 жыл бұрын
kops not getting validated how to solve it sir
@JavaHomeCloud
@JavaHomeCloud 3 жыл бұрын
kops update cluster --yes --admin try this command
@abhinaysharma4676
@abhinaysharma4676 3 жыл бұрын
followed along but getting below error, any one have any idea. Validation failed: unexpected error during validation: error listing nodes: Unauthorized
@ankitkumarsahoo2044
@ankitkumarsahoo2044 4 жыл бұрын
when i am connecting to the Master by giving cluster name i getting permission denied(public key) error
@JavaHomeCloud
@JavaHomeCloud 4 жыл бұрын
you have to connect like this "ssh admin@node-ip"
@nuwanrathnayake1712
@nuwanrathnayake1712 4 жыл бұрын
@@JavaHomeCloud I also getting permission denied error when i was connecting cluster node . i tried : ssh admin@api.cnr.in result : Permission denied (publickey).
@nirajrajput6118
@nirajrajput6118 4 жыл бұрын
@@nuwanrathnayake1712 Heyy how did you get this resolved , facing the same issue
@top10vedios92
@top10vedios92 4 жыл бұрын
java kubernetes
@abhilashgopidas6164
@abhilashgopidas6164 4 жыл бұрын
good video
DevOps | Kubernetes Replication Controller | JavaHome
7:00
Java Home Cloud
Рет қаралды 3,6 М.
小路飞和小丑也太帅了#家庭#搞笑 #funny #小丑 #cosplay
00:13
家庭搞笑日记
Рет қаралды 17 МЛН
#KOPS - Create Kubernetes Cluster In AWS Using KOPS | Kubernetes Cluster
26:20
you need to learn Kubernetes RIGHT NOW!!
29:34
NetworkChuck
Рет қаралды 1,2 МЛН
[ Kube 78.1 ] KOPS Part 1 - Creating a Kubernetes cluster in AWS
33:15
Just me and Opensource
Рет қаралды 24 М.
AWS EKS - Create Kubernetes cluster on Amazon EKS | the easy way
16:27
TechWorld with Nana
Рет қаралды 561 М.
Containers on AWS Overview: ECS | EKS | Fargate | ECR
25:10
TechWorld with Nana
Рет қаралды 538 М.
小路飞和小丑也太帅了#家庭#搞笑 #funny #小丑 #cosplay
00:13
家庭搞笑日记
Рет қаралды 17 МЛН