Automated Kubernetes Deployment using Tanzu Kubernetes Grid
written by Billy Downing What is Tanzu Kubernetes Grid: Architecture? Tanzu Kubernetes Grid (TKG) is an implementation of several open-source projects to provide automated provisioning and lifecycle management of Kubernetes clusters. These include: ClusterAPI Calico CNI (as well as exploring Antrea at the time of writing) kubeadm vSphere CSI etcd coreDNS vSphere Cloud Provider (coupled […]
Strategy To Deploy A Highly Available, Mission-Critical Application On Cloud
written by Hitesh Kumar High Availability (HA) refers to systems that are durable and serve users continuously without downtime/failure within its service span. HA could be applied both on application & infrastructure layers. HA and redundancy on the application layer could be implemented using best practices, standard procedures, and testing policies at all levels. The […]