This section provides information about the IP addresses and port numbers required for Data Collection Framework, Kafka, and collector configuration.

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

    Data Collection Framework 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