Giter Club home page Giter Club logo

standardizer's Introduction

kubecub

kubecub provides chain capability for Kubernetes.

Introduction

kubecub enables you to chain multiple Kubernetes resources together. You can create dependencies between pods, configmaps, secrets, and more - and kubecub will ensure they are applied to your cluster in the correct order. Some use cases for kubecub include:

  • Applying CRDs before creating CRs
  • Creating secrets/configmaps before pods that mount them as volumes
  • Having jobs run before other resources that depend on them kubecub uses the Kubecub custom resource to define chains. Each chain consists of multiple links, where each link points to a Kubernetes resource or external URL.

Getting Started

To get started with kubecub:

  1. Install kubecub into your Kubernetes cluster using the deployment YAML.
  2. Define a Kubecub CR with your chain links:
apiVersion: kubecub.example.com/v1 
kind: Kubecub
metadata:
  name: my-chain
spec:
  links:
  - name: link1 
    resource: pod/mypod
  - name: link2
    resource: secret/mysecret 
  - name: link3 
    url: https://example.com/configmap.yaml 
  1. Apply the Kubecub CR. kubecub will process the links in order and apply/download the resources.
  2. Check the status of your chain to ensure all links have been successfully applied. kubecub allows you to build complex dependency chains across all of your Kubernetes resources and external files. Let me know if you have any other questions! The default branch for this project is main.

standardizer's People

Contributors

cubxxw avatar

Stargazers

 avatar  avatar  avatar

Watchers

 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.