
November 6, 2018
Automate Kubernetes deployments on Microsoft Azure AKS
With the growing popularity of Microsoft Azure, adding support for AKS was just a matter of time.
In other words, if Satya Nadella is your man and you often run kubectl apply or kubectl set image, you can finally benefit from the blessings of Buddy’s automation.*
Kubernetes cluster selection
How it all works
A typical Kubernetes workflow looks like this:
- Edit code or config YML
- Push changes to your Git repository
- Build a new Docker image with the updated files
- Authenticate in your AKS cluster
- Run
kubectl apply
orkubectl set image
Pipeline example
All you need to do is configure a delivery pipeline and integrate Buddy with your Azure account. There are five actions that you can use to automate Kubernetes tasks:
Kubernetes actions
- Run K8s Pod
- runs a single process (pod) on your AKS cluster
- Run K8s Job
- runs a series of pods and ensures that a specified number of them successfully terminate
- Apply K8s Deployment
- transforms the containers to the desired state described in the config file
- Set K8s Image
- updates the image of containers with the selected Docker image
- Kubernetes CLI – runs commands with kubectl in your AKS clusters
* If you have a feeling that you've already read this article, yet with a slightly different content, you are right – a couple weeks ago we did an article on EKS support which appeared so good, we basically took the content and switched EKS to AKS. Don't hate us. 🤷♂️
Share:

Alexander Kus
Customer Success Manager