You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running a single node k3s cluster on ubuntu. To block unwanted an badly behaving IPs, I use this rule: ipables -I INPUT -s <IP> -j DROP. when k3s is not installed, this rule works and the IPs are blocked. But when k3s is installes, the block rule has no effect and those IPs can still reach services running in my cluster. So how can I block IPs from reaching services in k3s?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm running a single node k3s cluster on ubuntu. To block unwanted an badly behaving IPs, I use this rule:
ipables -I INPUT -s <IP> -j DROP
. when k3s is not installed, this rule works and the IPs are blocked. But when k3s is installes, the block rule has no effect and those IPs can still reach services running in my cluster. So how can I block IPs from reaching services in k3s?Beta Was this translation helpful? Give feedback.
All reactions