Skip to content

Commit

Permalink
add examples README
Browse files Browse the repository at this point in the history
  • Loading branch information
aleoli authored and adamjensenbot committed Jun 1, 2022
1 parent 6ddad50 commit bb8c33d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions examples/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Liqo Examples

In this folder, you can find examples of how to use Liqo in several use-cases and scenarios:

* The [Quick Start](https://doc.liqo.io/examples/quick-start.html) gives you a quick overview of what Liqo can do.
* The [Offloading with Policies](https://doc.liqo.io/examples/offloading-with-policies.html) example shows you how to use policies to select which clusters can run an offloaded workload.
* The [Offloading a Service](https://doc.liqo.io/examples/service-offloading.html) example shows you how to offload a service to a remote cluster creating a multi-cluster Kubernetes service.
* The [Stateful Applications](https://doc.liqo.io/examples/stateful-applications.html) example shows you how to deploy a database on a Liqo multi-cluster environment leveraging the virtual storage feature.
* The [Global Ingress](https://doc.liqo.io/examples/global-ingress.html) example shows you how to configure ingresses and DNS to route the external traffic to a multi-cluster service.

0 comments on commit bb8c33d

Please sign in to comment.