Coder Social home page Coder Social logo

gitops-with-kustomize's Introduction

GitOps (using Kustomize)

An example repo structure for GitOps with:

Directory structure

kustomize
├── base                        # base kustomizations             
│   ├── cert-manager            # logical grouping of resources
│   │ └── helmreleases          # base Helmreleases (may be layered with kustomisations)
│   │ └── kustomization.yaml    # Kustomization file which pulls in releases and patches, etc
├── dev                         # Directory per env which pulls from base and extends/overrides helmreleases

Resources are organised per environment in the kustomize directory.

Pre-requisites

A list of pre-requisites can be found here.

Setup

  1. To configure this to work with your repository first read the steps here.

  2. Create a cluster using make cluster

  3. Install Flux and the Helm Operator using make install-flux

  4. After following the prompts, flux will establish a connection to your repository and start reconciling.

Continuous Integration

A deep-dive into running checks locally and the CircleCI configuration, read here.

Kustomize directory structure

A deep-dive into the kustomize setup can be found here

gitops-with-kustomize's People

Contributors

swade1987 avatar kesterriley avatar

Watchers

James Cloos 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.