Kubernetes Network Custom Resource Definition De-facto Standard v1 Support
The purpose of Kubernetes Network Custom Resource Definition De-facto Standard spec defined by Network Plumbing Working Group, is trying to standardize the multi-network effort around K8S. In that spec, It defines a PoD annotation and CRD mechanism for attaching pods to multiple networks, using various CNIs.
This proposal is based on VIF-Handler And Vif Drivers Design. A new VIF driver is created, which can parse the PoD annotation and CRD defined by NPWG spec, and return the vif objects to Multi-vif driver.
Blueprint information
- Status:
- Complete
- Approver:
- None
- Priority:
- Undefined
- Drafter:
- Peng Liu
- Direction:
- Needs approval
- Assignee:
- Peng Liu
- Definition:
- Approved
- Series goal:
- None
- Implementation:
- Implemented
- Milestone target:
- None
- Started by
- Peng Liu
- Completed by
- Michal Dulko
Related branches
Related bugs
Sprints
Whiteboard
Gerrit topic: https:/
Addressed by: https:/
Kubernetes Network Custom Resource Definition De-facto Standard support
Gerrit topic: https:/
Addressed by: https:/
[WIP] Implement NPWG multi-vif driver