Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/quater/calico-for-lxd
- Owner: quater
- Created: 2018-11-23T15:10:29.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-14T09:09:27.000Z (almost 6 years ago)
- Last Synced: 2024-08-08T18:25:28.726Z (4 months ago)
- Topics: cni, lxc, lxd
- Language: Shell
- Homepage:
- Size: 7.81 KB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - quater/calico-for-lxd - Calico networking with LXC/ LXD by the use of CNI (others)
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 <