# MultiCloud-k8s-plugin MultiCloud Kubernetes plugin for ONAP multicloud. # Installation Requirements: * Go 1.12.4 Steps: * Clone repo: * `git clone https://git.onap.org/multicloud/k8s` * Build everything: * `cd k8s/src/k8splugin && make all` * Run Tests: * `cd k8s/src/k8splugin && make test` * Generate Coverage Report: * `cd k8s/src/k8splugin && make cover` * Run the plugin: * `cd k8s/deployments && ./start.sh` # Architecture Create Virtual Network Function ![Create VNF](./docs/create_vnf.png) Create Virtual Link ![Create VL](./docs/create_vl.png)