# README
robolaunch Kubernetes DevSpace Operator
robolaunch Kubernetes DevSpace Operator manages lifecycle of Kubernetes native development environments and enables defining, deploying and distributing them declaratively.
Table of Contents
Quick Start
Installation
Label a node in your cluster:
kubectl label <NODE> robolaunch.io/organization=robolaunch
kubectl label <NODE> robolaunch.io/team=video-processing
kubectl label <NODE> robolaunch.io/region=europe-east
kubectl label <NODE> robolaunch.io/cloud-instance=cluster
kubectl label <NODE> robolaunch.io/cloud-instance-alias=cluster-alias
Install DevSpace Operator with Helm:
# add robolaunch Helm repository and update
helm repo add robolaunch https://robolaunch.github.io/charts/
helm repo update
# install chart
helm upgrade -i devspace-operator robolaunch/devspace-operator \
--namespace devspace-system \
--create-namespace \
--devel
See installation guide for more.
Deploy Your First DevSpace
DevSpace deployment steps will be instructed here.
Contributing
Please see this guide if you want to contribute.