Kubernetes Installation
The page documents how to install the Revenium Kong Metering Plugin on a Kubernetes cluster.
cd src/kong/plugins/reveniumkubectl create configmap kong-plugin-revenium --from-file=reveniumPatch the ingress controller (per the Kong documentation):helm install kong/kong --generate-name --set ingressController.installCRDs=false --values values.yamlapiVersion: configuration.konghq.com/v1
kind: KongPlugin
metadata:
name: revenium
config:
api: lkpkW3:7d877eb7-19df-4b4c-8500-2958a4b1c734
hcUrl: https://api.hypercurrent.io/meter/v1/api/meter
hcKey: hak_mykey
plugin: reveniumLast updated
Was this helpful?