Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

223
Vistas
connecting to localhost Kafka pod

I am new to k8s, have installed Kafka to the local cluster using helm install command and it is installed successfully and shown it using

helm list

and using

Kubectl get all -A

Command as running.

I installed Confluent.Kafka nugget package in my C# project and try to connect to the pod but it is not connected using localhost:13090 and giving no error message

Please note that the namespace of the pod is “default” while the namespace of the application pod is “my-pod”

Please advise me, thank you

over 4 years ago · Santiago Trujillo
1 Respuestas
Responde la pregunta

0

I can see 90% of the answer included in your question, it mentions that the namespace is different, which means you have to add ".default" to your service name .

It also mentions a port that was possibly used to connect from the external cluster, but inside the cluster, you can use 9092 with the service, including the headless word.

Example

 mykafka-service-headless.default:9092

either

 mykafka-service-headless.default

no port as this is the default.

You won't need port forwarding , but just in case, you can run the ports port-forward command for 9092 for the Kafka pods in question.

over 4 years ago · Santiago Trujillo Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda