-
Hello there Super excited about your product ! I was wondering whether it can be used without any network features e.g. service reflection etc. I was trying all kinds of setups but I'm unable to use Is there any way to achieve this, even in a hacky way ? Thanks ! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @EladDolev, You can completely disable the network fabric, as described here. Although you still need to authenticate the two clusters, which requires exposing the Regarding the need to reflect only some types of resources, you can configure your custom reflection policies. Basically, for each resource reflector, you can either disable it (scaling the workers to 0) or choose between a white-list or black-list reflection policy. You can find more info here. |
Beta Was this translation helpful? Give feedback.
Hi @EladDolev,
You can completely disable the network fabric, as described here. Although you still need to authenticate the two clusters, which requires exposing the
liqo-auth
service (with NodePort, LoadBalancer or Ingress).Regarding the need to reflect only some types of resources, you can configure your custom reflection policies. Basically, for each resource reflector, you can either disable it (scaling the workers to 0) or choose between a white-list or black-list reflection policy. You can find more info here.