longhorn/examples/network-policy
JenTing Hsiao 246bfdb85c example: add longhorn webhook server network policy yaml manifest
The traffic from/to the longhorn webhook server is the kube-apiserver.
The only way we could add restriction is to add the network policy of
the ingress port because we can't know each Kubernetes distro default
kube-apiserver Pod's label. Therefore, we can't add the label selector
in the network policy rule to restrict the traffic that comes from the
kube-apiserver is able to access to the longhorn webhook server.

Longhorn 3513

Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>
(cherry picked from commit 769e85bc80b6351a081a79ddf83ab181cf956e23)
2022-03-02 13:17:33 +08:00
..
backing-image-data-source-network-policy.yaml Add network policy examples 2021-12-20 17:37:34 +08:00
backing-image-manager-network-policy.yaml Add network policy examples 2021-12-20 17:37:34 +08:00
instance-manager-networking.yaml Add network policy examples 2021-12-20 17:37:34 +08:00
manager-network-policy.yaml Add network policy examples 2021-12-20 17:37:34 +08:00
ui-network-policy.yaml Add network policy examples 2021-12-20 17:37:34 +08:00
webhook-network-policy.yaml example: add longhorn webhook server network policy yaml manifest 2022-03-02 13:17:33 +08:00