Awesome! It was absolutely a beautiful learning experience, brushing up concepts from your videos, not only that, sometimes learning something new, be it a command trick, or something, but it's truly amazing. I have one quick suggestion on this k8s topic: Is it possible for you to live-stream or post-upload any k8s-projects, that will bossts the understanding to the next level, taking majority of the k8s api-resources into account?
Thank you for sharing, great video. Do you have one on Skaffold? I am trying to see how to use configMapKeyRef and secretKeyRef in a skaffold yaml file.
I still do not understand why anyone would choose Secret over ConfigMap. It doesn't offer anything other than the slight headache of encoding and decoding the values. What am I missing?
Explanation is clear
But increasing font size during presentation is much appreciated
Your teaching style is very unique.....thank you so much sir 🙏
Thank you so much Pavan
Your teaching is ultimate
Thank you so much Naresh. Please share with your colleagues and friends
Super Pavan sir
Awesome! It was absolutely a beautiful learning experience, brushing up concepts from your videos, not only that, sometimes learning something new, be it a command trick, or something, but it's truly amazing.
I have one quick suggestion on this k8s topic:
Is it possible for you to live-stream or post-upload any k8s-projects, that will bossts the understanding to the next level, taking majority of the k8s api-resources into account?
Thank you so much😊. And yeah, I’ll post a K8s project end to end very soon
Thank you for great explanation.
Thank you for sharing, great video. Do you have one on Skaffold? I am trying to see how to use configMapKeyRef and secretKeyRef in a skaffold yaml file.
your explanation way is awesome bro..😊
Thank you so much Murali. Please share with your friends and colleagues..
Hi @pavanElthepu. I have created the config map and secret yaml finele. But I am confused where can I add those secret ls in app.yaml file.
great video thanks pavan
Superb
Thankyou sir
9:36 config map
great pavan
Glad that you liked Prateek. Please share with your friends and colleagues
How vs code we can use for yaml files pls show it once
ua-cam.com/video/3nsOxJR1-pY/v-deo.htmlsi=dF7mr5CBwiS3Oz2_
informative
Thank you so much Manish. Please share with your colleagues and friends
hello friend, how can you get autocompletion in your editor ?
Check the kubernetes cheat sheet, it has that information
hi Pavan kindly provide the material
Hi Hari, I will try to push to GitHub
I still do not understand why anyone would choose Secret over ConfigMap. It doesn't offer anything other than the slight headache of encoding and decoding the values. What am I missing?
@andhrerium : the way it stores in etcd. Secrets- in encrypt form.
No secrets are not encrypted they are just encoded
I think secrets are not used in production, other 3rd party secret management tools are used like vault etc