Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interop with existing k8s control plane/cluster #61

Closed
nmiculinic opened this issue Feb 27, 2019 · 2 comments
Closed

Interop with existing k8s control plane/cluster #61

nmiculinic opened this issue Feb 27, 2019 · 2 comments

Comments

@nmiculinic
Copy link

nmiculinic commented Feb 27, 2019

How does this play with existing k8s cluster, and I want to use k3s for IoT nodes?

If I use flannel (deployed via official CNI) can I also use flannel integration in k3s?

Can I mix control plane nodes in typical k8s installation with worker nodes in k3s?

Can I use k3s hyperkube, rename it to kubelet/kube-proxy and server as a drop-in replacement in the worker node setup?

@ibuildthecloud
Copy link
Contributor

The k3s binary wrapper is not interchangable with a vanilla k8s control plane. The hyperkube binary that we build is though. You should be able to take hyperkube from releases and copy it to kubelet and get a smaller kubelet footprint. This does mean that you still have to fully manage the kubelet, certs, container runtime, args, etc yourself. But that might be acceptable given your situation.

@nmiculinic
Copy link
Author

I guess this closes my comment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants