Skip to content

Latest commit

 

History

History
 
 

kstack

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

kstack

A Helm chart for kstack on Kubernetes

Introduction

This chart serves as an umbrella to the next charts:

Confluent

Helm charts that deploy components of the Confluent Platform (open source and community).

Other Kafka Tools

Developing Environment

Installing the Chart

Add the chart repository, if not done before:

helm repo add rhcharts https://ricardo-aires.github.io/helm-charts/

Run the installer with the default configuration.

helm install ktool rhcharts/kstack

One can run the:

To uninstall the ktool deployment run:

helm uninstall ktool

The command removes all the Kubernetes components associated with the chart and deletes the release.

Parameters

You can specify each parameter using the --set key=value[,key=value] argument to helm install.

Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example,

helm install ktool -f my-values.yaml rhcharts/kstack

A default values.yaml is available and should be checked for more advanced usage. Example:

kafka:
  enabled: true
  heapOpts: -Xmx2048m -Xms2048m
  data:
    storageSize: 20Gi
  zookeeper:
    enabled: true
    replicaCount: 5

schema-registry:
  enabled: true

kafka-connect:
  enabled: true

ksqldb:
  enabled: false

kafdrop:
  enabled: true