As previously discussed, would be nice to switch to using the client-go library, instead of shelling out to kubectl. Things like kubectl apply can be replaced by creating individual needed resources via the KubeClient API. As we already ship kubectl, which in turns uses client-go, the image size should not increase but maybe decrease.
As previously discussed, would be nice to switch to using the client-go library, instead of shelling out to
kubectl
. Things likekubectl apply
can be replaced by creating individual needed resources via theKubeClient
API. As we already shipkubectl
, which in turns uses client-go, the image size should not increase but maybe decrease.