It didn’t work in my picture. It has trees in the background from a small hill looking down.
Agreed. Much simpler than k8s stuffs and you can build simple build / deployment process without using one of those CI/CD platform.
I actually deploy all go services in docker too as it can leverage existing system control / monitoring / logging from Linux without writing custom scripts for each service.
I’m doing the opposite and deploy all my services (go), postgresql and nginx in docker with docker compose. The isolation and easy deployment with some scripts works for me. I hosted my own registry to have as many…
It didn’t work in my picture. It has trees in the background from a small hill looking down.
Agreed. Much simpler than k8s stuffs and you can build simple build / deployment process without using one of those CI/CD platform.
I actually deploy all go services in docker too as it can leverage existing system control / monitoring / logging from Linux without writing custom scripts for each service.
I’m doing the opposite and deploy all my services (go), postgresql and nginx in docker with docker compose. The isolation and easy deployment with some scripts works for me. I hosted my own registry to have as many…