Skip to content

sadok-f/hello-world-cicd

Repository files navigation

hello-world-cicd

This is one single repo that contains a NodeJs application showing "Hello World" from a Mysql Database.

It uses Github Actions to build and push a Docker image to Docker Hub and updates kustomize yaml file with the new image tag.

Two Actions secrets needed to be created in the repo in order push images to Docker Hub:

  • DOCKER_USERNAME: docker hub username
  • DOCKER_TOKEN: docker hub token

Argo CD is watching the kustomize file and updates the resource on 2 Kubernetes Clusters: Dev and Prod in which were deployed using Minikube.

Helm is used to deploying Argo CD and Mysql to the Dev Cluster plus another instance of Mysql to the Prod Cluster.

All resources are created inside the default namespace.

Architecture Overview:

Architecture Overview

Required tools:

These tools need to be present on the system before running the init script:

How to setup:

  1. Clone the repo : git clone git@github.com:sadok-f/hello-world-cicd.git
  2. Run the init script:
cd hello-world-cicd
./init.sh

At the end of the script, the URL to Argo CD will be shown with its initial credentials.

Argo CD: hello-world-cicd resources in Dev Cluster

argocd-dev

Argo CD: hello-world-cicd resources in Prod Cluster

argocd-prod

About

Demo NodeJs Hello-World CICD using Github Actions and ArgoCD to deploy it to Minikube dev and prod clusters.

Topics

Resources

License

Stars

Watchers

Forks