We've discontinued the registration of new Bundles

New Bundle registrations are no longer accepted. Existing bundles remain functional. We recommend using the Juju Terraform Provider for new deployments.

Kafka K8s Bundle

Canonical Publisher | bundle

Platform:

Channel Revision Published
latest/stable 2 18 Oct 2022
latest/edge 9 27 Jan 2023
3/stable 16 28 Feb 2024
3/edge 21 03 Oct 2024
juju deploy kafka-k8s-bundle

Learn about configurations >

  • expose-external | string

    Default: false

    String to determine how to expose the ZooKeeper cluster externally from the Kubernetes cluster. Possible values: 'nodeport', 'loadbalancer', 'false'

  • init-limit | int

    Default: 5

    Amount of time, in ticks, to allow followers to connect and sync to a leader.

  • loadbalancer-extra-annotations | string

    String in json format to describe extra configuration for load balancers. Needed for some cloud providers or services.

  • log-level | string

    Default: INFO

    Level of logging for the different components operated by the charm. Possible values: ERROR, WARNING, INFO, DEBUG

  • sync-limit | int

    Default: 2

    Amount of time, in ticks, to allow followers to sync with ZooKeeper.

  • tick-time | int

    Default: 2000

    the length of a single tick, which is the basic time unit used by ZooKeeper, as measured in milliseconds.