Kong Ingress Controller
- 01 Dec 2021
- 1 Minute to read
- Print
- DarkLight
- PDF
Kong Ingress Controller
- Updated on 01 Dec 2021
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Setup
Install the Traceable Platform Agent
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
Was this article helpful?