Prerequisites:
- Make sure your kubectl context is directed to your kind cluster.
- Apply CRD
make install - Run
make run - Apply JsonServer example
kubectl apply -f config/samples/v1_jsonserver.yaml
Prerequisites:
- Make sure your kubectl context is directed to your kind cluster.
- Run
make deploy-kind - Apply JsonServer example
kubectl apply -f config/samples/v1_jsonserver.yaml
Prerequisites:
- kubebuilder
- cert-manager
- k8s cluster
- Make sure your kubectl context is directed to your kind cluster.
- Run
make deploy-ttl IMG=ttl.sh/your_unique_image_id:0.0.1 - Apply JsonServer example
kubectl apply -f config/samples/v1_jsonserver.yaml
Prerequisites:
- kubebuilder
- cert-manager
- helm
- k8s cluster
- Make sure your kubectl context is directed to your kind cluster.
- Run
helm install -f chart/values.yaml json-server-operator chart/ - Apply JsonServer example
kubectl apply -f config/samples/v1_jsonserver.yaml