Skip to content

Sudharma/efk-k8s

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

efk-k8s

Elastic Fluentd and Kibana Stack on Kubernetes with X-Pack for AuthN and TLS

Execution

  1. $export CA_PASSWD='$0meR@nd0mP@ss'; export CERT_PASSWD='$0meR@nd0mP@ss' && ./create-elastic-certs.sh
  2. helm repo add elastic https://helm.elastic.co
  3. helm repo add kiwigrid https://kiwigrid.github.io && helm repo update
  4. git clone [email protected]:Sudharma/efk-k8s.git && cd efk-k8s
  5. helm install efk --name efk --namespace efk

Note

  1. All the helm charts are in beta mode. Please keep track on the changes.
  2. Since EFK can be installed in various modes this repo has used most of the predefined configurations for elastic.

References

  1. https://github.com/elastic/helm-charts/tree/master/elasticsearch/examples/security
  2. https://www.elastic.co/guide/en/elasticsearch/reference/current/configuring-tls.html#tls-transport
  3. https://www.elastic.co/guide/en/kibana/7.6/configuring-tls.html

About

Elastic Stack on Kubernetes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published