Re: Question on cass-operator

2020-07-06 Thread John Sanda
Hi Manu, The 2/2 indicates that there are two containers and each is in the ready state. As Vishal suggested, run kubectl describe pod to get more details. You also use kubectl get pod -o yaml. The former will include events in the output. You can run nodetool commands like this: $ kubectl -n

Re: Question on cass-operator

2020-07-03 Thread vishal kharjul
Hello Manu, It's actually a K8 query and not Cassnadra. AFIK READY= 2/2 could represent a status of individual. Container in each pod. 2/2 suggests Pod consists of two containers and both ready. Try "kubectl describe" on each pod and you can see container spec. Also I will recommend getting

Question on cass-operator

2020-07-03 Thread Manu Chadha
Hi I have a 3 node Kubernetes cluster and I have set up Cassandra on it using Cass-Operator. What does the 2/2 mean in the output of the following command kubectl get all -n cass-operator NAMEREADY STATUSRESTARTS AGE pod/cass-operator-78c6469c6-6qhsb