Kubernetes Installation
The page documents how to install the Revenium Kong Metering Plugin on a Kubernetes cluster.
The instructions on this page are based on Kong's helm custom plugin installation guide. The full documentation is available here: https://docs.konghq.com/kubernetes-ingress-controller/latest/guides/setting-up-custom-plugins/
Uncompress the Revenium Kong plugin and cd into the following directory:
Create a configmap containing the plugin:
Install Kong via Helm
Edit plugin.yaml and change the following fields:
api: The Revenium Asset ID of the API being metering
hcUrl: The Metering Beacon URL
hcKey: The Metering Beacon API Key
Full details on configuring the Revenium Kong Plugin are available here: https://docs.revenium.io/integrations/kong/kubernetes-installation
Apply plugin.yaml
Apply the plugin the appropriate Ingress Resource
Last updated