DevOps Articles

Curated articles, resources, tips and trends from the DevOps World.

Checking image version on Docker Swarm

4 years ago medium.com
Checking image version on Docker Swarm

Summary: This is a summary of an article originally published by the source. Read the full original article here →

Although we all know about continuous integration and continuous deployment, I will clarify them shortly. Continuous integration is the process for building and testing new code when there are changes.

One of them is SERVICE_NAME for the image and the other one is SERVICE_VERSION for which version is wanted to deploy.

When we found it, we have to determine service mode in the cluster, it can be Global or Replicated.

If the number of running service instances is equal to the number which is found in the previous step, the service is deployed.

Made with pure grit © 2024 Jetpack Labs Inc. All rights reserved. www.jetpacklabs.com