1 Overview of the Network Bridge Cloud Native Deployment
Oracle Communications Network Bridge is a cloud native application in a containerized and orchestrated deployment architecture.
For more information about Network Bridge, see "About Network Bridge" in Network Bridge User Guide.
Topics in this document:
About the Network Bridge Cloud Native Deployment
Network Bridge is available as a cloud native deployment, supporting a Kubernetes-orchestrated containerized multiservice architecture to facilitate continuous integration, continuous delivery, and DevOps practices.
Network Bridge cloud native supports the following deployment models:
-
On Private Kubernetes Cluster: Network Bridge cloud native can run on a general deployment of Kubernetes.
-
On Oracle Cloud Infrastructure Container Engine for Kubernetes (OKE): Network Bridge cloud native can run on Oracle's hosted Kubernetes OKE service.
-
On Oracle Cloud Native Environment: Network Bridge cloud native can run on the Oracle Cloud Native Environment.
Network Bridge Cloud Native Architecture
In the Network Bridge cloud native architecture, each component runs as a container and is deployed as a Kubernetes pod, which is the fundamental building block of Kubernetes. Many core Network Bridge components can be deployed and managed as multiple replicas within a Kubernetes replica set.
About Network Bridge Pods
Table 1-1 lists the pods for Network Bridge whose containers are created and services are exposed through them.
Table 1-1 Network Bridge Pods
| Pod | Replica Type | Admin Port | Container Port | Service Type |
|---|---|---|---|---|
|
diameter-adapter-d2h |
Multiple |
8081/TCP |
8080/TCP 1408/TCP |
ClusterIP |
|
diameter-adapter-h2d |
Multiple |
8081/TCP |
8080/TCP 1408/TCP |
ClusterIP |
|
diameter-proxy |
Multiple |
8081/TCP |
8080/TCP 1408/TCP |
ClusterIP |
|
diameter-proxy-db-job |
Single |
8081/TCP |
N/A |
ClusterIP |
|
egress |
Multiple |
8081/TCP |
8080/TCP 1408/TCP |
ClusterIP |
|
mediation |
Multiple |
8081/TCP |
8080/TCP 1408/TCP |
ClusterIP |
|
oc-ccs-ndb-mgmd |
Single |
8081/TCP |
1186/TCP |
ClusterIP |
|
oc-ccs-ndb-mysqld |
Single |
8081/TCP |
3306/TCP |
ClusterIP |
|
oc-ccs-ndb-ndbmtd |
Single |
8081/TCP |
1186/TCP |
ClusterIP |