-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Liqo Integration Tutorial #917
Conversation
Signed-off-by: Alessandro Olivero <[email protected]>
@aleoli I am super excited to see this integration, thank you so much! I want to test it end-to-end, will provide feedback soon :) |
✅ Deploy Preview for k8gb-preview ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Amazing tutorial! It works like a charm, I've gone through it and everything was smooth. Except 1 little bug, I've opened PR for it already on your side.
I like the idea of virtual nodes representing the whole cluster, namespace extension and offloading. Very cool 👍
btw. taints and tolerations should also work with Liqo, right?
@jkremser thanks! Yes, exactly. The liqo virtual node is precisely like the physical ones from the Kubernetes perspective, so all standard taints, tolerations, affinities, and node drains/cordons work as expected. But you are working with an entire cluster instead of a single node |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@somaritane I still didn't have time to test it, but it should not block the merge |
✅ Deploy Preview for k8gb-preview ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
I'd like to add a new integration tutorial similar to the one provided for Admiralty, but for Liqo. Liqo is an open-source project that enables dynamic and seamless Kubernetes multi-cluster topologies, supporting heterogeneous on-premise, cloud, and edge infrastructures.
More details can be found in the online documentation: https://docs.liqo.io
The source code repo is: https://github.com/liqotech/liqo/tree/master
The Liqo documentation already shows how the integration works, it would be nice to have a similar tutorial also in the K8GB documentation. Let me know if that makes sense and I'm happy to make any change per request.
I really appreciate any help you can provide.