It seems like operators extend kube into the application administration editing arena:<p><pre><code> kubectl get SampleDB # find configured databases
kubectl edit SampleDB/example-database # manually change some settings
</code></pre>
That's on top of the application editing that's done to create the application in the first place.<p>Isn't kube supposed to automate the deployment and up time of applications? It seems to me like an anti-pattern to ever have to use "kubectl edit <blah>".