CapacitorSet / liqo-aggregator-vk

A fork of Liqo with virtual kubelet patches for the aggregator (see capacitorset/liqo-broker)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

liqo-aggregator-vk

This repository is a fork of Liqo meant to be used with liqo-broker. It patches the virtual kubelet to support an aggregator broker.

Patches

The virtual kubelet is patched to support a second, "external" IPAM. When a remote IP is translated into a local one, the virtual kubelet will check if the IP is in the pod CIDR for the external IPAM, and if so it will pick that IPAM for translating the IP (rather than the default, local IPAM).

The end result is that in a daisy chain of NamespaceOffloadings, networking is configured correctly so that the consumer can connect to the twice-offloaded pods.

Building

docker build --build-arg COMPONENT=virtual-kubelet -t capacitorset/liqo-aggregator-vk -f build/common/Dockerfile .

About

A fork of Liqo with virtual kubelet patches for the aggregator (see capacitorset/liqo-broker)

License:Apache License 2.0


Languages

Language:Go 98.6%Language:Shell 0.8%Language:Makefile 0.4%Language:Smarty 0.2%Language:Dockerfile 0.1%