This documentation site is no longer updated. All new content and future updates are published on our Harness Developer Hub site. Please bookmark the new link, as existing pages here may become outdated.

Kong Ingress Controller

Prev Next

Setup

Install the Traceable Platform Agent

Kubernetes


Install

Label the kong namespace

kubectl label ns kong traceableai-inject-tme=enabled

 Patch the kong deployment

kubectl patch deployment.apps/ingress-kong -p '{"spec": {"template": {"metadata": {"annotations": {"tme.traceable.ai/inject": "true"}}}}}' -n kong