Skip to content

Instantly share code, notes, and snippets.

@lucasponce
Created February 18, 2020 11:03
Show Gist options
  • Save lucasponce/1ef17c745100fb0ac26f6a1cba485b1f to your computer and use it in GitHub Desktop.
Save lucasponce/1ef17c745100fb0ac26f6a1cba485b1f to your computer and use it in GitHub Desktop.
Testing Kiali extensions (3scale)

Install 3scale adapter definition on Minikube (adapter is not installed, but enough for testing):

kubectl apply -n istio-system -f https://raw.githubusercontent.com/3scale/3scale-istio-adapter/master/config/threescale.yaml

Enable 3scale adapter OpenShift / Maistra:

oc edit smcp/full-install -n istio-system
spec:
  threeScale:
    enabled: true

Enable Kiali 3scale extension in Kiali operator / Kiali config.yaml:

extensions:
  threescale:
    adapter_name: threescale
    adapter_port: 3333
    adapter_service: threescale-istio-adapter
    enabled: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment