hossted-operator

Developer Documentation

Prerequisites

To follow this tutorial you will need:

Install Kind Cluster

Create kind cluster on your machine.

kind create cluster --name druid

Run operator locally

kubectl apply -f config/crd/bases

Deploy a sample CR

kubectl apply -f config/samples/

Status of CR

kubectl get hosstedproject -o yaml