Skip to content

Instantly share code, notes, and snippets.

@irvifa
Created June 23, 2016 04:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save irvifa/439796a64ab89713e855398888ad1c42 to your computer and use it in GitHub Desktop.
Save irvifa/439796a64ab89713e855398888ad1c42 to your computer and use it in GitHub Desktop.

Addons

It'll be created as the part of kube-system namespace, so basically just install the addons using this command for testing purpose:

cd kubernetes/cluster/addons/fluent-elasticsearch
kubectl create -f es-controller.yaml
kubectl create -f es-service.yaml
kubectl create -f kibana-controller.yaml
kubectl create -f kibana-service.yaml

For this example i'm planning on using the fluentd-elasticsearch. And see, if the pods is running the way we want to seet it:

kubectl get pods --namespace=kube-system

There're several states in kubernetes pods including pending, running, and failure

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment