Gateway API for Docker Swarm

<p class="wp-block-paragraph"><a href="https://docs.docker.com/engine/swarm/" data-type="link" data-id="https://docs.docker.com/engine/swarm/" target="_blank" rel="noreferrer noopener">Docker Swarm</a> by its own, and also any kind of cloud orchestrator, lacks of API Gateway management.</p> <p class="wp-block-paragraph">The main focus of Cloud Platform is to provide orchestration and network communication between microservice. But the Gateway is important as well if you need to expose API to a […]

Read More…

System topology of CI/CD Jenkins talking with Docker registry

<p class="wp-block-paragraph">Nowaday Docker Swarm is an entry level project, used just for study purpose.</p> <p class="wp-block-paragraph">But really there was a time when it was competing with Kubernetes, just because it is simpler, easy to setup and maintain, and with a quick learning curve.</p> <p class="wp-block-paragraph">These aspect make Docker Swarm ideal for starting to thinking about […]

Read More…

How to solve network problem on docker swarm

<p class="wp-block-paragraph">Having different version of docker running on different nodes, it happens to experiencing problems.</p> <p class="wp-block-paragraph">Docker Swarm is a community project maintained in <a href="https://github.com/moby/moby">https://github.com/moby/moby</a> github repository, it lack a number of features that are provided by kubernetes, but still someone is using this for experimental and bridge-to-kubernetes, because it is very simple to […]

Read More…