Documentation Index

Fetch the complete documentation index at: https://docs.traceable.ai/llms.txt

Use this file to discover all available pages before exploring further.

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