Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. MultiCloud/Kubernetes Plugin: Which translates the ONAP runtime instructions into Kubernetes RESTful API calls. This project must provide the same functionality that other Multicloud plugins offer as well as following the CI/CD ONAP requirements. The official repository is https://git.onap.org/multicloud/k8s
  2. Kubernetes Reference Deployment:  Offers Ansible playbooks for installing a Kubernetes deployment and its additional required components, its main goal is to offer just a Reference Deployment which can be consumed by the plugin. Even when this reference doesn't pretend to be used in production, it must to contain production ready elements on it. The temporal repository is https://github.com/electrocucaracha/vagrant-k8skrd

The initial plan is to support private cloud deployments (bare metal or virtual machine) to later work on public cloud use cases( Azure/GCP/IBM/AWS)

...