Re: [kubernetes-users] How to monitor/alert on container/pod death or restart

2018-08-08 Thread Marcio Garcia
c > tasks I've mentioned - for example, alerting when k8s has killed a > container or pod. Any pointers on how I might go about setting up an > alert like that? > > Thanks, > > DR > > On 08/08/2018 04:45 PM, Marcio Garcia wrote: > > Hi David, > > > > Y

Re: [kubernetes-users] How to monitor/alert on container/pod death or restart

2018-08-08 Thread Marcio Garcia
Hi David, You can use DataDog to achieve this. On 8/8/18, David Rosenstrauch wrote: > As we're getting ready to go to production with our k8s-based system, > we're trying to pin down exactly how we're going to do all the needed > monitoring/alerting for it. We can easily collect many of

[kubernetes-users] A little nudge about DNS

2018-04-10 Thread Marcio Garcia
Hi All, Maybe this is a dumb question, but I didn't find any answer for that. Recently I changed my kube-dns config with this: apiVersion: v1 kind: ConfigMap metadata: name: kube-dns namespace: kube-system data: upstreamNameservers: | ["1.1.1.1", "8.8.8.8"] Applied all the