thejasbabu / crossbow

A Kubernetes CRD which deploys a full stack application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crossbow

This project is implemetation of FullStack CRD which deploys an entire application in kubernetes

Steps

minikube start to start the minikube instance
make install installs the crd to the minikube cluster
make run runs the manager

To apply the definition
kubectl apply definition/fullstack.yaml

About

A Kubernetes CRD which deploys a full stack application


Languages

Language:Go 95.0%Language:Makefile 3.7%Language:Dockerfile 1.3%