Versions Compared

Key

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

...

5G MEC BP users need to use the Kubernetes Master to onboard an application to the Edge Node. BP support supports applications that can run in a docker container. Docker image tar.gz. The image source can be a docker registry or HTTPS image repository. The image repository can be an external image server or one that can be deployed on the controller. The figure below shows the steps involved in application onboarding.

...

  • Edge Node Enrollment: Edge Node enrollment is supported using K8s cluster join.
  • Dataplane Service: Steers traffic towards applications running on the Edge Node or the Local Break-out Port.
    • Using OVN/OVS as Dataplane - recommended dataplane data plane when incoming and outgoing flows are based on pure IP
      • Implemented using kube-ovn
      • Provides IP 5-tuple based flow filtering and forwarding
      • Same Interface can be used for Inter-App, management, Internet and Dataplane interface
  • Application Authentication: Ability to authenticate Edge compute application deployed from Controller so that application can avail/call Edge Application APIs. Only applications that intend to call the Edge Application APIs need to be authenticated. TLS certificate based Authentication is implemented.

...