Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 8 days 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 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-14T16:48:03.000Z (about 4 years ago)
- Last Synced: 2024-08-01T18:28:01.954Z (3 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
```