Categorygithub.com/robolaunch/devspace-operator
modulepackage
0.1.0-alpha.4
Repository: https://github.com/robolaunch/devspace-operator.git
Documentation: pkg.go.dev

# 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.

# Packages

No description provided by the author
No description provided by the author