One of the unique aspects of Codefresh's pipelines is that each step runs in it's own container. This means adding a custom step is as easy as calling in a Docker image. We've created a number of images to make it easy to deploy.
Kubernetes Deploy Tools
If you're using Codefresh, the Kubernetes ...
Continue Reading
deployment
Docker Tagging Strategies for Deploying to Production
The first instinct when deploying images is to work with a [crayon-5addc6aa1b68f087974705-i/] or [crayon-5addc6aa1b695744790152-i/] tag and always deploy that. While that can be a convenient way of deploying it can cause a few problems. Multi-tagging is an invaluable way to solve these issues. But ...
Continue Reading