Thanks Pavan for such great stuff, q quick dumb question, where is the container image nginx being pulled from? Does the system look at the listed repo in its config and pull it from there?
@@PavanElthepu Thanks Pavan, please consider creating udemy course, you are very good communicating complex concept . I am from networking background so my questions may be dumb. Much appreciated!!
Same resource can be available in different apiVersions. You can treat apiVersion as package and resource as class in Java. Example: Deployment is a resource in apps/v1. I can create my own resource with same name(Deployment) in different apiVersion
Why does the command "k get svc" after running "k apply -f nginx.yaml" doesn't work? It should list the svc created for nginx but it doesn't. It did for kubia.
You are awesome man. I am going to watch these over and over again for the next 6 months until I am mad full with Kubernetes
Nicely Done!!! clearly explained each concept with good examples, its a must watch for Kubernetes beginners
It's awesome explaination with proper visualization like anyone can understand easily I had so many doubt now it's very clear. Thanks for this content
op explanation
One of the best video on Pods... Great work sir...
Good one Pawan, you have put it in a very simple way
Excellent session
You should do more videos Pavan, and thanks for sharing this
Thanks for your interest in my content. Just uploaded a new video🙂
Please subscribe and share with your friends and colleagues
Crystal clear 👏
Thanks, Pavan for such great content.
Thank you Prashanth. Please share with your friends and colleagues
great video and explanation
Glad you liked it! Please subscribe and share with your friends and colleagues
great video thanks pavan
Helpful
Wow! You are really good!!
Thank you so much. Please subscribe and share with your friends and colleagues
Trust me. I have subscribed and been sharing! Are you a DevOps Engr? Is there a way to contact you privately?
@vback4238 please message me on LinkedIn www.linkedin.com/in/pavanelthepu
Excellent, Excellent and again I say Excellent. Do you have a presence on another platform e.g. Odysee, Rumble, locals ...
Thank you so much🙂. Currently I'm on only RUclips
super sir
Thank you, please subscribe and share with your friends and colleagues
Can you please create a video on Jenkins config as a code with helm chart
Sure RG, stay tuned!
Found hidden 💎
Thank you Satya
Thanks Pavan for such great stuff, q quick dumb question, where is the container image nginx being pulled from? Does the system look at the listed repo in its config and pull it from there?
It pulls from docker registry by default. But you can also pull from any other repository like ECR. Please share with your friends and colleagues
@@PavanElthepu Thanks Pavan, please consider creating udemy course, you are very good communicating complex concept .
I am from networking background so my questions may be dumb.
Much appreciated!!
Definitely Zeeshan. Happy Learning and post me updates on your career change. Love to see you growing!
Great content subscribed..!!! saved my life with your useful ones...
how can i resolve it
Please make sure your image name is correct. Also check if you’re able to pull image with docker pull
Why do we need api version what happens in background
Same resource can be available in different apiVersions. You can treat apiVersion as package and resource as class in Java.
Example: Deployment is a resource in apps/v1. I can create my own resource with same name(Deployment) in different apiVersion
Sir please do video in helm chart 🙏🙏
Stay Tuned. It's on the way!
@@PavanElthepu Still waiting man hope you still care about us.
ruclips.net/video/3HqLVgteMrQ/видео.htmlsi=KUCYLL5k0KICZeTF
@@PavanElthepu thanks dont know thy search was not working for me on your channel
thank you again
Why does the command "k get svc" after running "k apply -f nginx.yaml" doesn't work? It should list the svc created for nginx but it doesn't. It did for kubia.