A journey to Kubernetes on Azure
With the
ongoing migration to Azure,
I would like to share my thoughts regarding one of the biggest challenges we
have faced thus far: orchestrating container infrastructure. Many of the
Jenkins project’s applications are run as Docker containers, making Kubernetes
a logical choice as far as running our containers, but it presents its own set
of challenges. For example, what would the workflow from development to
production...