ONAP Deployment Options

OOM supports 2 different deployment options of ONAP.

  • Development Setup

  • Production Setup

In the following sections describe the different setups.

Development setup

The development setup deploys ONAP components exposing its external services via NodePorts and without TLS termination and internal traffic encryption.

Production setup

The production setup deploys ONAP components exposing its external services via Ingress with TLS termination. Internal traffic encryption will be ensured by using Istio ServiceMesh.

../../../_images/ServiceMesh.png

For external access we propose to establish Authentication via Oauth2-proxy and Keycloak which is described in this document.