Depends on what you're looking to monitor for.

Shameless plug for Prometheus, which is a good metrics-based monitoring
solution perfect for K8s environments.

There is a Node library already available for easy integration.

https://prometheus.io/docs/instrumenting/clientlibs/

But, you may still want an ELK stack, or https://www.graylog.org/ to
collect your logging events.  The reason I recommend both is that metrics
can be used for very detailed real-time data that would be too noisy to
include in logging events.


On Wed, Jan 10, 2018 at 9:19 AM, <m...@goldbergyoni.com> wrote:

> We're about to spin our first K8S cluster (AWS) for production and
> considering how to monitor it *along with the app inside (Node.JS
> containers). I have a 'vision' of all logs flowing to Elastic so we can
> create any kind of dashboards. Is this realistic? other better suggestions?
>
> --
> You received this message because you are subscribed to the Google Groups
> "Kubernetes user discussion and Q&A" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to kubernetes-users+unsubscr...@googlegroups.com.
> To post to this group, send email to kubernetes-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/kubernetes-users.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Kubernetes user discussion and Q&A" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to kubernetes-users+unsubscr...@googlegroups.com.
To post to this group, send email to kubernetes-users@googlegroups.com.
Visit this group at https://groups.google.com/group/kubernetes-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to