Deploy OpenMeter
Deploy OpenMeter to a local Kubernetes cluster
Prerequisites
1. Check out this repository
git clone git@github.com:openmeterio/openmeter.git
cd openmeter/deploy
2. Setup local cluster
kind create cluster --config ./kind.yaml
3. Install OpenMeter via Helm
helm upgrade --install --dependency-update -f ./charts/openmeter/values.example.yaml openmeter ./charts/openmeter
Once the openmeter-api pod is ready, we can use port-forward to access the API.
This might take a few minutes.
kubectl port-forward svc/openmeter-api 8888:80