Code Monkey home page Code Monkey logo

kube_manifest-4thweekofcloudops's Introduction

πŸš€ 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

kube_manifest-4thweekofcloudops's People

Contributors

ankitjodhani avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.