Skip to content

franklines/elastic-kibana-k8s

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ElasticSearch & Kibana (Quick k8s dev setup)

N|Solid

If you need a way to quickly deploy Kibana + ElasticSearch for testing/development, this is the repo for you. It's a very basic deployment that sets up a single pod elasticsearch & kibana deployment. The elasticsearch service is exposed internally (ClusterIP) while the Kibana deployment is exposed externally (NodePort).

WARNING: Ensure you are using a locked-down security group! Kibana is deployed without authentication and is accessible from the k8s worker node port 32601.

deploy.sh script

# To deploy stack.
$ chmod +x deploy.sh
$ ./deploy.sh -d
# To destroy stack.
$ ./deploy.sh -r

generateData.sh script

# Generate "linux_books" index with 90+ JSON records.
./generateData.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages