-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Kafka to the Sandbox #2683
Comments
Proposal
|
As discussed in #2682 (comment), the Kafka broker(s) should be configured to accept client connections without TLS. |
b-abel
added a commit
to bosch-io/hono
that referenced
this issue
Jul 13, 2021
…lm + include Kafka. This adds the configuration required to deploy Hono with the official Helm chart to the sandbox VM. The scripts allow to: install Kubernetes (k3s), deploy cert-manager to request a public certificate issued by Let's Encrypt and deploy Hono. The Hono deployment includes the example Kafka cluster provided by the Helm chart. Signed-off-by: Abel Buechner-Mihaljevic <[email protected]>
b-abel
added a commit
to bosch-io/hono
that referenced
this issue
Jul 14, 2021
To avoid putting the email address to be used by Let's Encrypt into the files, this has been made configurable. As the scripts already require Helm to be installed, Helm's templating is used to create the yaml files dynamically based on the Let's Encrypt API to be used and the email address. Signed-off-by: Abel Buechner-Mihaljevic <[email protected]>
sophokles73
pushed a commit
that referenced
this issue
Jul 14, 2021
This adds the configuration required to deploy Hono with the official Helm chart to the sandbox VM. The scripts allow to: install Kubernetes (k3s), deploy cert-manager to request a public certificate issued by Let's Encrypt and deploy Hono. The Hono deployment includes the example Kafka cluster provided by the Helm chart. Signed-off-by: Abel Buechner-Mihaljevic <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In order to be able to easily demonstrate the usage of Hono similar to the Getting Started guide, the sandbox deployment should be provided with Kafka-based messaging.
The text was updated successfully, but these errors were encountered: