Hello everyone, i have recently achieved the CKA and during the exam i was thinking that i could solve many problems in half the time if there was a way not to rely on editing with vim the manifests. I am a fan of kubectl tool (infact i am refusing to use any dashboard and rely just on the terminal to operate on my clusters) and i wonder why the
kubectl create command works just on a specific set of resources whence the
kubectl describe command can show arbitrary informations about resources based on their CRDs definitions. I would love to create any custom resource and specify its configuration parameters in a single line with the CLI. This would make scripts using kubectl much more clean and free users from using yaml (given the contempt many people feel against this file format). I do not know if this classifies as a KEP and i apologize in advance in case i have skipped some steps with writing this in the mailing list.
Happy to hear some thoughts about it!