> For the complete documentation index, see [llms.txt](https://developer.harness.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.harness.io/web-application-and-api-protection-waap/installation/tracing-agent/ingress-controllers/kong-ingress-controller.md).

# Kong Ingress Controller

## **Setup**

Install the Traceable Platform Agent

[Kubernetes](/web-application-and-api-protection-waap/installation/platform-agent/kubernetes.md)

***

## **Install**

### **Label the kong namespace**

```actionscript
kubectl label ns kong traceableai-inject-tme=enabled
```

### Patch the kong deployment

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