Giter VIP home page Giter VIP logo

kustomize-application's Introduction

kustomize-application

Example kustomize feeder repository for applications.

Resources

Introduction

When we started migrating DXE services from Elastic Beanstalk to our new EKS-based platform in 2018, there were only a limited number of folks in the organization that had experience developing and maintaining Kubernetes manifests. It was clear from the beginning that we didn't want each team writing the entirety of their own manifests. This would have immediately created a barrier of entry to the new platform, in addition to a confusing mess of requirements, tooling, and team silos.

We decided to build a set of base manifests for each of our common application types. Teams could pull in these manifests and "patch-in" any changes for their particular application using kustomize. This made the learning curve we were asking teams to climb less daunting: folks didn't need to write a (potentially gigantic) pile of yaml to deploy their applications to Kubernetes. Rather, they just needed to learn how patch the base manifests.

So, what does this feeder repository look like? Well, it looks like this repo!

Usage

You can use the base manifests for a given application by referencing this application repository in your own kustomization.yaml file. For example, to pull the base manifests for a Python API:

resources:
- https://github.com/chick-fil-a/kustomize-application/python-api?ref=main

patches:
- target:
    kind: Deployment
  path: patches/deploy.yaml

...

The key is the resources list: the first item (and only item in our example) references the base manifests from kustomize-application. There are additional examples in the examples directory.

kustomize-application's People

Contributors

lanecm avatar brianchambers24 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.