Cloud-native network function


A cloud-native network function is a software-implementation of a function, or application, traditionally performed on a physical device, but which runs inside Linux containers. The features that differ CNFs from VNFs, one of the components of network function virtualization, is the approach in their orchestration.
In ETSI NFV standards, the cloud-native network functions are a particular type of virtualized network functions and are orchestrated as VNFs, i.e. using the ETSI NFV MANO architecture and technology-agnostic descriptors. In that case, the upper layers of the ETSI NFV MANO architecture cooperate with a container infrastructure service management function that is typically implemented using cloud-native orchestration solutions.
The characteristics of cloud-native network functions are: containerized microservices that communicate with each-other via standardized RESTful APIssmall performance footprint, with the ability to scale horizontally

Relation to network function virtualization

These characteristics address many of the common issues found with the first generation of VNFs, by incorporating many of the innovations deployed commonly in the internet infrastructure. These include auto-scaling, supporting a continuous delivery/DevOps deployment model, and efficiency gains by sharing common services across platforms. Through service discovery and orchestration, a system based on CNFs will be more resilient to node failure. A specification of criteria to classify and characterize cloud-native VNF implementations can be found in ETSI GS NFV-EVE 011.

Cloud Native Computing Foundation

The Linux Foundation backed Cloud Native Computing Foundation project is actively supporting companies in contributing to open-source projects like Kubernetes or Prometheus, upon which Cloud Native Network Functions can be based on. The CNCF project also created a CNF Testbed, in order to facilitate a common test-ground for various cloud-native network functions.