↳
In-reply-to
»
My proof-of-concept Container as a Service (CAS or CaaS) is now up and running. If anyone wants to have a play? 🤔 There's still heaps to do, lots of "features" missing, but you can run stuff at least 😅
⤋ Read More
@jmjl@tilde.green We’re already able to do this for example:
https://hello-prologic.cas.run/
Which was just spun up using:
$ docker service create --name hello --network traefik --label traefik.enable=true --label traefik.http.services.hello.loadbalancer.server.port=80 nginxdemos/hello
It gets a bit weird when you do this in a Docker Stack using docker stack deploy
though 🤣 e.g: https://prologic-prologic-prologic.cas.run/
Still trying to figure out the best default routing rule for the ingress proxy to make things easy.