From 96eae1906b453ff76f759edf348ec8c8373bfa4e Mon Sep 17 00:00:00 2001 From: Alex Palesandro Date: Tue, 4 May 2021 22:51:58 +0200 Subject: [PATCH] Adding Liqo to README.md --- README.md | 7 +++++++ website/data/providers.yaml | 3 +++ 2 files changed, 10 insertions(+) diff --git a/README.md b/README.md index 4afe72976..bde1d5637 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ The best description is "Kubernetes API on top, programmable back." + [AWS Fargate Provider](#aws-fargate-provider) + [Elotl Kip](#elotl-kip) + [HashiCorp Nomad](#hashicorp-nomad-provider) + + [Liqo](#liqo-provider) + [OpenStack Zun](#openstack-zun-provider) + [Tensile Kube Provider](#tensile-kube-provider) + [Adding a New Provider via the Provider Interface](#adding-a-new-provider-via-the-provider-interface) @@ -134,6 +135,12 @@ would on a Kubernetes node. For detailed instructions, follow the guide [here](https://github.com/virtual-kubelet/nomad/blob/master/README.md). +### Liqo Provider + +[Liqo](https://liqo.io) implements a provider for Virtual Kubelet designed to transparently offload pods and services to "peered" Kubernetes remote cluster. Liqo is capable of discovering neighbor clusters (using DNS, mDNS) and "peer" with them, or in other words, establish a relationship to share part of the cluster resources. When a cluster has established a peering, a new instance of the Liqo Virtual Kubelet is spawned to seamlessly extend the capacity of the cluster, by providing an abstraction of the resources of the remote cluster. The provider combined with the Liqo network fabric extends the cluster networking by enabling Pod-to-Pod traffic and multi-cluster east-west services, supporting endpoints on both clusters. + +For detailed instruction, follow the guide [here](https://github.com/liqotech/liqo/blob/master/README.md) + ### OpenStack Zun Provider OpenStack [Zun](https://docs.openstack.org/zun/latest/) provider for Virtual Kubelet connects diff --git a/website/data/providers.yaml b/website/data/providers.yaml index da311672d..e43c8dda2 100644 --- a/website/data/providers.yaml +++ b/website/data/providers.yaml @@ -19,6 +19,9 @@ tag: huawei-cci - name: HashiCorp Nomad tag: nomad +- name: Liqo + tag: liqo + org: liqotech - name: OpenStack Zun tag: openstack-zun - name: Tencent Games Tensile Kube