Taking the oreilly course to learn more about kubernetes (k8s)
Biggest thing I’ve learned about so far is kubectl explain which will give you docs on the yaml format for basically any resource. Very cool.
You can also attempt to run/create in --dry-run mode, w/ an output of yaml (-o yaml)