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, June 25, 2022
GitOps using Argo CD - Part1
›
In this article we will see how to use Git and Argo CD to deploy/ manage applications on your Kubernetes cluster. Before that, what is GitO...
Saturday, June 11, 2022
Working with Kubernetes using Python - Part 04 - Get namespaces
›
Following code snipet uses Python client for the kubernetes API to get namespace details from a given context: from kubernetes import cli...
Saturday, May 21, 2022
vSphere with Tanzu using NSX-T - Part15 - Working with etcd on TKC with one control plane
›
In this article, we will see how to work with etcd database of a Tanzu Kubernetes Cluster (TKC) with one control plane node and perform some...
Friday, April 8, 2022
Working with Kubernetes using Python - Part 03 - Get nodes
›
Following code snipet uses kubeconfig python module to switch context and Python client for the kubernetes API to get cluster node detail...
Saturday, March 19, 2022
Working with Kubernetes using Python - Part 02 - Switch context
›
Following code snipet uses kubeconfig python module and it takes the default kubeconfig file, and switch to a new context. kubectl comman...
Friday, March 4, 2022
Working with Kubernetes using Python - Part 01 - List contexts
›
Following code snipet uses Python client for the kubernetes API and it takes the default kubeconfig file, list the contexts, and active co...
Saturday, February 19, 2022
Kubernetes 101 - Part5 - Removing namespaces stuck in terminating state
›
Namespaces getting stuck at terminating state is one of the common issues I have seen while working with K8s. Here is an example namespace i...
‹
›
Home
View web version