hi,
i have a k8s cluseter deployed inside a proxmox host.
everytime i deploy an app inside the cluster , i make a NodePoer service for it, ex :30001, and in order to access the app outside the cluster using the public IP, i create a NAT rule for that reason like :
post-up iptables -t nat -A...