Hacker News new | ask | show | jobs
by thomasbacklund 1907 days ago
Simplenetes does support state, no sweat. But it can't pull a disk out of the cloud for you, there is some traditional Ops involved.
1 comments

So, it can reschedule container if there is a continuous error state on a particular host it is deployed?
No, don't build the next Netflix on Simplenetes.

However, if you are just dealing with a three node cluster (Yes I know many of you are running tri-cycles with k8s stickers on it) then maybe it can be fine for many applications to not have a scheduler.

Simplenetes does however support multiple replicas of pods so if one node fails it can be OK.

Simplenetes does not support volumes. Simplenetes does not support rescheduling containers.

Why do I need 17k lines shellscript to run my tri-cycles? I would rather recommend using docker swarm or just podman itself.

you are adding more complexity without to a very simple problem.

If you want something simpler and use podman you can try `podc` [1] which compiles a pod yaml spec into a single executable shell script with a nice managagement CLI api to it.

[1] https://github.com/simplenetes-io/podc