Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • NOTE , in the above 192.168.121.12 is the ip of the cluster node where m3db is running. 31772 is the NodePort of the m3coordinator.

  • After running the following pods and services shall be present in the nodes edge1 and edge2


Code Block

...

themeMidnight
title

...

collectd-

...

prometheus
vagrant@emco:~/multicloud-k8s/kud/tests$ kce1 get pods
NAME                                                  READY   STATUS

...

    RESTARTS   AGE
collection-collectd-62z6z                             1/1     Running   

...

0          

...

19m
collection-grafana-5ff455f786-bcm9m                   

...

2/2     

...

Running   

...

0          

...

19m
collection-prometheus-oper-operator-b55765c57-2n7cn   

...

1/1     

...

Running   0          

...

19m
prometheus-collection-prometheus-oper-prometheus-0    3/3     Running   1          19m
vagrant@emco:~/multicloud-k8s/kud/tests$ kce2 get pods
NAME                                                  READY   STATUS    RESTARTS   AGE
collection-collectd-jdvl9                             1/1     Running   0          

...

20m
collection-grafana-5ff455f786-q9rrn                   

...

2/2     Running   0          

...

20m
collection-prometheus-oper-operator-b55765c57-tzchg   1/1     Running   0          

...

20m
prometheus-collection-prometheus-oper-prometheus-0    3/3     Running   1          19m
vagrant@emco:~/multicloud-k8s/kud/tests$ kce1 get svc
NAME                                    TYPE        CLUSTER-IP      EXTERNAL-IP   PORT(S)          AGE
collectd                                ClusterIP   10.244.20.184   <none>        9104/TCP         

...

20m
collection-grafana                      NodePort    10.244.17.32    <none>        80:30092/TCP     

...

20m
collection-prometheus-oper-operator     ClusterIP   10.244.24.248   <none>        8080/TCP         20m
collection-prometheus-oper-prometheus   NodePort    10.244.

...

14.32    <none>        9090:30090/TCP   20m
kubernetes         

...

        

...

         

...

   

...

 ClusterIP   10.244.

...

0.

...

1      <none>        

...

443/TCP      

...

    2d22h
prometheus-operated                     ClusterIP   None   

...

   

...

      <none>        

...

9090/TCP         

...

20m
vagrant@emco:~/multicloud-k8s/kud/tests$ kce2 get svc
NAME                                    TYPE        CLUSTER-IP      EXTERNAL-IP   PORT(S)          AGE
collectd                                ClusterIP   10.244.13.251   <none>        9104/TCP         

...

20m
collection-grafana                      NodePort    10.244.41.253   <none>        80:30092/TCP     

...

20m
collection-prometheus-oper-operator     ClusterIP   10.244.10.220   <none>        8080/TCP         

...

20m
collection-prometheus-oper-prometheus   NodePort    10.244.31.123   <none>        9090:30090/TCP   

...

20m
kubernetes                              ClusterIP   10.244.0.1      <none>        443/TCP          2d22h
prometheus-operated                     ClusterIP   None            <none>        9090/TCP         

...

20m


  • Once all pods are deployed correctly, the topology should be like below:

...