Honestly man....this was probably the best tutorial on how to use kustomize I've seen! Love the videos. Keep 'em coming :)
@lamemail9 ай бұрын
Get back to work Bean!
@sagarasgr Жыл бұрын
Wow, This is a really good demo. Thank you very much.
@elielberra28672 ай бұрын
Thank you for this tutorial! It was super useful!
@Max8977 Жыл бұрын
Great video, really helpful!
@trameshbabu90329 ай бұрын
Best video, nicely explained👌
@zenobikraweznick Жыл бұрын
Awesome high quality stuff , thank you!
@enrico.schaechtel3 ай бұрын
Awesome tutorial, thanks a lot!
@d0nhect0r Жыл бұрын
While you could get rid of the "spec.selector" sections in your original manifests, it's not something I would personally recommend doing since many IDEs and other static analysis tools will flag your manifests as not being compliant with the K8s object schema, and becomes very annoying very quickly!
@squalazzo Жыл бұрын
in case of secret generators, how to deal with them in case of sops? We push secrets on git using sops to automatically encrypt/decrypt them both sides, but if i need to put a file which then will be read by kustomize to create a secret, can kustomize use sops?
@MrSalFav Жыл бұрын
Thank you! Really great tutorial well explained.
@shameekagarwal4872 Жыл бұрын
i am on v1.27.4. 1. restructure patches to something like this, otherwise it errors out, which i think essentially means "patches cannot be a string array" patchesStrategicMerge: - "replicas.yaml" 2. bases should become resources (deprecation warning)
@armynyus91232 ай бұрын
got it, wow!
@pkjacobpullolickal70487 ай бұрын
Thank You!
@xiaoyangfu3703 Жыл бұрын
great explaintation, thx
@ordidaad Жыл бұрын
Great, Thanks
@34hihello5 ай бұрын
Nice tutorial…
@diegonayalazo Жыл бұрын
Thanks
@as18069710 ай бұрын
❤ thanks
@BeeYemerge7 ай бұрын
great video...#beeyem
@joshbarghest7058 Жыл бұрын
Might be better to call it the least terrible way to cuztomize your k8s manifests.