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.
test
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment