https://github.com/cmcornejocrespo/elastic-stack-k8s
Deploys the elastic stack on k8s using terraform. Showcases elastic stack 6.8.0 features
https://github.com/cmcornejocrespo/elastic-stack-k8s
aks apm-server beats elasticsearch kafka kibana kubernetes logstash terraform zookeeper
Last synced: 7 months ago
JSON representation
Deploys the elastic stack on k8s using terraform. Showcases elastic stack 6.8.0 features
- Host: GitHub
- URL: https://github.com/cmcornejocrespo/elastic-stack-k8s
- Owner: cmcornejocrespo
- Created: 2019-04-19T17:12:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-14T16:48:03.000Z (about 5 years ago)
- Last Synced: 2024-10-30T22:39:41.288Z (12 months ago)
- Topics: aks, apm-server, beats, elasticsearch, kafka, kibana, kubernetes, logstash, terraform, zookeeper
- Language: HCL
- Homepage:
- Size: 146 KB
- Stars: 7
- Watchers: 5
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# elastic-stack-k8s
Deploys the elastic stack on k8s using terraform. Showcases elastic stack 6.8.0 features
## Deploy elastic stack
``` bash
./bootstrap
```## Removes elastic stack
``` bash
./teardown
```