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, April 15, 2023
Kubernetes 101 - Part8 - Filter events of a specific object
›
You can filter events of a specific object as follows: k get event --field-selector involvedObject.name=<object name> -n <namespace...
Saturday, April 8, 2023
vSphere with Tanzu using NSX-T - Part24 - Kubernetes component certs in TKC
›
The Kubernetes component certificates inside a TKC (Tanzu Kubernetes Cluster) has lifetime of 1 year. If you manage to upgrade your TKC atle...
Saturday, March 18, 2023
Kubernetes 101 - Part7 - Restart all deployments and daemonsets in a namespace
›
Restart all deployments in a namespace ❯ kubectl rollout restart deployments -n <namespace> Restart all daemonsets in a namespace ❯ ku...
Friday, March 10, 2023
Kubernetes 101 - Part6 - Get static pods
›
Static pods are directly managed by the kubelet on a specific node. More about static pods can be found here: https://kubernetes.io/docs/t...
Saturday, February 4, 2023
vSphere with Tanzu using NSX-T - Part23 - Supervisor cluster certificates expiry
›
Note that the supervisor control plane component certificates will expire after one year. Here is the VMware KB: https://kb.vmware.com/s/ar...
Friday, January 6, 2023
vSphere with Tanzu using NSX-T - Part22 - Working with NGINX Ingress Controller
›
In this article we will go though the steps to deploy a nginx ingress controller on a Tanzu Kubernetes cluster (TKC) and create a simple ing...
Saturday, December 10, 2022
vSphere with Tanzu using NSX-T - Part21 - Pointers while upgrading the stack
›
Here are some pointers. The main workflow while upgrading the entire stack is: upgrade NSX-T upgrade vCenter server upgrade ESXi nodes upgr...
‹
›
Home
View web version