Versions Compared

Key

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

This wiki describes how to deploy the NONRTRIC components within Kubernetes cluster.

Table of Contents

NONRTRIC

...

Architecture

NONRTRIC composes of four major comprises several components,

  1. Control Panel
  2. Policy Management Service
  3. Enrichment Coordinator Service
  4. Non RT RIC Gateway
  5. R-App catalogue Service
  6. NearRT RIC Simulator
  7. A1 Controller

Refer this page for more details

In the IT/Dep repo, there are helm charts for each these components. In addition, there is a chart called nonrtric, which is a composition of the components above.

...

The example example_recipe.yaml contains reasonable values and installs a subset of the commands.  The example contains documentation of how the parameters can be set. Most should not be updated,  but for instance the parameters on which components to include should likely be updated.

Un-

...

installation

There is a script that uninstalls installs the NonRT RIC components. It is simply run like this:

...

Introduction to Helm Chart

In Nonrtric NONRTRIC we use Helm chart as a packaging manager for kubernetes. Helm chart helps developer to package, configure & deploy the application and services into kubernetes environment.

...