This project is a UI for Liqo made by ArubaKube.
- Show a graph with the topology of the federation created by liqo
- Show the status of the active peerings with other clusters
- Show the status of the offloaded namespaces in the local liqo node
- Show the status of the pods running in the offloaded namespaces
You can install this UI via the provided Helm Chart.
-
Clone this repository:
git clone https://github.com/ArubaKube/liqo-dashboard.git cd liqo-dashboard -
Prerequisites
- A running cluster with Liqo installed
- Metrics server installed on the cluster
- Helm utility installed on your machine
-
Install the chart
helm install my-release ./deployments/liqo-dashboard
