confluentinc / confluentinc/confluent-kubernetes-examples
ksqldb is not accessible from control center in the static-host-based external access example
- Dominant language
- Shell
- Stars
- 72
- Forks
- 201
- Avg merge
- 10h 2m
- Merged PRs (30d)
- 2
Description
I was following the https://github.com/confluentinc/confluent-kubernetes-examples/blob/master/networking/external-access-static-host-based/confluent-platform-example.yaml to deploy confluent platform in AKS. However, after the cluster is deployed, the ksqldb is not accessible via the control center.
It seems the dependencies fields are missing from the controlcenter CR.
dependencies:
schemaRegistry:
url: http://schemaregistry.confluent.svc.cluster.local:8081
ksqldb:
- name: ksqldb
url: http://ksqldb.confluent.svc.cluster.local:8088
connect:
- name: connect
url: http://connect.confluent.svc.cluster.local:8083
Can help to confirm?
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with networking/external-access-static-host-based/confluent-platform-example.yaml and inspect the ControlCenter CR and its dependencies configuration. Deploy the example in AKS and verify that ksqlDB is accessible through Control Center; done means the example includes the required dependency settings and the access path works.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, kubernetes
- Domain
- cloud, infrastructure
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100