I am trying to start a Bro container in a Pod. In docker I would normally run something like this: docker run -d --net=host --name bro Is there something in the container spec that would replicate that functionality?
You can use the hostNetwork option of the API to run a pod on the host's network.