Great video once again Vivek. I didn't realize that the MutatingWebHook can actually call an API sitting outside the K8s cluster, I thought it had to be a pod running inside. If you're planning on doing a demo tutorial of MutatingWebHooks, it'd be interesting if you made a simple API running on Docker Desktop or a Lambda function etc that K8s reaches out to to get the patched JSON and persist it back to etcd to showcase this point
Hi 👋 Raki, Yes I do have plans to implement a validating webhook but I was planning to run that inside k8s cluster as pod. But I like what you suggested, let's see if I can do that as well.
Hi, thanks Gopi. Sure, I have plans to make videos on writing admission controllers. Targeting validation webhook controller first and then maybe mutating admission controller.
Hi, kubectl cp is one of the ways that I know of. I am not sure if there are other ways. You can try to write your own tool but I am assuming that's not your use case.
Hi Gaurav, There are chances that the resource is checked in to source code repository, for example GitHub or BitBucket. You should check with your team if the resource is available somewhere.
Great job Vivek. Love how you are writing the custom webhook example in Go.
Thank you
Good , Worth of time , very few people only explain like you .
Thank you so much.
Great video and crisp content. Cleared all my concepts. It would be good if this video can be kept 1st in the admission controller's series.
Thank you Neha. I will update the playlist.
bhai bina dkhe bht sara apka videos like krdiya h qki i know u make informative videos which content advanced topics
🙏
This is so informational thanks so much!!
Great video once again Vivek. I didn't realize that the MutatingWebHook can actually call an API sitting outside the K8s cluster, I thought it had to be a pod running inside.
If you're planning on doing a demo tutorial of MutatingWebHooks, it'd be interesting if you made a simple API running on Docker Desktop or a Lambda function etc that K8s reaches out to to get the patched JSON and persist it back to etcd to showcase this point
Hi 👋 Raki,
Yes I do have plans to implement a validating webhook but I was planning to run that inside k8s cluster as pod. But I like what you suggested, let's see if I can do that as well.
Good one Vivek!
Thank you Saravanan.
Good video. Can u plz do a video of writing a mutating and admission controller and deploying them
Hi, thanks Gopi. Sure, I have plans to make videos on writing admission controllers. Targeting validation webhook controller first and then maybe mutating admission controller.
please make more videos, thank you
Sure, thank you.
Very informative video. Thank you for this education. 🙏
Thank you for watching.
Great Video Vivek
Thank you.
Amazing!
Thank you.
Hi Vivek is it possible to file copy or file transfer from pod to server without kubectl and in AWS managed server
Hi,
kubectl cp is one of the ways that I know of. I am not sure if there are other ways. You can try to write your own tool but I am assuming that's not your use case.
please help me by mistake i have deleted ValidatingAdmissionWebhook. i want to enable it what should i do?
Hi Gaurav,
There are chances that the resource is checked in to source code repository, for example GitHub or BitBucket. You should check with your team if the resource is available somewhere.