- docker
- kind
- make
- helm
The completion of the setup typically requires approximately 10 minutes.
make setup
name: change-me
quotas: 1mb
password: change-me
owners:
- one
- two
enabled: true
make generate-secret
endpoint: http://localhost:30080/
user: admin
password: password
endpoint: http://localhost:30021
user: kafka
password: kafka-secret
endpoint: ldap://localhost:30389
user dn: cn=admin,dc=test,dc=com
base dn: dc=test,dc=com
password: confluentrox
endpoint: localhost:30023
user: kafka
password: kafka-secret
command to test: kcat -L -b localhost:30023 -X security.protocol=SASL_PLAINTEXT -X sasl.mechanisms=PLAIN -X sasl.username="kafka" -X sasl.password="kafka-secret"
make clear