2022-01-02
Getting observability for your k8s clusters is extremely important. In TMC, you can enable Tanzu Observability easily. In this blog, I will show you how to do it in TMC UI.
Click CONFIRM button. After the provided credential is validated, you will see the below which means the integration was completed successfully.
Click the Tanzu Observability hyperlink, you will redirected to the Tanzu Observability. From now on, you will be able to use Tanzu Observability to monitor your TMC k8s cluster.
A new namespace and a few wavefront Pods, daemonset, replicaset and service are created
root@photon-machine [ ~ ]# k get all -n tanzu-observability-saas
NAME READY STATUS RESTARTS AGE
pod/tmc-wavefront-operator-5d959f559d-54pps 1/1 Running 0 19h
pod/wavefront-collector-c8zrc 1/1 Running 0 19h
pod/wavefront-collector-pqbqw 1/1 Running 0 19h
pod/wavefront-collector-q5gjg 1/1 Running 0 19h
pod/wavefront-collector-sdcpr 1/1 Running 0 19h
pod/wavefront-proxy-tanzu-7b74fdc966-pg8d5 1/1 Running 0 19h
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
service/wavefront-proxy-tanzu ClusterIP 10.100.145.79 <none> 2878/TCP,9411/TCP 19h
NAME DESIRED CURRENT READY UP-TO-DATE AVAILABLE NODE SELECTOR AGE
daemonset.apps/wavefront-collector 4 4 4 4 4 <none> 19h
NAME READY UP-TO-DATE AVAILABLE AGE
deployment.apps/tmc-wavefront-operator 1/1 1 1 19h
deployment.apps/wavefront-proxy-tanzu 1/1 1 1 19h
NAME DESIRED CURRENT READY AGE
replicaset.apps/tmc-wavefront-operator-5d959f559d 1 1 1 19h
replicaset.apps/wavefront-proxy-tanzu-7b74fdc966 1 1 1 19h
Thank you for your reading!