Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/quater/calico-for-lxd

Calico networking with LXC/ LXD by the use of CNI
https://github.com/quater/calico-for-lxd

cni lxc lxd

Last synced: 17 days ago
JSON representation

Calico networking with LXC/ LXD by the use of CNI

Awesome Lists containing this project

README

        

# calico-for-lxd

This repository showcases how Calico can be used with LXC/LXD. At present, the only caveat is that is only possible to attach one Calico managed network interface per container.

#### Usage

```BASH
# Ensure to start from scratch
$ git clone [email protected]:quater/calico-for-lxd.git
$ vagrant destroy -f && vagrant up && vagrant ssh

# Setup test scenario
vagrant@ubuntu-xenial:~$ cd ~/shared_folder/scripts
vagrant@ubuntu-xenial:~$ ./setup_with_vanilla_code.sh

# Create new LXD profile without any NI
vagrant@ubuntu-xenial:~$ lxc profile create calico
vagrant@ubuntu-xenial:~$ cat <