Modified: for 12.1.1
This topic provides information on installing the SBC Cloud Native edition (CNe).
Contact your Ribbon representative for details on how to get started with the SBC CNe software procurement and installation.
In this section:
The SBC Cloud Native edition (CNe) supports Kubernetes (K8S)-based deployments. The SBC CNe includes the following pods (and containers) as a part of a deployment:
POD/Job/Daemon Set | Containers | POD Resource Types |
CS | CS, Envoy Proxy, OAM Proxy, PVC Logger, Observability Agent | Deployment/Replicaset |
DB Cache | DB, Observability Agent | Statefulset |
EPU | EPU, Observability Agent | Deployment/Replicaset |
OAM | OAM, Observability Agent | Deployment/Replicaset |
NS | NS, Envoy Proxy, OAM Proxy, Observability Agent | Deployment/Replicaset |
RAC | RAC, Envoy Proxy, OAM Proxy, Observability Agent | Deployment/Replicaset |
Ribbon HPA | Ribbon HPA, OAM Proxy, Observability Agent | Deployment/Replicaset |
RS | RS, OAM Proxy, PVC Logger, Observability Agent | Deployment/Replicaset |
SC | SC, Envoy Proxy, OAM Proxy, PVC Logger, Observability Agent | Deployment/Replicaset |
SG | SG, OAM Proxy, PVC Logger, Observability Agent | Deployment/Replicaset |
SLB | SLB, OAM Proxy, PVC Logger, Observability Agent | Deployment/Replicaset |
Pods in the SBC CNe use multiple interfaces for communication (internal and external). The following interfaces are used by different microservices:
Interface | Pods Connected to Interface | Interface Traffic | CNI (Container Network Interface) |
---|---|---|---|
eth0 | All pods | K8S services and observability | OVS (default) |
ha0 | All pods | Inter-pod communication | OVS |
mgt0 | OAM | Management communication | OVS/MACVLAN |
pkt0, pkt1 | SC, SLB, CS | Signaling and media traffic | SRIOV/DPDK (vfio-pci) |