Skip to content

Latest commit

 

History

History
 
 

kibana

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

kibana

kibana is your window into the Elastic Stack. Specifically, it's an open source (Apache Licensed), browser-based analytics and search dashboard for Elasticsearch.

TL;DR;

$ helm install stable/kibana

Introduction

This chart bootstraps a kibana deployment on a Kubernetes cluster using the Helm package manager.

Installing the Chart

To install the chart with the release name my-release:

$ helm install stable/kibana --name my-release

The command deploys kibana on the Kubernetes cluster in the default configuration. The configuration section lists the parameters that can be configured during installation.

Uninstalling the Chart

To uninstall/delete the my-release deployment:

$ helm delete my-release

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

Configuration

The following table lists the configurable parameters of the kibana chart and their default values.

Parameter Description Default
affinity node/pod affinities None
env Environment variables to configure Kibana {}
image.pullPolicy Image pull policy IfNotPresent
image.repository Image repository kibana
image.tag Image tag 6.0.0
image.pullSecrets Specify image pull secrets nil
commandline.args add additional commandline args nil
ingress.enabled Enables Ingress false
ingress.annotations Ingress annotations None:
ingress.hosts Ingress accepted hostnames None:
ingress.tls Ingress TLS configuration None:
nodeSelector node labels for pod assignment {}
podAnnotations annotations to add to each pod {}
replicaCount desired number of pods 1
serviceAccountName serviceAccount that will run the pod nil
resources pod resource requests & limits {}
service.externalPort external port for the service 443
service.internalPort internal port for the service 4180
service.externalIPs external IP addresses None:
service.loadBalancerIP Load Balancer IP address (to use with service.type LoadBalancer) None:
service.type type of service ClusterIP
service.annotations Kubernetes service annotations None:
tolerations List of node taints to tolerate []

Specify each parameter using the --set key=value[,key=value] argument to helm install. For example,

$ helm install stable/kibana --name my-release \
  --set=image.tag=v0.0.2,resources.limits.cpu=200m

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

$ helm install stable/kibana --name my-release -f values.yaml

Tip: You can use the default values.yaml