k8e icon indicating copy to clipboard operation
k8e copied to clipboard

Proposal: use kubeadm as kubernetes core component. use zig rewite k8e engine.

Open xiaods opened this issue 3 months ago • 2 comments

Using the source code of Kubernetes to build a new release has the advantage of being a native binary, but the downside is that a large amount of change work needs to be adapted. As a Kubernetes distribution version that fits the style of one's own enterprise-level scenario, the core should still follow the official maintenance version of the CNCF community. After careful consideration, I suggest switching to the kubeadm method for deployment and assembly. Moreover, I hope to switch from the Go programming language to the Zig programming language, allowing me as a developer to gain a new programming experience. This is what open source is all about, thank you for the community's support. Let's wait and see!

Zig is my like programming lang recently.

  • [ ] reimplement kubeadm with zig. use C style to build this cli.
  • [ ] familiar kubeadm workflow

xiaods avatar May 11 '24 13:05 xiaods