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
▼
Sunday, October 29, 2023
Kubernetes 101 - Part12 - Debug pod
›
When it comes to troubleshooting application connectivity and name resolution issues in Kubernetes, having the right tools at your disposal ...
Friday, September 22, 2023
Configure syslog forwarding in vCenter servers using Python
›
As a system administrator, it's essential to ensure that your vCenter servers are properly configured to collect and forward system logs...
Saturday, August 5, 2023
vSphere with Tanzu using NSX-T - Part28 - Create a custom VM Class
›
A VM class is a template that defines CPU, memory, and reservations for VMs. If you want to create a custom vmclass you can use dcli or vSph...
Sunday, July 23, 2023
Kubernetes 101 - Part11 - Find Kubernetes nodes with DiskPressure
›
Following are two quick and easy ways to find Kubernetes nodes with disk pressure: jq: kubectl get nodes -o json | jq -r '.items[] | sel...
Sunday, July 9, 2023
vSphere with Tanzu using NSX-T - Part27 - nullfinalizer kubectl plugin
›
I have seen many cases where the supervisor namespace gets stuck at Terminating phase waiting on finalization on some of its child resources...
Saturday, July 8, 2023
Kubernetes 101 Blog series
›
Part1 - Create K8s cluster with kubeadm Part2 - Basic operations Part3 - Install kubectl on Windows Part4 - Kubectl autocomplete and alias P...
Saturday, June 17, 2023
Kubernetes 101 - Part10 - Plugins I use for managing K8s clusters
›
Following are some of the kubectl plugins that I use on a daily basis: kubectx kail kubectl tree kubectl images kubectl allctx kubectl vie...
‹
›
Home
View web version