Pods
Pod is a process that runs on your Kubernetes cluster. Pod encapsulates a granular unit known as a container. A pod can contain one or multiple containers.
Kubernetes deploys one or multiple pods on a single node which can be a physical or virtual machine. Each pod has a discrete identity with an internal IP address and port space. However, the containers within a pod can share the storage and network resources.
The following table lists the pod names and the hosts on which they are deployed depending on the labels that you assign. For information on how to assign the labels, see Associating Pods to the Nodes.
Pod Name |
Description |
Host Name | ||
---|---|---|---|---|
admin-db |
Acts as the MongoDB router pod for the Admin database. |
Session | ||
api-pcf-ops-center |
Functions as the confD API pod for the PCF Ops Center. |
OAM | ||
cdl-ep-session-c1 |
Provides an interface to the CDL.
|
Session | ||
cdl-index-session |
Preserves mapping information of the keys to the session pods. |
Session | ||
cdl-slot-session-c1 |
Operates as the CDL Session pod to store the session data. |
Session | ||
cps-license-manager |
Acts as the PCF License Manager. |
OAM | ||
crd-api-pcf-pcf-engine- app-pcf-<n >-mjgxp |
Hosts the CRD APIs. |
Protocol | ||
db-admin |
Acts as the replica set pod for the Admin database. |
Session | ||
db-admin-config |
Acts as the replica set pod that stores the Admin database configuration. |
Session | ||
db-spr-config |
Operates as the replica set pod that stores the SPR database configuration. |
Session | ||
db-spr1 |
Functions as the replica set pod that preserves the SPR database. |
Session | ||
diameter-ep-rx-rx |
Contains the Diameter stack details and acts as the endpoint.
|
Protocol | ||
documentation |
Contains the documentation. |
OAM | ||
etcd-pcf-etcd-cluster |
Hosts the etc-d for the PCF application. |
OAM | ||
grafana-dashboard-cdl |
Contains the Grafana metrics for CDL. |
OAM | ||
grafana-dashboard-pcf |
Contains the Grafana metrics for PCF. |
OAM | ||
kafka |
Hosts the Kafka details for the CDL replication. |
Protocol | ||
ldap-ep |
Operates as an LDAP client to establish communication with an external LDAP server.
|
Protocol |
||
network-query |
Operates as the utility pod to determine the route IP for the Diameter outbound messages. |
OAM | ||
ops-center-pcf-ops-center |
Acts as the PCF Ops Center. |
OAM | ||
patch-server-pcf-cnat-cps- infrastructure |
Operates as the utility pod for patching the PCF JAR files. |
OAM | ||
pcf-day0-config-pcf-pcf -engine-<n>-rchg2 |
Dedicated for performing the Day-0 configuration for PCF. |
OAM | ||
pcf-engine-pcf-pcf-engine- app-pcf |
Operates as the PCF Engine.
|
Service | ||
pcf-rest-ep |
Operates as a REST endpoint for PCF.
|
Protocol | ||
policy-builder-pcf-pcf-engine-app |
Operates as the Policy Builder for PCF. |
OAM | ||
redis-keystore |
Operates as the REDIS Index. |
Protocol | ||
redis-queue |
Operates as the REDIS IPC. |
Protocol | ||
rs-controller-admin |
Responsible for the replication controller for Admin database. |
Session | ||
rs-controller-admin-config |
Operates as a replication controller for the Admin database configuration. |
Session | ||
rs-controller-spr-config |
Operates as a replication controller for SPR database configuration. |
Session | ||
rs-controller-spr1 |
Operates as a replication controller for the SPR database. |
Session | ||
smart-agent-pcf-ops-center |
Operates as the utility pod for the PCF Ops Center. |
OAM | ||
svn |
Stores all the PCF XMI configuration files. |
OAM | ||
svn-ldap |
Stores the LDAP endpoint configuration which is configured through the ops-center. |
Protocol |
||
swift-pcf-ops-center |
Operates as the utility pod for the PCF Ops Center. |
OAM | ||
traceid-pcf-pcf-engine |
Stores the subscriber tracing details. |
OAM | ||
zookeeper |
Assigned for the Zookeeper. |
OAM |