Istio
Configuring the Revenium Envoy filter for use in Istio Service Mesh environments
Register the Metering Beacon
kubectl apply -f revenium-metering-external-service.yamlDetermine the Egress Envoy Cluster Name for the Metering Beacon
proxy-config cluster <POD_NAME> -o json | awk '/outbound/ && /<METERING URL>/' | awk '{print $2}' | | sed -E -e 's/\"|\,//g'proxy-config cluster echo-v1-5599868c75-2mdn7 -o json | awk '/outbound/ && /foo/' | awk '{print $2}' | sed -E -e 's/\"|\,//g'Configure the Envoy Filter
kubectl apply -f profitstream-envoy-filter.yamlLast updated
Was this helpful?