Ep. 2 - Cross-cluster Service Replication with Liqo

preview_player
Показать описание
Liqo can seamlessly replicate a service across clusters. This demo shows how to obtain a multi-cluster service using liqoctl and with a very simple REST microservice.

Outline

0:00 - Introduction
0:40 - Install Liqo on K3s and AKS
2:08 - Deploy the "Flights" application.
3:10 - Play with the "Flights" application.
4:50 - Enabling the Liqo Peering.
5:20 - Enable Service and Namespace replication.
6:50 - Explore the "twin" namespace.
8:00 - Checking the Service Replication.

Useful Links:

If you like the project, please do not forget to "star" it on Github!
Рекомендации по теме
Комментарии
Автор

Hi Liqo team, thank you for a great demo! Question: If I want to fully replicate a service across two clusters so that Pods run on both local and foreign clusters, and then I want to consume that service from within the clusters, would it be possible to "prioritize" traffic to local Pod first before routing to a Pod on the foreign cluster?

aaronwinter