This section describes the steps to identify the DCF and Kafka Edge IP and port numbers required for DCF, Kafka, and collector configuration.

For TKG based VMware Telco Cloud Service Assurance deployment:
  1. DCF and Kafka Edge IP address are same.
  2. DCF IP or Kafka Edge: Virtual IP address of the TKG workload cluster
  3. DCF port number: 30002
  4. Kafka port number: 32092
For AKS based VMware Telco Cloud Service Assurance deployment:
  1. For DCF, run the following kubectl command to fetch the DCF IP address:
    kubectl get service -n istio-system istio-ingressgateway
    Note: The external IP address of the istio-ingressgateway is the DCF IP address.

    DCF port number: 443

  2. For Kafka, run the following kubectl command to fetch the Kafka Edge IP address:
    kubectl get service -n kafka-edge istio-edge-ingressgateway
    Note: The external IP address of the istio-ingressgateway is the Kafka Edge IP address.

    Kafka port number : 32092