Hacker News new | ask | show | jobs
by resoluteteeth 761 days ago
The instructions there say that it will create a cluster with three nodes, so while it is using docker compose I am guessing it is still using kubernetes
3 comments

The compose file is in the demo folder, you don't need to guess what it's going to do. https://github.com/andydunstall/pico/blob/main/docs/demo/doc... Looks like it's spinning up three replicas of Pico
The three nodes are just three containers on the host where you're running docker compose. Docker compose only works with a single host except when deploying to docker swarm clusters. I'm not familiar with swarm though so I couldn't tell you what versions of compose support it and how good that support actually is.