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.
> 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. Genuine question. I'm not that familiar with Kubernetes. Can you explain the pain this solves? What is this winning at?
Launch HN: Nestybox (YC S20) – Containers beyond microservices
91–100 of 112 posts
Re: Launch HN: Nestybox (YC S20) – Containers beyond microservices
#92RedHat wanted docker to take them, but Docker refused.
Re: Launch HN: Nestybox (YC S20) – Containers beyond microservices
#93the docker installation that rhel uses carries small patches that enable one to build containers that run with systemd as init with ease, without the user having to do anything special (or run with privilege), its runtime sets everything up for you correctly. I've built and run them, so I know they work. RedHat wanted docker to take them, but Docker refused.
Re: Launch HN: Nestybox (YC S20) – Containers beyond microservices
#94Re: Launch HN: Nestybox (YC S20) – Containers beyond microservices
#95Re: Launch HN: Nestybox (YC S20) – Containers beyond microservices
#96This looks interesting and promising. There are definitely use-cases to run docker in docker. We are running some open source project that leverages dockers heavily, let's see if we can collaborate to make things work end-to-end, I believe that would be beneficial for both communities.
Re: Launch HN: Nestybox (YC S20) – Containers beyond microservices
#97what's the difference with say lxc | lxd ?
"The main difference is that Sysbox is OCI-based, so it works with Docker/containerd and hopefully K8s soon (we are working on the latter). Also, correct me if I am wrong, but I don't believe LXD runs K8s inside without privileged containers. Having said this, I know LXD and Sysbox use many of the same OS-virtualization techniques to do what they do. And in fact we owe much of the work we've done to the ground-work done by the good folks at Canonical/LXD."
Re: Launch HN: Nestybox (YC S20) – Containers beyond microservices
#98Seems Like a promising solution.
Re: Launch HN: Nestybox (YC S20) – Containers beyond microservices
#99Re: Launch HN: Nestybox (YC S20) – Containers beyond microservices
#100Any reason why sysbox is only supported on Ubuntu and not say RHEL / CentOS / Fedora?