Hacker News new | ask | show | jobs
by ssewell 2679 days ago
Recently started using CoreOS for Docker Swarm, and it seems really promising. I wonder how this compares?
1 comments

Really good question. The short version is that CoreOS is a generic container based distro. Talos is not. It is designed with the goal of making a machine a Kubernetes node in a fast and reliable way. We don't use systemd, but a pure Golang init that is Kubernetes aware.