How can I use use coredns acl plugin for the domain based access [blocking/allowing] the egress calls ? As per my use case I want to control the outgoing calls from my pod.
something like this :
. {
acl {
allow net stackoverflow.com
block net google.com
}
}
Note: I see in my default pods that coredns pod is already present with image: rancher/coredns-coredns:1.8.3.
I understand that it comes default with k3s.
PS: I have already explored calico and other network policy but they are not fulfilling my requirement.
0 Answers