Skip to content

Instantly share code, notes, and snippets.

@gaurav-dalvi
Created December 22, 2017 21:54
Show Gist options
  • Save gaurav-dalvi/d1f6ea947d87ea73ed7a94c947dea6d2 to your computer and use it in GitHub Desktop.
Save gaurav-dalvi/d1f6ea947d87ea73ed7a94c947dea6d2 to your computer and use it in GitHub Desktop.

Revisions

  1. gaurav-dalvi created this gist Dec 22, 2017.
    12 changes: 12 additions & 0 deletions test
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,12 @@
    kubectl apply -f https://raw.githubusercontent.com/selvik/kubernetes/master/cluster/addons/fluentd-elasticsearch/fluentd-es-configmap.yaml
    kubectl apply -f https://raw.githubusercontent.com/selvik/kubernetes/master/cluster/addons/fluentd-elasticsearch/fluentd-es-ds.yaml
    kubectl apply -f https://raw.githubusercontent.com/selvik/kubernetes/master/cluster/addons/fluentd-elasticsearch/es-statefulset.yaml
    kubectl apply -f https://raw.githubusercontent.com/selvik/kubernetes/master/cluster/addons/fluentd-elasticsearch/es-service.yaml
    kubectl apply -f https://raw.githubusercontent.com/selvik/kubernetes/master/cluster/addons/fluentd-elasticsearch/kibana-deployment.yaml
    kubectl apply -f https://raw.githubusercontent.com/selvik/kubernetes/master/cluster/addons/fluentd-elasticsearch/kibana-service.yaml


    kubectl get pods -n kube-system
    kubectl get svc -n kube-system

    Kibana UI will be running at : masterNodeIP:30601