Tag: AKS
-
Provisioning a Jenkins Instance Container with Persistent Volume in Azure Kubernetes Service.
In this post, I want to write about my experience testing and using Azure Kubernetes service to deploy a Jenkins Instance solution that is highly available and resilient. With the Kubernetes persistent volume feature, an Azure disk can be dynamically provisioned and attached to a Jenkins Instance container deployment. In another scenario, an existing Azure…