vineethac.blogspot.com
A blog on SDDCs, Kubernetes, PowerShell, and Python.
Pages
(Move to ...)
Home
Index
vSphere with Tanzu
vRealize Operations (vROps)
VMware PowerCLI
PowerShell
Python
Kubernetes and Containers
Generative AI and LLMs
▼
Showing posts with label
cluster
.
Show all posts
Showing posts with label
cluster
.
Show all posts
Saturday, January 18, 2025
VMware PowerCLI 101 - part12 - Get uptime and boot time of ESXi nodes and VMs
›
You can use the following PowerCLI commandlets to get the uptime and boot time of ESXi hosts and VMs. Get ESXi boot time. > Get-Cluster |...
Friday, October 18, 2024
VMware PowerCLI 101 - part11 - Get vCLS cluster state
›
vSphere Cluster Services (vCLS) is a feature introduced in vSphere 7.0 Update 1 to ensure the availability of cluster services like DRS and ...
Friday, September 20, 2024
VMware PowerCLI 101 - part10 - Verify vSphere cluster state
›
To verify the most common selected status attributes of the cluster: Get-Cluster | Get-VMHost | Select Name,@{N='HAState';E={$_.Exte...
Saturday, September 25, 2021
vSphere with Tanzu using NSX-T - Part11 - Troubleshooting Tanzu Kubernetes Clusters
›
In the previous posts we discussed the following: Part1 - Prerequisites Part2 - Configure NSX Part3 - Edge Cluster Part4 - Tier-0 Gateway an...
Sunday, May 30, 2021
vSphere with Tanzu using NSX-T - Part8 - Create namespace and deploy Tanzu Kubernetes Cluster
›
In the previous posts we discussed the following: vSphere with Tanzu using NSX-T - Part1 - Prerequisites vSphere with Tanzu using NSX-T - Pa...
›
Home
View web version