Hacker News new | ask | show | jobs
by coredog64 272 days ago
Is there a way to use Envoy with common self-hosting software stacks like Docker Swarm?
2 comments

isn't that just a way of running containers? yeah you can run envoy
Isn’t Docker Swarm dead?
Docker swarm v1 is dead, v2 ("swarmkit") is usable. Although, if you want to use it in production, you're probably better of with K8s. Don't get me started on docker using "the same" (but subtly different) file format for its different offerings (compose v2, swarm v2). For smaller setups maybe look into podman with K8s config files (did not try myself yet).