---
title: "Kong Ingress Controller"
slug: "kong-ingress-controller"
updated: 2021-12-01T05:38:23Z
published: 2021-12-01T05:38:23Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://traceabledocs.document360.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Kong Ingress Controller

## **Setup**

Install the Traceable Platform Agent

[Kubernetes](/v1/docs/k8s)

---

## **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
```
