Enable Kubernetes Configuration for SMF GTP Endpoint PODs
Use the following configuration to define the SMF GTP Endpoint (gtp-ep) PODs.
configure
k8 smf profile gtp-ep { external-ip | grpc-port | no-of-replicas }
end
NOTES:
-
k8 smf profile gtp-ep : Specifies Kubernetes configuration for SMF gtp-ep PODs.
-
no-of-replicas : Enter the number of replicas for gtp-ep POD to be created. The default value is 1.
-
external-ip : Specifies the IP address on which gtp-ep kubernetes service listens.
-
grpc-port: Enter the grpc port at which gtp-ep POD listens on for internal grpc messages. The default value is 9003.