top | item 40357011

(no title)

dmattia | 1 year ago

Looks like there is from the instructions in the getting-started guide: https://github.com/andydunstall/pico/blob/main/docs/getting-...

discuss

order

resoluteteeth|1 year 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

brazzledazzle|1 year ago

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.