Capgemini / kubeform

Form your :boat: Kubernetes :anchor: cluster anywhere using CoreOS, Terraform and Ansible
https://capgemini.github.io/kubeform
MIT License
326 stars 57 forks source link

How launch Heapster and EFK? #179

Closed leandrok closed 7 years ago

leandrok commented 7 years ago

Hi, first of all, congratulations for your great work!

I have a KubeForm cluster deployed on DigitalOcean and I can access both the Kubernetes dashboard as well as the Traefik dashboard (on the edge router)

I have a question please. I read that Kubeform supports Heapster+InfluxDB and EFK to see the logs on Kibana. I saw some Kubernetes files related to both systems on the roles/addons/files directory.

My question is: how can I launch Heapster and the EFK stack? For example, what are the required "kubectl create -f ..." commands?

Thank you very much in advance!

Best Regards, Leo

enxebre commented 7 years ago

Hey Leo! You can enable logging and monitoring here https://github.com/Capgemini/kubeform/blob/master/group_vars/all.yml#L88 Then you can access kibana and grafana by using the proxy url you get running kubectl cluster-info You'll probably need more resources on the digitalocean machines. Thanks!

leandrok commented 7 years ago

Hi Alberto!

Thank you very much for your quick reply and info!

Again, congratulations for your great work!

Cheers, Leo