Added kube-controlplane binary

This adds a custom binary which contains all Kubernetes control plane
components. This is necessary since every control plane binary by itself
is around 130MiB and this combined one is only around 150MiB. This
can be cut in half to around 70MiB as soon as Kubernetes can be built
providerless by Bazel.

I'm not entirely happy with the integration, we may need gazelle
exclusions and a plan to deal with go mod since it can't resolve the
dependencies in a reasonable way.

Test Plan: Manual test with kubectl (this by itself is not runnable)

Bug: T485

X-Origin-Diff: phab/D256
GitOrigin-RevId: d76702f2cd0d71463ff891e5a44eac7b66be07f0
diff --git a/BUILD b/BUILD
index bc5858d..20812a2 100644
--- a/BUILD
+++ b/BUILD
@@ -4,6 +4,7 @@
 # gazelle:prefix git.monogon.dev/source/nexantic.git
 # gazelle:exclude core/generated
 # gazelle:exclude tools.go
+# gazelle:exclude core/cmd/kube-controlplane
 gazelle(name = "gazelle")
 
 # Shortcut for the Go SDK