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
▼
Saturday, December 30, 2023
GitOps using Argo CD - Part2 - Mini project
›
In the previous blog post, we discussed deploying Argo CD on a Kubernetes cluster and explored the fundamentals of application management....
Sunday, December 3, 2023
Kubernetes mini project
›
In this mini project, we are going to learn the following: Deploy a simple Python based web application on a Kubernetes cluster. We will use...
Saturday, November 18, 2023
vSphere with Tanzu using NSX-T - Part29 - Logging using Loki stack
›
Grafana Loki is a log aggregation system that we can use for Kubernetes. In this post we will deploy Loki stack on a Tanzu Kubernetes clus...
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...
‹
›
Home
View web version