[kubernetes-users] Cassandra on Kubernetes

2018-05-05 Thread Niranjan Kolly
Hi Guys, I am installing cassandra with 3 replicas on 3 VM's 1 master and 2 slave. only one container is coming up and other two are going in to crashloopbackoff. In the log files am seeing unable to gossip the seed and seed not found. All my DNS and flannel are running. Please share me the

Re: [kubernetes-users] Re: Cassandra on Kubernetes

2018-05-06 Thread Niranjan Kolly
ps://github.com/waterplaclid/Scalable-Cassandra-deployment-on-Kubernetes.git >>> >>> >>> https://github.com/waterplaclid/Scalable-Cassandra- >>> deployment-on-Kubernetes.git >>> >>> >>> >>> >>> On Saturday, May 5, 2018 at 1

Re: [kubernetes-users] Re: Cassandra on Kubernetes

2018-05-06 Thread Niranjan Kolly
Can you share the detail steps for kubernetes installation on 3 CentOS Vm's. am struggling kubernetes installation from 2 weeks its not going good. Please help me Sunil Bhai. On Sun, May 6, 2018 at 5:42 PM, Niranjan Kolly <niranjanko...@gmail.com> wrote: > Thanks S

[kubernetes-users] Container not starting Error: cannot find volume \"default-token-hwtv5\" to mount into container

2018-05-17 Thread Niranjan Kolly
Hi, I am getting below issue when trying to create pod. Any help is appreciated. pod_workers.go:186] Error syncing pod 2f0ce712-59a6-11e8-afb7-005056980c31 ("kong-migration-2gtfp_default(2f0ce712-59a6-11e8-afb7-005056980c31)"), skipping: failed to "StartContainer" for "kong-migration" with

[kubernetes-users] pod migration if the node goes down

2018-08-06 Thread Niranjan Kolly
Hi, I have a K8 cluster with 3 master and 3 slave on centOS VM. we have installed KONG and cassandra with 3 replica each. As a part of the resiliency we brought down one node , but still the "kubectl get pods" command shows the pods running in that node showing up. As a K8 feature the master

Re: [kubernetes-users] Tools to monitor for K8

2018-08-08 Thread Niranjan Kolly
/docs/latest/user- > guides/getting-started.html > https://github.com/coreos/prometheus-operator > > On Wed, Aug 8, 2018 at 8:06 AM Niranjan Kolly > wrote: > >> Hi Sri, >> >> Thanks for the reply. >> >> we are using K8 1.10.2, is cadvisor is bun

Re: [kubernetes-users] Tools to monitor for K8

2018-08-08 Thread Niranjan Kolly
t; > On Tue, Aug 7, 2018, 6:27 AM Niranjan Kolly > wrote: > >> Hello, >> >> What are the best open source tools for monitoring and alerting K8 >> cluster . >> Please help me. >> >> -- >> Regards >> NiranjanKolly >> >>

Re: [kubernetes-users] Tools to monitor for K8

2018-08-14 Thread Niranjan Kolly
Thank you guys for your suggestions!. Thanks, Niranjan On Wed, Aug 8, 2018 at 9:00 PM, Jay Pipes wrote: > On 08/08/2018 10:56 AM, Ben Kochie wrote: > >> On Wed, Aug 8, 2018 at 3:07 PM Jay Pipes > jaypi...@gmail.com>> wrote: >> >> cadvisor is a library dependency for kubelet: >> >>

[kubernetes-users] Tools to monitor for K8

2018-08-07 Thread Niranjan Kolly
Hello, What are the best open source tools for monitoring and alerting K8 cluster . Please help me. -- Regards NiranjanKolly -- You received this message because you are subscribed to the Google Groups "Kubernetes user discussion and Q" group. To unsubscribe from this group and stop

Re: [kubernetes-users] pod migration if the node goes down

2018-08-06 Thread Niranjan Kolly
gy in Kubernetes an Operator, > googling "cassandra operator kubernetes" I see several candidates but I > haven't used any so I can't say which one works best for you. > > /MR > > On Mon, Aug 6, 2018, 09:06 Niranjan Kolly wrote: > >> Hi, >> >> I have a K8 c

Re: [kubernetes-users] [Statefulset]Setting environment variables specific to each HOSTNAME loading from certain PATH mounted to container

2018-08-19 Thread Niranjan Kolly
Use hostpath directory mount if you have more than one config file for each env.. and use node antiaffinity. Thanks, Niranjan On Sat, Aug 18, 2018, 7:41 AM Rodrigo Campos wrote: > On Friday, August 17, 2018, ilter P wrote: > >> Hi Rodrigo, >> >> Thanks for the reply >> First of all this is

[kubernetes-users] Kubernetes internal certificates expires?

2018-08-21 Thread Niranjan Kolly
Hi , The certificates which comes along with K8 will going to expire ? -- Regards NiranjanKolly -- You received this message because you are subscribed to the Google Groups "Kubernetes user discussion and Q" group. To unsubscribe from this group and stop receiving emails from it, send an

[kubernetes-users] Kubernetes internal certificates expires

2018-08-20 Thread Niranjan Kolly
Hi Team, The certificates which comes along with K8 will going to expire ? -- Regards NiranjanKolly -- You received this message because you are subscribed to the Google Groups "Kubernetes user discussion and Q" group. To unsubscribe from this group and stop receiving emails from it, send

Re: [kubernetes-users] Save the kubernetes container logs on the host node where the pod is deployed.

2018-08-21 Thread Niranjan Kolly
Mount the vm path as hostpat..what ever writes in the containers will come sit in ur vm... On Tue, Aug 21, 2018, 4:32 PM gaurav gundal wrote: > > > Adding to the above question. > What is the best practice to copy the application or service logs from the > container to the vm that host the