I have some workflows where I would like to automate kubectl with some custom golang code.
Like Istio and others are using kubectl underneath istiocli.
Do I need all the Kubernetes code and import some stuff or is it calling existig kubectl in a shell with os/exec?