AnkitJodhani / kube_manifest-4thWeekOfCloudOps

this repository contain all the kubermanifest file for out application. this repo is part of the 4thweek of 10weekOfCloudOps series

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸš€ Setup pipeline using CircleCI, update GitHub Kubernetes manifest repo and push image on Docker

✨This repository containe the code of the kubernetes manifest files.

🏠 Architecture

Architecture of the application

πŸ’Ά Notes and Links

I've divided my Blog into four parts this is the 3rd part of the project. Please go through below blog to get more idea

πŸ”Ά Story

  • When CircleCI notices any changes in the application code, it starts executing the jobs that we have set up. There are a total of four jobs:

πŸ§ͺ Test:

  • This job tests the code. After the test job is completed, CircleCI proceeds to the next job.
  • Note: I didn't add this job to save time. 😎

πŸ—οΈ Build:

  • In the build job, CircleCI pulls the base Docker images and packages our application code inside the image.

πŸͺ  Push:

  • The push job pushes the newly generated images to Docker Hub with a new tag.

πŸ†• Update Manifest:

  • After the successful completion of the push job, the last job is executed, which updates the Kubernetes manifest repository with the new tag. This enables ArgoCD to detect the change and apply it to the cluster.

By following this pipeline, we ensure that our application code is thoroughly tested, built into Docker images, and deployed with the updated manifest using the GitOps approach.

πŸ’Ά Links

This blog containe Three GitHub repository

  • Application code repo ➑️ Containe application code Links

  • Terraform code repo ➑️ Provisioning Amazon EKS Cluster using Terraform Links

  • Kubernetes manifest repo ➑️ this one

If you want to learn how i created this project, please go through my blogs. I've shared link of all the blogs above.πŸ‘†

πŸ™ Thank you so much for reading..

Provisioning EKS cluster using terraform

Setup pipeline using CircleCI, update GitHub Kubernetes manifest repo and push image on Docker

Install ArgoCD on the EKS cluster and configure sync with GitHub manifest repository

About

this repository contain all the kubermanifest file for out application. this repo is part of the 4thweek of 10weekOfCloudOps series