Hacker News new | ask | show | jobs
by ah- 3030 days ago
FWIW, I've done the same recently (deploy ES + Kibana on K8s) and it pretty much just worked. Statefulset, EBS volume claims, official Docker images.

Didn't use XPack or anything fancy though, haven't updated it and the only addon I'm running is https://github.com/lmenezes/cerebro

1 comments

yeah it's becoming increasingly clear that I must have tripped myself up/got frustrated too fast.

When you set up cerebro, how did you set up the CORS headers? Did you go with allow "*"?