enonic / xp-operator

Enonic Kubernetes Operator
5 stars 0 forks source link

Create Network security policies for deployments #59

Closed gbbirkisson closed 1 year ago

gbbirkisson commented 4 years ago

Currently, each deployment (xp instance), can call other deployments in the same cluster. To get around this you need to setup network policies for each deployment.

It is not enough to just create the policies, you need to setup a k8s cluster with Calico or other similar solutions...

rymsha commented 1 year ago

Follow up enonic/cloud-api#1533