Score:0

are there popular vps orchestration tools similar to kubernetes but for non-container environments?

gi flag

I'm in the process of learning kubernetes and docker swarm. I really appreciate how you can create several servers as work nodes and cluster/swarm them together. Then use commands like kubectl get pods or docker ps -a to see all pods/containers across all services connected to the same cluster/swarm.

This got me wondering if:

  1. Is it a popular to run database and node js apps across VPS instances (eg. linode, digital ocean, etc...) WITHOUT the use of containerized environments like kubernetes/docker swarm?
  2. If the answer to 1. is yes, then are there VPS orchestration tools comparable kubernetes/docker swarm, but for non-containerized environments? That is, most processes will probably be start/stopped via systemd/systemctl. For example, I have a naive expectation that it would be nice if I can do something like vps-orchestration-cli list api-*-services, which basically shows the health of all my systemd jobs for my nodejs api app running on each VPS in my network.
jp flag
https://www.nomadproject.io/
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.