Hi everyone, i dont know if this is the correct fo...
# rke2
a
Hi everyone, i dont know if this is the correct forum but i have a problem on RHEL 9 when trying to get podman v5 and rke2 v.1.32.6 to live togheter. RKE2 works fine but the problem i think is that RKE2 requires iptables-legacy with my current CNI and the podman network backend Netawark is using nftables. When running the podman instance i can see that im missing a DNAT rule so my pod cannot use DNAT hairpin. This works when running podman on a instance without RKE2, then it populates nftables with correct DNAT rule. My competence in iptables/nftables is questionable at best so any tips and tricks would be really appreciated. Thanks!
c
its not really recommended to run multiple container runtimes on the same host. Put your stuff in Kubernetes, or put it in unmanaged containers on another host.
a
The problem is that i only have a limited number of physical server and because of other reasons i cannot move this (podman) pod elsewhere. I agree that i should put it i k8s instead and have it on my todo. The intresting thing is that it worked when i had RHEL8 and had podman v4, which used CNI as network backend