> For the complete documentation index, see [llms.txt](https://til.duyet.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://til.duyet.net/data-engineering/kubernetes/k8s-port-forward.md).

# K8S: Port Forward

```
kubectl port-forward redis-master-765d459796-258hz 7000:6379
```
