-
The Kubernetes Cluster Federation project (KubeFed) allows configuration of resource placement in federated clusters. This means, e.g., that I can choose in which clusters a workload resource should take place. Liqo, on the other hand, provides "a unified and coherent view of your clusters". In that regard, I wonder if the placement behavior could be achieved by means of Kubernetes' node affinity/taint concepts? For example, I could set a taint on all of a cluster's nodes like so: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @dsogari, welcome! Yes, the taint/tolerations mechanism is completely compatible with Liqo, since the Liqo virtual node is seen as a normal node by the Kubernetes control plane. |
Beta Was this translation helpful? Give feedback.
Hi @dsogari, welcome! Yes, the taint/tolerations mechanism is completely compatible with Liqo, since the Liqo virtual node is seen as a normal node by the Kubernetes control plane.