Home Explore Blog CI



kubernetes

12th chunk of `content/en/blog/_posts/2017-11-00-Kubernetes-Easy-Way.md`
ffa8156fbf99386ce2dbd284e4636523331e14c5e4c21413000000010000031f
![](https://lh4.googleusercontent.com/GmZYxhd4tgEJONm8MBIY_m1rfOH05_LxCwpnbrFk013pNEIMAcNGsuPqR5DfFevjbTYAKTRqj4aXhwxowXM5D7p5KjBLqZ0YyTP226Awl2BC6MdBXwfb3E-HEAZTI_MlEEkBu5oC)

At this point you should have your entire application up and running! Not so bad huh? Now to automate deployment!



### Automate Deployment to Kubernetes
Every time we make a change to our application, we want to build a new image and deploy it to our cluster. We’ve already set up automated builds, but to automate deployment:   

1. Click on **Repositories** (top left).  

2. Click on the pipeline for the demochat repo (the gear icon).  

 ![](https://lh5.googleusercontent.com/dD_Dn5SgpSSqTfIeHep4QKhx6rM8zcTWQVR-wHwBWLMzeZ9vsueS320yOeH_nuaKSYlSwrSB3UhML0wcLYZeoCPtga9mvvpyShutYoVKNtZ16e9ZDvglHDiOqugXunkDstUPF_aV)

Title: Automating Deployment to Kubernetes after Initial Setup
Summary
After successfully deploying the application, the next step is to automate the deployment process. This involves automatically building a new image and deploying it to the Kubernetes cluster whenever changes are made to the application. To automate this, users are instructed to navigate to the Repositories section and click on the pipeline (gear icon) associated with the demochat repository. This will allow them to configure the automated deployment process for their application.