https://github.com/juniper/contrail-kubernetes
OpenContrail Kubernetes integration
https://github.com/juniper/contrail-kubernetes
opencontrail
Last synced: about 1 year ago
JSON representation
OpenContrail Kubernetes integration
- Host: GitHub
- URL: https://github.com/juniper/contrail-kubernetes
- Owner: Juniper
- License: apache-2.0
- Created: 2015-04-07T23:42:50.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2023-05-20T13:14:45.000Z (about 3 years ago)
- Last Synced: 2025-04-09T04:26:23.578Z (about 1 year ago)
- Topics: opencontrail
- Language: Go
- Size: 48.8 MB
- Stars: 44
- Watchers: 185
- Forks: 24
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# contrail-kubernetes
[](https://gitter.im/Juniper/contrail-kubernetes?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[](https://travis-ci.org/Juniper/contrail-kubernetes)
[](https://coveralls.io/github/Juniper/contrail-kubernetes?branch=master)
OpenContrail Kubernetes integration
The daemon kube-network-manager uses the kubernetes controller framework to watch k8s api objects. It isolates pods in virtual-networks (according to the label['name']) and connects pods with services (according to the label['uses']).
Build:
```
GOPATH=$GOPATH:${GOROOT}/src/k8s.io/kubernetes/Godeps/_workspace
go build github.com/Juniper/contrail-kubernetes/cmd/kube-network-manager
```