I have started udemy course once for k8s but I have left in middle because it seemed too complex to me. Now from this video when started again I see its pretty easy to understand. Thanks to java techie for simplifying complex thing in hello world style. 👍👍
I have gone through multiple Kubernetes video to understand in depth, but the way you explained it, simplified it is just amazing it looks very easy to understand and very specific and crystal clear concepts, now I can say I know everything about Kubernetes and I'm confident enough that I can mentioned this in my resume
JavaTechie became my first reference to any of the courses that I want to learn. The way you explain things makes the complex things to simple. You are amazing.
Taking down notes while watching your kubernetes tutorial, thank you as always for the effort you put in, makes it easy for us. By the way this tutorial is still very current even after 2 years except minor deprecations in api.
Thanks for making it easy..it was a very well designed course that anyone can understand.Loved it..Recently started upskilling myself and I always look for content from your channel.
True java guru in this platform . Absolutely you are spreading knowledge from basic concepts to depth dive of java concepts in all of your VDO's . keep spreading the sea of knowledge you have !. Brilliant :)
Thank you so much for this awesome tutorial👍🙂 I watch your videos regularly and I find it so knowledgeable and amazing 👏 Keep up the Good work!!! You are a legend Java Techie Looking forward to integrating this with Istio Service Mesh in future 🙂👍
Thanks for such à great content, what is wonderful is that you not only show how think works but you go deeply in concept explanation. Just keep going guy.
Very nice tutorial, I'm facing one issue if you could help me that will be really helpful, issue is I am using private docker registery on my local but unable to use same docker image in K8S, any suggestions will be appreciated
Awesome video ever i seen, Here one doubt sir, What will happen if all the pods crashed at a time, how they are going to be replaced and how , also what will happen if all the replicas crashed at a time, how the k8s controller detects this and how its going to be handle this situation ??
Very nice! The video quality for almost 50 % presentation bit low, it is not super clearly visible, though most of things can be understood as the your style of presentation is very good.
Facing issues while accessing application. I am unable to acces it using minikube ip and port..rather when i do port forwarding at that time I am able to access it using machine ip and tcp port.What could be the issue?
Somehow I am not able to access minikube IP address from my local machine but if I go inside it I am able to hit my end point and it returns the result that I need. My question is Am I missing anything that I am not able to access minikube IP from my local machine.
Sir I am getting below Error while running commnd - kubectl get pods C:\Users\sidt0\Downloads\spring-boot-dockers-image\spring-boot-dockers-image>kubectl get pods NAME READY STATUS RESTARTS AGE spring-boot-k8-64d7b676c8-wrnhv 0/1 ErrImagePull 0 9s spring-boot-k8s-586c76bc5f-w42pm 0/1 ImagePullBackOff 0 40m what i am supposed to do now?
On my side dashboard is showing 404, data on dashboard is loading then becomes invisible and sometimes it says loading error and sometimes 404 not found
I am following steps you have done in video, but I am struck with ImagePullBackOff issue after successful create deployment step. Can you please help me on this.
Dude! I faced this problem ,in my case I missed to push the docker image in docker hub repo, you need to tag and push your image using following commands. docker tag local-image:tagname new-repo:tagname docker push new-repo:tagname for diagnosis of pod , try this command ,would clearly show actual root cause: kubectl describe pod
@@ajaylamkhede5598 Is the step what ever u mentioned above to push docker image in docker is it covered in this video or did I miss that step while practicing it, If that step is covered can you please tell me at what time it is covered mean to say is it @ 5 min or 10th min, as it helps me a lot
@@pramodml6628 It might have been assumed that we know these steps of dockerization and javatechie did not explain this step. see ! this video is about k8s not about docker however its not possible for the host to explain each and every minor step in limited time span.
brew install hyperkit Error: hyperkit: no bottle available! You can try to install from source with: brew install --build-from-source hyperkit Please note building from source is unsupported. You will encounter build @JavaTechie - Any suggestion? thanks.
Yes, Kubernetes can be run inside Amazon Web Services (AWS) and can be used to manage Docker containers. Kubernetes provides an orchestration layer for Docker containers, making it easier to manage and scale large-scale applications. AWS offers several options for running Kubernetes, including managed services like Amazon Elastic Kubernetes Service (EKS) and self-managed options like EC2 instances with kubeadm. With the combination of AWS and Kubernetes, you can build, deploy, and manage highly scalable and resilient applications. i got the information from chatgpt, can you elloraborate more about it
I am following up your video and tried to practice but facing an issue while running this "docker build -t spring-boot-k8s-demo:1.0 . .getting this error Step 3/4 : ADD target/spring-boot-k8s-demo.jar spring-boot-k8s-demo.jar ADD failed: file not found in build context or excluded by .dockerignore: stat target/spring-boot-k8s-demo.jar: file does not exist docker build -t spring-boot-k8s-demo:1.0 .
Hi @hemalatha , I also got the same error but i got the issue, basically when you build the maven project, u get jar file which is present @target folder which is missing in our case. You need to build the project - using maven build by clicking the project -> run as -> maven build -> set the goals
The videos are awesome but the pronunciation of words is not correct like the "term" sounds like "torm". If this can be improve the its really awesome.
It doesn't make any sense who make this video.if you understand it then that's good. One more thing don't be resist. Learn from everywhere otherwise life will end up with comparing others
How do you get a BUILD SUCCESS after running mvn clean install when you change the application.yml to use variables? 01:38:25 I get an error ${DB_HOST}: nodename nor servname provided, or not known
kubectl logs demok8deploymentobject1-775d7c4bc5-qf7xk Error: Invalid or corrupt jarfile /app.jar Getting the above error can you please guide me to resolve this
I have experienced developer, recently got new job, learned lot from you. Thanks!
Glad to know this Pravin . Keep learning
I have started udemy course once for k8s but I have left in middle because it seemed too complex to me. Now from this video when started again I see its pretty easy to understand. Thanks to java techie for simplifying complex thing in hello world style. 👍👍
I have gone through multiple Kubernetes video to understand in depth, but the way you explained it, simplified it is just amazing it looks very easy to understand and very specific and crystal clear concepts, now I can say I know everything about Kubernetes and I'm confident enough that I can mentioned this in my resume
Happy to hear this buddy it helps you 😊
JavaTechie became my first reference to any of the courses that I want to learn. The way you explain things makes the complex things to simple. You are amazing.
So glad to hear it . Keep learning buddy
Best tutorial for developers who wants to understand kubernetes 🎉
Best tutorial I have seen on Kubernetes. To the point. Well done!
Taking down notes while watching your kubernetes tutorial, thank you as always for the effort you put in, makes it easy for us. By the way this tutorial is still very current even after 2 years except minor deprecations in api.
Thanks for making it easy..it was a very well designed course that anyone can understand.Loved it..Recently started upskilling myself and I always look for content from your channel.
Amazing tutorial which is compact but enriched with necessary information. Thanks a lot.
Its master touch, while comparing the Manager/Developer functionalities with Master and Worker node., Good Work. Its easy to understand.
Awesome Sir !! One amazing headstart to kubernetes for begineers . Thank you . Looking forward to Kafka or Messaging series someday :)
Thanks Shweta. Will start soon once I back from vacation
Extremally Helpful... Thank you so much for the video!
If BOMB were a human being then that should be You! Amazing tutorial. Thumbs up!
Thanks for your word buddy 😄
True java guru in this platform . Absolutely you are spreading knowledge from basic concepts to depth dive of java concepts in all of your VDO's . keep spreading the sea of knowledge you have !. Brilliant :)
Thanks Santosh 😀
man you are great .... and really thanks for sharing this info in clear understandable way 😍
Wonderful explanation about K8s...Thanks a lot...
thankyou so much buddy. You are saviour. Greatest presentation is your strength.
Thanks, you are beast ! Greetings from Brazil
Awesome tutorial on k8s!👏 In other learning site it takes hours and hours to understand the simple concept.
Thanks buddy 😁. Keep learning
Thank you so much for this awesome tutorial👍🙂
I watch your videos regularly and I find it so knowledgeable and amazing 👏
Keep up the Good work!!!
You are a legend Java Techie
Looking forward to integrating this with Istio Service Mesh in future 🙂👍
Thanks Rawat . Sure will do 🙂
Thanks for such à great content, what is wonderful is that you not only show how think works but you go deeply in concept explanation. Just keep going guy.
Thanks buddy 😊
This is a stunning video about Kubernetes, thank you bro.
Great Video and Unique Content Thanks a lot for such crispy explanation
Really fantastic course brother thank you so much
You have explained very well... Thank you...
Thank you so much for this clear and awesome explanation. Please make detail videos on Kafka, Kibana and Elastic search. Thanks again :)
Kafka i will do but ELK from scratch i have already uploaded buddy.please check and let me know incase if you are not getting it
Thank you very much for this great tutorial!!!
Java Techie is really awesome. Thank you, Dude
Very good and well planed contents. Thank you so much
Thanks a lot man 👏👏. Awesome tutorial for beginner's 👍
Thanks man for sharing your knowledge with us, Keep it up
Thank you so much for this wonderful tutorial 👍
Your lectures are immortal
Thank you som much. Very easy to follow and understanding.
You are explanation is fantastic.
Hi Basant, very nice and concise explanation. Loved it.
Very nice tutorial, I'm facing one issue if you could help me that will be really helpful, issue is I am using private docker registery on my local but unable to use same docker image in K8S, any suggestions will be appreciated
Excellent work, pls help us to add some video on azure with k8s
Thanks for this wonderful video. Subscribed you ✌
Basanth Sir please cover a video on database scaling in real time banking applications or flip kart or Amazon at least some idea.
Thank you so much, great video 😊
hi techi i am watching your videos last 4 year and your content is too good. Can i have this ppt please.
Awesome, happy learning. Thanks a lot
Awesome tutorial Thank you
Awesome video ever i seen, Here one doubt sir, What will happen if all the pods crashed at a time, how they are going to be replaced and how , also what will happen if all the replicas crashed at a time, how the k8s controller detects this and how its going to be handle this situation ??
Could you please check my k8s video i have demonstrated there how k8s manage the things when pods will crash
okay, Thanks a lot for your immediate response 🙏
Very useful bro, Keep rocking❤❤
Thanks very much
How to deploy spring boot micro services on cloud using Kubernetes? Can you make a video on this?
Once I will go through it thanks..
Can we have 100.62.01 as IP address for any k8 pod? Since is not a valid IP address format for a Kubernetes pod or any network interface in general.
Very nice! The video quality for almost 50 % presentation bit low, it is not super clearly visible, though most of things can be understood as the your style of presentation is very good.
Buddy it's too long video. UA-cam usually take times to increase it's resolution please try after sometime
You are awesome bro.😍😍😍
Thanks
Do we have advanced concepts in k8s ? Or else all topics are covered
Thanks a lot for such a good tutorial ❤
Thanks a lot ❤ for the wonderful tutorial. 2nd comment 😅.
great video , can you share the ppt used in the slides
Is Node treaded as machine having some IP ? if yes, then is POD something as VM inside Node (physical machine) ?
Yes Kind of you can say
Hi Java Techie,
Could have a tutorial on RAML and open specifications which are used in REST API specifications..
Would be really helpful. ❤️
RAML OR SAML you are talking about
@@Javatechie It's RAML
Need to check buddy.
Am getting the unknown host error while building the spring boot application. Checked with jdbc code also. unable to connect with db inside minikube
thank you for the tutorial
Thank you 😊
Make one video on.How to call stored procedure in hibernate
Here is the link ua-cam.com/video/HqejreL9hTM/v-deo.html
Please Explain GCP SRE and Agro Service mesh
sir, thank you so much 🙏
i like the pop sound..joke aside btw thanks for the knowledge .
Great job
How pods will communicate each other ? Example Spring boot application and MySql both are different pods/docker images
Spring boot app talk to MySQL using service name that's what I defined in service.yaml
@@Javatechie in the real time also same configuration.
@@Javatechie Regarding Load balancer service type please make one session
@@malleswarrao3887 yes it's same
@@malleswarrao3887 regarding load balancer service type please check my AWS eks video
Can you make a video on Helm ?
Facing issues while accessing application. I am unable to acces it using minikube ip and port..rather when i do port forwarding at that time I am able to access it using machine ip and tcp port.What could be the issue?
Hi bro, thanks for sharing your knowledge. I tried to get the url using command minikube service servicename --url but it is not returning any value.
I have a Question What will happen if we lost cluster, like pods, cluster and node also have replica??
It's not possible buddy we keep replicas to handle the DR situation both can't go down
What is the relation between minicube and cubectl?
Thank you so much❤❤
Bro now Kubernetes deprecating with docker right? Running on runtime right
No man docker and kuhernetes serves different purposes
Genious
Somehow I am not able to access minikube IP address from my local machine but if I go inside it I am able to hit my end point and it returns the result that I need. My question is Am I missing anything that I am not able to access minikube IP from my local machine.
How to set config map and secret as per env ?
Thanks alot...
Awesome!
Sir I am getting below Error while running commnd - kubectl get pods
C:\Users\sidt0\Downloads\spring-boot-dockers-image\spring-boot-dockers-image>kubectl get pods
NAME READY STATUS RESTARTS AGE
spring-boot-k8-64d7b676c8-wrnhv 0/1 ErrImagePull 0 9s
spring-boot-k8s-586c76bc5f-w42pm 0/1 ImagePullBackOff 0 40m
what i am supposed to do now?
You docker and kuhernetes is not in sync please follow the command as i did
Love you sir
How you installed it without running exe file?
Exe file not required please checkout the installation guide below 👇
medium.com/@javatechie/kubernetes-installation-guide-windows-mac-f65105146127
when I change the type in my db deployment to clusterIP
it gives connection refused exception
Is your MySQL container running?
@@Javatechie yes please
How services will communicate each other
On my side dashboard is showing 404, data on dashboard is loading then becomes invisible and sometimes it says loading error and sometimes 404 not found
I am following steps you have done in video, but I am struck with ImagePullBackOff issue after successful create deployment step. Can you please help me on this.
Is your docker is up and running ? If yes please sync your docker with kuhernetes by running the command which I explained begin of the video
@@Javatechie Let me check again and get back to you
Dude! I faced this problem ,in my case I missed to push the docker image in docker hub repo, you need to tag and push your image using following commands.
docker tag local-image:tagname new-repo:tagname
docker push new-repo:tagname
for diagnosis of pod , try this command ,would clearly show actual root cause:
kubectl describe pod
@@ajaylamkhede5598 Is the step what ever u mentioned above to push docker image in docker is it covered in this video or did I miss that step while practicing it, If that step is covered can you please tell me at what time it is covered mean to say is it @ 5 min or 10th min, as it helps me a lot
@@pramodml6628 It might have been assumed that we know these steps of dockerization and javatechie did not explain this step.
see ! this video is about k8s not about docker however its not possible for the host to explain each and every minor step in limited time span.
U will get more subscribers , for now +=1
brew install hyperkit
Error: hyperkit: no bottle available!
You can try to install from source with:
brew install --build-from-source hyperkit
Please note building from source is unsupported. You will encounter build
@JavaTechie - Any suggestion? thanks.
resolved with docker.
kubernatis , can we place inside the aws? docker
Yes, Kubernetes can be run inside Amazon Web Services (AWS) and can be used to manage Docker containers. Kubernetes provides an orchestration layer for Docker containers, making it easier to manage and scale large-scale applications. AWS offers several options for running Kubernetes, including managed services like Amazon Elastic Kubernetes Service (EKS) and self-managed options like EC2 instances with kubeadm. With the combination of AWS and Kubernetes, you can build, deploy, and manage highly scalable and resilient applications. i got the information from chatgpt, can you elloraborate more about it
Not getting you
Yes I will upload about EKS soon
I am following up your video and tried to practice but facing an issue while running this "docker build -t spring-boot-k8s-demo:1.0 . .getting this error Step 3/4 : ADD target/spring-boot-k8s-demo.jar spring-boot-k8s-demo.jar
ADD failed: file not found in build context or excluded by .dockerignore: stat target/spring-boot-k8s-demo.jar: file does not exist
docker build -t spring-boot-k8s-demo:1.0 .
I am not able to figure it out what is the issue, please help me .
Hi @hemalatha , I also got the same error but i got the issue, basically when you build the maven project, u get jar file which is present @target folder which is missing in our case. You need to build the project - using maven build by clicking the project -> run as -> maven build -> set the goals
Namaste
Thanks , 1 st comment
The videos are awesome but the pronunciation of words is not correct like the "term" sounds like "torm". If this can be improve the its really awesome.
I was waiting for kafka🥺🥺
Kafka will start. Next few days i will be out of station
@@Javatechie can you cover the partition with example.
can u plz provide the ppt
Need to check buddy
Liked
Wtf with only indian videos ? Every video on kubernetes on youtube is made by indian... any good content available ?
It doesn't make any sense who make this video.if you understand it then that's good.
One more thing don't be resist. Learn from everywhere otherwise life will end up with comparing others
How do you get a BUILD SUCCESS after running mvn clean install when you change the application.yml to use variables?
01:38:25
I get an error ${DB_HOST}: nodename nor servname provided, or not known
kubectl logs demok8deploymentobject1-775d7c4bc5-qf7xk
Error: Invalid or corrupt jarfile /app.jar
Getting the above error can you please guide me to resolve this