A CD pipeline on GKE with Argocd and Keel

Click for: original source

An article describing how to use argoCD as a tool in your CD pipeline for the GKE clusters. You can use keel alongside argoCD to complement it. By Nico.

Keel is a simple piece of software that runs on the cluster and watches the changes to the registered images, allowing to update them automatically and therefore have the dev and pre production platform up-to-date without the developers having to do any action.

The article then reads about:

  • The development flow
  • Keel
  • ArgoCD

Example code for Helm charts is also provided. You will be able to configure your sources, projects and such either via the web UI or the CLI (because CLI rocks !) and give freedom to our users to handle the deployments by themselves, in a controlled manner. Good read!

[Read More]

Tags devops cicd web-development