Note I am using the following versions:
PSVersion: 7.1.3
VMware PowerCLI: 12.3.0.17860403
Connect-NsxtServer -Server 192.168.41.8
Get-Module "VMware.VimAutomation.Nsx*" -ListAvailable
Get-Command -Module "VMware.VimAutomation.Nsxt"
Note I am using the following versions:
PSVersion: 7.1.3
VMware PowerCLI: 12.3.0.17860403
Connect-NsxtServer -Server 192.168.41.8
In the previous posts we discussed the following:
In this article, I will explain some of the popular tools used for monitoring Kubernetes clusters that provides insight into different objects in K8s, status, metrics, logs, and so on.
Download the Lens binary file from: https://k8slens.dev/
I am installing it on a Windows server. Once the installation is complete, the first thing you have to do is to provide the Kube config file details so that Lens can connect to the Kubernetes cluster and start monitoring it.
Add Cluster
Click File - Add Cluster
Once you have pasted your Kube config file contents, make sure to select the context, and then click Add cluster.
https://vineethac.blogspot.com/2020/08/visualize-your-kubernetes-clusters-and.html
https://rudimartinsen.com/2021/03/07/vrops-kubernetes-mgmt-pack/
https://www.brockpeterson.com/post/vrops-management-pack-for-kubernetes
This will show the selected pod metrics and logs.
wget https://github.com/vmware-tanzu/sonobuoy/releases/download/v0.51.0/sonobuoy_0.51.0_linux_amd64.tar.gz
tar -xvf sonobuoy_0.51.0_linux_amd64.tar.gz
Cleanup
/root/sonobuoy delete --wait
References
https://github.com/vmware-tanzu/sonobuoy
https://sonobuoy.io/docs/v0.51.0/
In the previous posts we discussed the following: