-
-
Save gaurav-dalvi/d1f6ea947d87ea73ed7a94c947dea6d2 to your computer and use it in GitHub Desktop.
test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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