The KafkaAgent runs inside the Kafka nodes and exposes additional information about the Kafka node. It currently uses two ports:
- 8443 for secured communication between the Cluster Operator and the Agent
- 8080 for unsecured communication used by the health checks
The port 8080 is used only internally and should bind only to localhost. The port 8443 is used also externally and should be added to the container ports.