Git Product home page Git Product logo

kubecd's Introduction

Version Test Go MIT License Documentation Go Report Card

What is kubecd?

kubecd is a continous deployment tool for kubernetes.

How its work?

kubecd check your git repository at regular intervals and if detect any changes in your specified k8s manifest directory, sends new manifests to kubernetes.

Development

This part contains information about how to start develop kubecd.

Specify database file

export KUBECD_DBFILE="/Users/X/kubecd/kubecd.db"

Specify clone path for your projects.

export KUBECD_CLONE_PATH="/Users/X/kubecd"

Choose k8s cluster type

If kubecd working out of cluster, you should set like below

export KUBECD_CLUSTER_TYPE="OUT_OF_CLUSTER"

Default cluster type is "IN_CLUSTER".

If kubecd working in same cluster with your repositories you do not need to set "KUBECD_CLUSTER_TYPE" variable.

Run Server

go run cmd/appserver/server.go

Run CLI

go run cmd/appcli/cli.go application --help

kubecd's People

Contributors

bdemirpolat avatar

Stargazers

Mert Kimyonşen 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.