if you can do this (and build a great experience around it), you have a winner.
k3d.io does it somewhat...but not all the way. Updates,rollbacks, etc - everything that a sysadmin need.
21–30 of 112 posts
if you can do this (and build a great experience around it), you have a winner.
k3d.io does it somewhat...but not all the way. Updates,rollbacks, etc - everything that a sysadmin need.
can you run kubernetes in nestybox ? entirely within the container ? if you can do this (and build a great experience around it), you have a winner. k3d.io does it somewhat...but not all the way. Updates,rollbacks, etc - everything that a sysadmin need.
Here is a demo video: https://asciinema.org/a/V1UFSxz6JHb3rdHpGrnjefFIt?speed=1.75
Having said this, K8s is very complex and while its most common functionality works inside the container, we've not yet tested it all.
Here is a doc that describes this in more detail, including what is supported and not supported at this time: https://github.com/nestybox/sysbox/blob/master/docs/user-gui...
can you run kubernetes in nestybox ? entirely within the container ? if you can do this (and build a great experience around it), you have a winner. k3d.io does it somewhat...but not all the way. Updates,rollbacks, etc - everything that a sysadmin need.
Yes, it's possible already to run K8s entirely inside a system container deployed with Docker + Sysbox. It's as easy as "docker run --runtime=sysbox-runc -it some-image" and running kubeadm inside to setup K8s. We also have images that come preloaded with K8s to make it easier. Here is a demo video: https://asciinema.org/a/V1UFSxz6JHb3rdHpGrnjefFIt?speed=1.75 Having said this, K8s is very complex and while its most c…
You can find kindbox here if you are curious: https://github.com/nestybox/kindbox
This seems like a feature that, once the need is demonstrated, docker will add to its own product eliminating the niche you hope to fill. Is it wise to go through all the effort and risk of starting a business to prove demand for a feature that an existing established product will then add, removing the need for your company? (Note this question is not a general critique of all startup ideas, it's specific to startup…
This is completely off-topic, but why use a Github user like an organization?
Are there any performance implications using this custom runtime?
Have you used this in production systems?
Are there any known limitations of using sysbox?
can you run kubernetes in nestybox ? entirely within the container ? if you can do this (and build a great experience around it), you have a winner. k3d.io does it somewhat...but not all the way. Updates,rollbacks, etc - everything that a sysadmin need.
Having said that, we have certain limitations at the moment (e.g. we don't run all cni's), but we are not relying on priv containers as i believe is the case for existing K8s-in-docker solutions (pls correct me if i'm wrong in k3d's case).
Btw, we haven't tested k3d.io & sysbox interaction yet (part of our roadmap), but i believe we should be able to interoperate after making some minor adjustments. That would allow existing k3d users to operate in a more secure environment.
Congrats on the launch - looks very interesting! Are there any performance implications using this custom runtime? Have you used this in production systems? Are there any known limitations of using sysbox?
And as far as limitations, there are a few, here is a list: https://github.com/nestybox/sysbox/blob/master/docs/user-gui... . We hope to remove some of these as the product matures too.
Congrats on the launch - looks very interesting! Are there any performance implications using this custom runtime? Have you used this in production systems? Are there any known limitations of using sysbox?
We are out of the critical path, meaning we only emulate interactions with procfs / sysfs, and we only intercept mount syscalls at the moment, so we don't see any tangible performance hit. Having said that, we haven't done large scaling&perf tests yet.