firewalld command alternative of iptables -P FORWARD ACCEPT
I have to run iptables -P FORWARD ACCEPT
in order to run kubernetes cluster and communicate from pods using the service name.
Problem is that I have k8s cluster running on centos7 and using firewalld instead of iptables and that is default in cenots, without iptables service running i can't save rule iptables -P FORWARD ACCEPT
and that take effect after reboot, if can get firwalld alternative of iptables -P FORWARD ACCEPT
then I can persist it easily on reboot.