xiaoyuaiheshui / kafka-on-k8s

Simple k8s yaml descriptions to run confluent kafka on kubernetes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Important internal cluster URLs

These set of URLs can be accessed from within the cluster namespace.

  • Zookeeper connection: zookeeper:2181
  • Kafka broker: kafka-broker:2092
  • Kafka Schema Registry: http://kafka-schema-registry:8081
  • Kafka REST Proxy: http://kafka-rest-proxy:8082

About

Simple k8s yaml descriptions to run confluent kafka on kubernetes