From 5cd5d9da71420965f375792833204f1f0f30b501 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Mon, 16 Mar 2026 12:13:56 +0000 Subject: [PATCH] modified: README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 13732dd..890b4c5 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,8 @@ Kubernetes is an open‑source platform that automates the deployment, scaling, - [Failed unmounting var-lib-rancher.mount on reboot](#failed-unmounting-var-lib-ranchermount-on-reboot) - [klipper-lb](#klipper-lb) - [troubleshooting](#troubleshooting) +- [host cli](#host-cli) + - [host cli - check port usage](#host-cli---check-port-usage) ## Namespaces @@ -676,3 +678,12 @@ Klipper‑LB is the tiny, built‑in load balancer that k3s uses to give each ag rm -rf /var/lib/rancher/k3s/agent/etc/klipper-lb systemctl restart k3s-agent ``` + +## host cli + +### host cli - check port usage + +``` bash +# example: port 32329 +ss -ltnp | grep 32329 +```