我有一个Pod(例如A),并且我要求该Pod只允许来自Pod B和C的入口请求。类似地,允许A仅向B和C发送请求(出口)。
There are a few network policies already existing in the k8s cluster.
However I am NOT allowed to create/update/delete a new/existing NW Policy. You can only "use/inject" the existing policy in the Pod.
注意-我知道我们可以创建网络策略和 将广告连播A用作广告连播选择器。但是这个问题要求 不同的方法。无法创建新的NetPol或更新现有的NetPol。
请分享实现的方法