Skip to content

kklysenko/json-server-operator

Repository files navigation

json-server-operator

To run the project locally:

Prerequisites:

  1. Make sure your kubectl context is directed to your kind cluster.
  2. Apply CRD make install
  3. Run make run
  4. Apply JsonServer example kubectl apply -f config/samples/v1_jsonserver.yaml

To deploy the project to Kind cluster:

Prerequisites:

  1. Make sure your kubectl context is directed to your kind cluster.
  2. Run make deploy-kind
  3. Apply JsonServer example kubectl apply -f config/samples/v1_jsonserver.yaml

To deploy the project to any cluster:

Prerequisites:

  1. Make sure your kubectl context is directed to your kind cluster.
  2. Run make deploy-ttl IMG=ttl.sh/your_unique_image_id:0.0.1
  3. Apply JsonServer example kubectl apply -f config/samples/v1_jsonserver.yaml

To install using Helm:

Prerequisites:

  1. Make sure your kubectl context is directed to your kind cluster.
  2. Run helm install -f chart/values.yaml json-server-operator chart/
  3. Apply JsonServer example kubectl apply -f config/samples/v1_jsonserver.yaml

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors