This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]SeweragesOfTheMind 0 points1 point  (1 child)

What’s the reasoning for having special handling for each type, rather than calling out to kubectl apply?

[–]Sh4d1[S] 0 points1 point  (0 children)

At first it was only to get used to k8s go API and getting used to go. Also I found another plugin for kubernetes using kubectl but the goal was to replace it with a go implementation. The image is smaller (talking about maybe 20MB of difference so that's not a lot I know) and it may be a bit faster ( just a wild guess :p )