Install an ELK stack on OpenShift

9/19/2018

I'm new to OpenShift (I've been using marathon/DCOS before) and I'm willing to install an Elastic stack on it, all the tutorials I've found online are describing it as a "complicated task"

So here's my question, Am I looking for something impossible/not recommended?

Thank you very much.

-- mohamed wael thabet
elastic-stack
kubernetes
logging
openshift

1 Answer

9/22/2018

It's so much of a complicated task but it really depends on your experience. OpenShift essentially runs on top of Kubernetes and there are plenty of tutorials on how to install ELK or Elasticsearch on Kubernetes.

Perhaps there's a little less information about OpenShift specifically, but you can start with an EFK stack which is Elasticsearch, Fluentd and Kibana documented here. Here's another walkthrough to set up ELK specifically on OpenShift. And here's another one form the Kubernetes Main Site

Hope it helps!

-- Rico
Source: StackOverflow