Completed 50% course planning to give exam in May/June. Best course available in the market Definitely willing to complete the course 💯 just need motivation to go on Update: Given exam on June month & cleared CKA
All the best! for the exam! We are glad you found our video helpful. Like and share our video with your peers and also do not forget to subscribe to our channel for not missing video updates. We will be coming up with more such videos. Cheers!
1 hour in , and i am loving it. I used to start a course and not continue it due to not understanding anything. Defnitely best course out there. Appreciate the good work
Thank you so much for your kind words! 😊 It's fantastic to hear that you're enjoying the video and finding it helpful. We're thrilled to have you with us on this learning journey! If you have any questions or need further clarification on anything, feel free to reach out. Keep up the great work! 💪🚀
Absolutely loved this course! The simplicity and clear flow made it so easy to follow along. The content is top-notch, and the lab sessions were super helpful. Best step-by-step guide I’ve found so far. Thanks for making such great content!
Wow, thank you for the fantastic feedback! 🚀 We're delighted that you found our Docker course on Udemy to be well designed and efficient. It's great to hear that it hit the mark for you. Let us know if there's anything else we can do to support your learning journey!
Thank you really much for this video. I started to use Kubernetes at my new workplace for the first time and your course opened my eyes and gave me a solid base understanding of kubernetes. The example in the end with the application helped alot!! Really appreciate it!
We are glad you found our video helpful. Like and share our video with your peers and also do not forget to subscribe to our channel for not missing video updates. We will be coming up with more such videos. Cheers!
We are glad you found our video helpful. Like and share our video with your peers and also do not forget to subscribe to our channel for not missing video updates. We will be coming up with more such videos. Cheers!
**CAUTION** worker-app-pod will give you error because of authentication. the latest postgres docker image have changed the auth mechanism internally hence the error. You should use "postgres:9.4" version of the db to run it perfectly.
my worker-app-pod went into crashloopbackoff and the logs shows the following error: ➜ k logs worker-app-deploy-584644d74d-52dwq System.NotSupportedException: Authentication method not supported (Received: 10) at Npgsql.NpgsqlConnector.ParseServerMessage(ReadBuffer buf, BackendMessageCode code, Int32 len, DataRowLoadingMode dataRowLoadingMode, Boolean isPrependedMessage) at Npgsql.NpgsqlConnector.DoReadMessage(DataRowLoadingMode dataRowLoadingMode, Boolean isPrependedMessage) at Npgsql.NpgsqlConnector.ReadMessageWithPrepended(DataRowLoadingMode dataRowLoadingMode) at Npgsql.NpgsqlConnector.HandleAuthentication(String username, NpgsqlTimeout timeout) at Npgsql.NpgsqlConnector.Open(NpgsqlTimeout timeout) at Npgsql.ConnectorPool.Allocate(NpgsqlConnection conn, NpgsqlTimeout timeout) at Npgsql.NpgsqlConnection.OpenInternal() at Worker.Program.OpenDbConnection(String connectionString) in /code/src/Worker/Program.cs:line 78 at Worker.Program.Main(String[] args) in /code/src/Worker/Program.cs:line 19 Your input helped solve it, by changing the postgres image version to postgres:9.4, i appreciate
Wow amazing concept of direct Labs no need to set up dedicated environment to practice kubernetes. I want to do CKD/CKA please bring course on CKA CKD.
Hey, thank you for appreciating our work. We are glad to have helped. Do check out our other tutorial videos and subscribe to us to stay connected. Cheers :)
Hello Mumshad! Thank you for uploading this course to youtube! Why doesn't the worker pod need a service? How do the redis and postgres pods communicate with the worker pod?
Because the worker doesn't need to be connected by other services such as the app pod. The worker pod connects to Redis and Postgres pod by service in Kubernetes.
We are glad you found our video helpful. Like and share our video with your peers and also do not forget to subscribe to our channel for not missing video updates. We will be coming up with more such videos. Cheers!
Could someone please share resources on how to clean up the node from the Kubernetes cluster so that it can be used as a fresh node again? Also how to clear up master such that to create a new cluster together
Hi team I purchased CKA and CKAD in udemy.. few days I didn't access it.. suddenly my account is disabled. I don't get reset password email as well. Can you please help to activate my account.
Hey there, we are really sorry for this inconvenience. Our teams are currently checking on this. If you would like a follow-up regarding this issue, please forward your inquiries to our support team at support@kodekloud.com, and our support team will assist you.
Hi Pabitra, we cannot make promises here but this video will help you increase both your confidence and chances to clear the CKA exams. Also, we have Kubernetes Learning Path in our website: bit.ly/KubernetesLearningPath
I don't know what this course is about, I got just recommended and i clicked it. I didn't understand a thing but i'm curious now what this is about because the comments are really praising the video. If someone can let me know what Kubernetes is i'll be thankful to them
Hello, Kubernetes is an open-source container orchestration platform that helps automate the deployment, scaling, and management of containerized applications. You can think of Kubernetes as a system that allows you to manage a fleet of containers. It provides a set of powerful tools and features to make it easier to run and scale applications in a distributed environment.
There r 2 courses on kubernetes. Which one should I learn ? Is it absolutely necessary to go through beginners for kubernetes ? Or i can directly go for cka course?
It is based on your experience. If you have a basic knowledge of Kubernetes you can go directly CKA course. Otherwise, you better learn beginners for the Kubernetes course.
@@KodeKloud I enrolled in kodeknloud yesterday. I found out that u introduced ckna course. Can u please mention in which order i should complete ur 5 courses on Kubernetes. ckad, cka, cks ,ckns , kubernetes for beginners.
Hi sir , i got stuck in Labs-replicaset section , where they ask to correct the apiVersion before creating a replicaset-defintion-1.yaml file, i edited the file but i am unable to save changes, so how to save the file after editing?....thanks. I am doing lab as i am a beginner. please help
Getting a little frustrated ... there was no Enrol on this Course button, it was Sign In to Enroll. I used my google account, and I am now on a Dashboard ... this is not in your instructions. I cannot see how to reach this 'Crash Course' and I am therefore unable to reach downloads, seems to be trying to get me to purchase premium content. ...just reselected the link, and I am prompted to 'Change plan to enroll'...I am now more than frustrated, getting annoyed ...Oh, I am now being asked to pay monthly or yearly ... REALLY ANNOYED!
Docker is a technology that allows you to create, deploy, and run applications in containers. A container is a lightweight and portable executable package of software that includes everything needed to run an application, including the code, libraries, dependencies, and configurations. A container is an isolated environment that runs on top of the host operating system and has its own file system, network interface, and resource allocation. Docker is a tool that simplifies the process of creating and managing containers. In other words, Docker is a platform that allows you to create and manage containers, while a container is an isolated environment that can run an application. The short version : Docker is a technology for managing containers, and a container is an isolated environment for running an application.
@@jcvirtcloudconsultancy7552 I think the question is about "containerd" not container. So the answer would be that initially docker was the runtime and technology for running the containers, but as the time gone by CNCF introduced CRI(container runtime interface) for kubernetes which is the open standard for using pluggable runtimes in kubernetes and not getting stuck with just docker. So docker extracted the containerd runtime and donated it to CNCF which is a runtime used by kubernetes as well as docker today. It follows the OCI(open container initiative) standard for building the container images. So, all the runtimes which follows the OCI format can be used with kubernetes via CRI. another options are runC, kata-containers, gvisor, etc.
Docker is a broad set of technologies that are used to work with containers. containerd is an example of a container runtime. A container runtime is that process that does the actual work of creating, running, and destroying containers. Docker uses containerd as its runtime
No, this video is not enough for getting certified in Kubernetes. However, this will help you kickstart your career in Kubernetes and make your fundamentals strong.
You can enroll to our Kubernetes course with this link: bit.ly/KubernetesLearningPath. Also, we have Free Week coming up next week with all Premium Courses And Labs are 100% Free For a Week: kode.wiki/FreeWeekApr_YT
Hi Sir, at 53:18 host='redis-db' will only work if we have set an env variable or if there is a configmap applied right ? Or will the application automatically refer to the service name 'redis-db' ?
The application will connect to redis-db(service Kubernetes) as long as the redis is in the same namespace. You also can replace redis-db with env variable and then overwrite it with env in the pods template or envFrom configmap.
can you fix the image as i am getting following error pp_worker:v1" in 36.232455052s (36.232469789s including waiting) Normal Created 32s (x4 over 72s) kubelet Created container worker-app Normal Started 32s (x4 over 72s) kubelet Started container worker-app Normal Pulled 32s (x3 over 71s) kubelet Container image "kodekloud/examplevotingapp_worker:v1" already present on machine Warning BackOff 8s (x7 over 70s) kubelet Back-off restarting failed container worker-app in pod worker-app-pod_default(9e82f752-3ea9-4896-bd14-e87f7cd22d2b)
Thanks. But the delivery is not really "crash" as in "crash course". This is no beginners course. You run into several challenges and won't know why. For instance, I couldn't do the curl or know where to get the IP
Hi, thank you for watching our video and for the honest feedback. We will definitely look into this. Do subscribe, like and share to stay connected with us. Cheers :)
Welcome to the world of researching further from what a free course, offering a high level view, can provide for FREE. A small glimpse of what awaits you in the real world 🤡
This is such a good tutorial. The labs part is simply amazing. I was really looking for this kind of tutorial, I am glad i found this. Recommending this to everyone.
@@kelline1979 So how to solve that issue, i am also stuck that part....unable to create a replicaset-definition-1.yaml file. I edited the file, but i don't know how to saves changes after editing the file. i have try qa no success.
Hello All, can anyone answer my question in which IP we can access this application if we are trying on kodekloud lab and for me worker-app image is not working getting error image pullback. please @kodeKloud check on this why i got that error and I checked twice image name is correct but still its in error state. can you please increase the time for last lab. thanks
I got this error with worker deployment. Please help. System.NotSupportedException: Authentication method not supported (Received: 10) at Npgsql.NpgsqlConnector.ParseServerMessage(ReadBuffer buf, BackendMessageCode code, Int32 len, DataRowLoadingMode dataRowLoadingMode, Boolean isPrependedMessage) at Npgsql.NpgsqlConnector.DoReadMessage(DataRowLoadingMode dataRowLoadingMode, Boolean isPrependedMessage) at Npgsql.NpgsqlConnector.ReadMessageWithPrepended(DataRowLoadingMode dataRowLoadingMode) at Npgsql.NpgsqlConnector.HandleAuthentication(String username, NpgsqlTimeout timeout) at Npgsql.NpgsqlConnector.Open(NpgsqlTimeout timeout) at Npgsql.ConnectorPool.Allocate(NpgsqlConnection conn, NpgsqlTimeout timeout) at Npgsql.NpgsqlConnection.OpenInternal() at Worker.Program.OpenDbConnection(String connectionString) in /code/src/Worker/Program.cs:line 50 at Worker.Program.Main(String[] args) in /code/src/Worker/Program.cs:line 19
💻Free Lab Access: kode.wiki/kubernetes-labs
😮. 😅😢 pol de dr,ch CX 0
😮😅😅
😮😅😅😅
...
@@gupteshchoudhary7049😢😢😢😢good
Completed 50% course planning to give exam in May/June. Best course available in the market
Definitely willing to complete the course 💯 just need motivation to go on
Update: Given exam on June month & cleared CKA
All the best! for the exam!
We are glad you found our video helpful. Like and share our video with your peers and also do not forget to subscribe to our channel for not missing video updates. We will be coming up with more such videos. Cheers!
Are you talking about this video or any course? Please reply
I have been seeing a lot of tutorials till i got to this one. This is the best easiest tutorial on this world about Kubernetes .
Totally agree
1 hour in , and i am loving it. I used to start a course and not continue it due to not understanding anything.
Defnitely best course out there. Appreciate the good work
Thank you so much for your kind words! 😊 It's fantastic to hear that you're enjoying the video and finding it helpful. We're thrilled to have you with us on this learning journey! If you have any questions or need further clarification on anything, feel free to reach out. Keep up the great work! 💪🚀
A perfect combination of lectures and hands-on labs.
Thank you so much : ) We are glad to be a part of your learning journey
Absolutely loved this course! The simplicity and clear flow made it so easy to follow along. The content is top-notch, and the lab sessions were super helpful. Best step-by-step guide I’ve found so far. Thanks for making such great content!
I took your docker course from udemy. It is truly amazing how well designed your course is. concise, efficient, on point!
Wow, thank you for the fantastic feedback! 🚀 We're delighted that you found our Docker course on Udemy to be well designed and efficient. It's great to hear that it hit the mark for you. Let us know if there's anything else we can do to support your learning journey!
Thank you really much for this video. I started to use Kubernetes at my new workplace for the first time and your course opened my eyes and gave me a solid base understanding of kubernetes.
The example in the end with the application helped alot!!
Really appreciate it!
We are glad you found our video helpful. Like and share our video with your peers and also do not forget to subscribe to our channel for not missing video updates. We will be coming up with more such videos. Cheers!
Ll
What an amazing course!! I appreciate the effort and the free labs, I feel so much more confident on why and when to use K8s now! Thanks again!
We are glad you found our video helpful. Like and share our video with your peers and also do not forget to subscribe to our channel for not missing video updates. We will be coming up with more such videos. Cheers!
Glad to see you responding to all the comments. That's sweet.
This is a fine template for how tutorials should be done. Keep up the amazing work!
Thanks a ton! Your support makes all the difference 💙
There is huge labor in this course. Thanks a lot!
You are welcome!
Thanks, I got to understand kubernetes better. Hands on Labs helped me to practice effectively
**CAUTION**
worker-app-pod will give you error because of authentication.
the latest postgres docker image have changed the auth mechanism internally hence the error. You should use "postgres:9.4" version of the db to run it perfectly.
Hii
Thanks for watching our video and sharing info. Cheers!
Thanks for the update ❤
my worker-app-pod went into crashloopbackoff and the logs shows the following error:
➜ k logs worker-app-deploy-584644d74d-52dwq
System.NotSupportedException: Authentication method not supported (Received: 10)
at Npgsql.NpgsqlConnector.ParseServerMessage(ReadBuffer buf, BackendMessageCode code, Int32 len, DataRowLoadingMode dataRowLoadingMode, Boolean isPrependedMessage)
at Npgsql.NpgsqlConnector.DoReadMessage(DataRowLoadingMode dataRowLoadingMode, Boolean isPrependedMessage)
at Npgsql.NpgsqlConnector.ReadMessageWithPrepended(DataRowLoadingMode dataRowLoadingMode)
at Npgsql.NpgsqlConnector.HandleAuthentication(String username, NpgsqlTimeout timeout)
at Npgsql.NpgsqlConnector.Open(NpgsqlTimeout timeout)
at Npgsql.ConnectorPool.Allocate(NpgsqlConnection conn, NpgsqlTimeout timeout)
at Npgsql.NpgsqlConnection.OpenInternal()
at Worker.Program.OpenDbConnection(String connectionString) in /code/src/Worker/Program.cs:line 78
at Worker.Program.Main(String[] args) in /code/src/Worker/Program.cs:line 19
Your input helped solve it, by changing the postgres image version to postgres:9.4, i appreciate
Thanks for your comment. I used this image.
image: postgres:9.4.26-alpine
Just started this one, really amazing course and labs! Thanks a lot
Glad you like it!
Wow amazing concept of direct Labs no need to set up dedicated environment to practice kubernetes.
I want to do CKD/CKA please bring course on CKA CKD.
Hi, we have the courses of courses on CKA in our website: kode.wiki/CKA_LearningPath_YT
Perfect, going thourgh various tutorials, but this one got all topics and confusion clarified. thanks.
Glad it was helpful!
Amazing. Hats off to you guys for keeping it free.
Hi, we appreciate the kind comment! enjoy!
so so helpful. thank you.
i am taking the course as i watch this
No words !! Just Amazing !! It was awesome !! I have doubt it would be better how we can have a persistent volume in the kubernetes cluster ?
this is great for a visual learner!
Thanks a lot, you are doing great for the community
Glad you think so!
Your such a genius sir.
Wow, thanks
Really nice lecture and accompanying lab. The "Deploying voting app on Kubernetes" lab was a real nice lab for a beginner.
Hey, thank you for appreciating our work. We are glad to have helped. Do check out our other tutorial videos and subscribe to us to stay connected. Cheers :)
Hello Mumshad! Thank you for uploading this course to youtube!
Why doesn't the worker pod need a service? How do the redis and postgres pods communicate with the worker pod?
Because the worker doesn't need to be connected by other services such as the app pod. The worker pod connects to Redis and Postgres pod by service in Kubernetes.
simple and to the point, thank you bhrata :)
Amazing work! Thank you ❤️
Thank you too!
best for devops learners ..quality content 👏👏
Glad you think so!
small note for newcomers: kubectl rolling-update is deprecated in favor of kubectl rollout
Thanks for watching our video and sharing your info. Do subscribe to our channel and stay tuned for more.
@@KodeKloud i am already a kodekloud engineer :)
Hi Mohammed Great Work to Present the Kubernates
Thank you so much : ) We are glad to be a part of your learning journey
Im really enjoying the k8s course on kodekloud. The explanations paired with the labs are perfect. I'd like to see a video on knative as well.
We are glad you found our video helpful. Like and share our video with your peers and also do not forget to subscribe to our channel for not missing video updates. We will be coming up with more such videos. Cheers!
Thank you guys, looks cool :)
Our pleasure!
So I tried to connect the application to my rds postgres but i am struggling with it, db is not connecting, any advice on how to go bout that
Could someone please share resources on how to clean up the node from the Kubernetes cluster so that it can be used as a fresh node again? Also how to clear up master such that to create a new cluster together
is there GIT hub where all the labs and pod and service creation available?
This is excellent. Can you please add the ideal architecture?
We'll look into incorporating some architecture examples in future videos.
Is the voting app in this example stateless or statefull? Great course, very valuable considering its free.
Hope you enjoyed our video! We have a ton more videos like this on our channel. We hope you will join our community!
Thank you so much 😂😍☺️😊😘👍✌️👌
Welcome 😊
--link is deprecated and it no longer in usable. but docker everything seems to work fine just not individually running containers.
Thank you so much for bringing this to our attention. Could you please tell us which link is not working apparently?
@@KodeKloud not any link but '--link' flag.
I get this error while trying out the commands with link flag that link flag is depracted.
Hi team I purchased CKA and CKAD in udemy.. few days I didn't access it.. suddenly my account is disabled. I don't get reset password email as well. Can you please help to activate my account.
Hey there, we are really sorry for this inconvenience. Our teams are currently checking on this. If you would like a follow-up regarding this issue, please forward your inquiries to our support team at support@kodekloud.com, and our support team will assist you.
very very helpful, thanks
Glad it was helpful!
Any discount voucher for yearly subscription?
Sure please reach out to us at support@kodekloud.com and we will help you with it.
😂
Can we clear cka exam by preparing from this video if not i would request please create a cka crash course video sir.
Hi Pabitra, we cannot make promises here but this video will help you increase both your confidence and chances to clear the CKA exams. Also, we have Kubernetes Learning Path in our website: bit.ly/KubernetesLearningPath
Awesome
Great effort sir
Amazing, thank you so much
You're very welcome!
I don't know what this course is about, I got just recommended and i clicked it. I didn't understand a thing but i'm curious now what this is about because the comments are really praising the video. If someone can let me know what Kubernetes is i'll be thankful to them
Hello, Kubernetes is an open-source container orchestration platform that helps automate the deployment, scaling, and management of containerized applications. You can think of Kubernetes as a system that allows you to manage a fleet of containers. It provides a set of powerful tools and features to make it easier to run and scale applications in a distributed environment.
Hi Sir, I finished my course on "DevOps - The Introduction Course" on udemy, but I can't download my Certification, its greyed out. Any issue on this?
Can you please report this to support@kodekloud.com, we will investigate it in detail. Thanks.
There r 2 courses on kubernetes. Which one should I learn ? Is it absolutely necessary to go through beginners for kubernetes ? Or i can directly go for cka course?
Directly go to CKA course.
@@akflopshow5311 I am taking about CKAD & CKA. Can i skip CKAD and go for CKA directly ?
It is based on your experience. If you have a basic knowledge of Kubernetes you can go directly CKA course. Otherwise, you better learn beginners for the Kubernetes course.
@@KodeKloud I enrolled in kodeknloud yesterday. I found out that u introduced ckna course. Can u please mention in which order i should complete ur 5 courses on Kubernetes.
ckad, cka, cks ,ckns , kubernetes for beginners.
thankkkk uu, the best tutorial on kube ------doubt : at 50:08 ..... from where do we get the name of the new image
You can get the image tag of nginx here hub.docker.com/_/nginx
Hi sir , i got stuck in Labs-replicaset section , where they ask to correct the apiVersion before creating a replicaset-defintion-1.yaml file, i edited the file but i am unable to save changes, so how to save the file after editing?....thanks. I am doing lab as i am a beginner. please help
wq!
Please learn basic knowledge about vim, you can refer to github.com/kodekloudhub/community-faq/blob/main/docs/vi-101.md
Getting a little frustrated ... there was no Enrol on this Course button, it was Sign In to Enroll. I used my google account, and I am now on a Dashboard ... this is not in your instructions. I cannot see how to reach this 'Crash Course' and I am therefore unable to reach downloads, seems to be trying to get me to purchase premium content. ...just reselected the link, and I am prompted to 'Change plan to enroll'...I am now more than frustrated, getting annoyed ...Oh, I am now being asked to pay monthly or yearly ... REALLY ANNOYED!
What are the Limitations Of Visual code Terminal In comparison to the Inbuilt Zsh ( mac) , Bash ( Ubuntu) or Respective OS Terminals
No limitation as such
In VS Code terminal, you can chose any shell you want, such as Zsh, bash, sh,...
what is difference between continerd and docker
Docker is a technology that allows you to create, deploy, and run applications in containers. A container is a lightweight and portable executable package of software that includes everything needed to run an application, including the code, libraries, dependencies, and configurations.
A container is an isolated environment that runs on top of the host operating system and has its own file system, network interface, and resource allocation. Docker is a tool that simplifies the process of creating and managing containers.
In other words, Docker is a platform that allows you to create and manage containers, while a container is an isolated environment that can run an application.
The short version : Docker is a technology for managing containers, and a container is an isolated environment for running an application.
@@jcvirtcloudconsultancy7552 I think the question is about "containerd" not container. So the answer would be that initially docker was the runtime and technology for running the containers, but as the time gone by CNCF introduced CRI(container runtime interface) for kubernetes which is the open standard for using pluggable runtimes in kubernetes and not getting stuck with just docker. So docker extracted the containerd runtime and donated it to CNCF which is a runtime used by kubernetes as well as docker today. It follows the OCI(open container initiative) standard for building the container images. So, all the runtimes which follows the OCI format can be used with kubernetes via CRI. another options are runC, kata-containers, gvisor, etc.
@@abdulmatin234 nice one - thought "Containerd" was a typo
Docker is a broad set of technologies that are used to work with containers. containerd is an example of a container runtime. A container runtime is that process that does the actual work of creating, running, and destroying containers. Docker uses containerd as its runtime
Mumshad rocks!
Is this course in enough anout kubernates or its a part.?
No, this video is not enough for getting certified in Kubernetes. However, this will help you kickstart your career in Kubernetes and make your fundamentals strong.
best course for beginner how to deploy microservices
Hi, we appreciate the kind comment! enjoy!
Unable to Start with last Lab of Voting App, Please help for the task of vote-service
We apologies for the issue, could you please email us the concern at support@kodekloud.com and we will investigate it.
Would like to enroll for this …
You can enroll to our Kubernetes course with this link: bit.ly/KubernetesLearningPath.
Also, we have Free Week coming up next week with all Premium Courses And Labs are 100% Free For a Week: kode.wiki/FreeWeekApr_YT
Hi Sir, at 53:18 host='redis-db' will only work if we have set an env variable or if there is a configmap applied right ? Or will the application automatically refer to the service name 'redis-db' ?
The application will connect to redis-db(service Kubernetes) as long as the redis is in the same namespace. You also can replace redis-db with env variable and then overwrite it with env in the pods template or envFrom configmap.
can you fix the image as i am getting following error
pp_worker:v1" in 36.232455052s (36.232469789s including waiting)
Normal Created 32s (x4 over 72s) kubelet Created container worker-app
Normal Started 32s (x4 over 72s) kubelet Started container worker-app
Normal Pulled 32s (x3 over 71s) kubelet Container image "kodekloud/examplevotingapp_worker:v1" already present on machine
Warning BackOff 8s (x7 over 70s) kubelet Back-off restarting failed container worker-app in pod worker-app-pod_default(9e82f752-3ea9-4896-bd14-e87f7cd22d2b)
same here. worker doesn't work. lulz
Please refer to kodekloud.com/community/t/failed-to-pull-image-kodekloud-examplevotingapp-worker-v1/150437
Let me know fee structure
Please check out our pricing page: kode.wiki/PlansandPricing_YT
how did you get the ip for curl @1::00:09 ?
This IP was taken from the IP of the node. We can use any IP of nodes we want.
@@KodeKloud thanks 😊
How do I get the invite to the slack community?
Check out this link: kode.wiki/JoinOurSlackCommunity
Thanks. But the delivery is not really "crash" as in "crash course". This is no beginners course. You run into several challenges and won't know why. For instance, I couldn't do the curl or know where to get the IP
Hi, thank you for watching our video and for the honest feedback. We will definitely look into this. Do subscribe, like and share to stay connected with us. Cheers :)
Welcome to the world of researching further from what a free course, offering a high level view, can provide for FREE.
A small glimpse of what awaits you in the real world 🤡
Thank you, next ?
Thank you for the appreciation. You can check our videos related to DevOps and subscribe to our channel to stay updated with all the latest tools.
15:48 - -o=wide is missing.
Good eye! Our mistake!
Lab is not working
This is such a good tutorial. The labs part is simply amazing. I was really looking for this kind of tutorial, I am glad i found this. Recommending this to everyone.
where is the free Kube cli?
Please check the pinned comment
Thomas Lisa Perez Kenneth Lopez Mary
🌐
Thanks for watching our video. Cheers!
This guy is cute
Thanks for watching our video. Cheers!
u want ppl to buy ur course ................. the free lab is hopeless
This what I’m talking about…yeah let’s put more content on UA-cam and start making real money…you know…like MrBeast level of money 💵 💴 💰
Thanks for watching our videos. Cheers!
❤,,,,,
@@KodeKloud ggggvgggvgggggggvggg
@@KodeKloud⁴⁴4⁴
NO Free lab access !
Free Labs are here: kodekloud.com/pages/public-playgrounds
Yu
Thanks for watching our video. Cheers!
Oooo
Lovely video!
Glad you liked it!
controlplane ~ ➜ cat pod.yaml
apiVersion: V1
kind: Pod
metadata:
name: nginx
labels:
app: nginx
image: frontend
spec:
containers:
- name: ngnix
image: ngnix
controlplane ~ ➜ kubectl apply -f pod.yaml
error: resource mapping not found for name: "nginx" namespace: "" from "pod.yaml": no matches for kind "Pod" in version "V1"
ensure CRDs are installed first
apiVersion: v1
@@kelline1979 So how to solve that issue, i am also stuck that part....unable to create a replicaset-definition-1.yaml file.
I edited the file, but i don't know how to saves changes after editing the file. i have try qa no success.
the apiversion should be small letter v@@guellordnzaou6887
thank you boss
You're welcome!
Hello All, can anyone answer my question in which IP we can access this application if we are trying on kodekloud lab and for me worker-app image is not working getting error image pullback. please @kodeKloud check on this why i got that error and I checked twice image name is correct but still its in error state. can you please increase the time for last lab. thanks
Same here, image is probably in a private registry... Getting the same as well. Best to buy the course on the official website to see then.
Hi! This worked for me: Use dockersamples/examplevotingapp_worker image instead of kodekloud/examplevotingapp_worker:v1.
No one can teach and no one learn in 2 hours.
Indeed, by watching the video, you can grasp the fundamental concepts. Appreciate it.
I got this error with worker deployment. Please help.
System.NotSupportedException: Authentication method not supported (Received: 10) at Npgsql.NpgsqlConnector.ParseServerMessage(ReadBuffer buf, BackendMessageCode code, Int32 len, DataRowLoadingMode dataRowLoadingMode, Boolean isPrependedMessage) at Npgsql.NpgsqlConnector.DoReadMessage(DataRowLoadingMode dataRowLoadingMode, Boolean isPrependedMessage) at Npgsql.NpgsqlConnector.ReadMessageWithPrepended(DataRowLoadingMode dataRowLoadingMode) at Npgsql.NpgsqlConnector.HandleAuthentication(String username, NpgsqlTimeout timeout) at Npgsql.NpgsqlConnector.Open(NpgsqlTimeout timeout) at Npgsql.ConnectorPool.Allocate(NpgsqlConnection conn, NpgsqlTimeout timeout) at Npgsql.NpgsqlConnection.OpenInternal() at Worker.Program.OpenDbConnection(String connectionString) in /code/src/Worker/Program.cs:line 50 at Worker.Program.Main(String[] args) in /code/src/Worker/Program.cs:line 19
Same error