Deploying vSphere IaaS Control Plane with Avi Load Balancer and VDS – part 1
|

Deploying vSphere IaaS Control Plane with Avi Load Balancer and VDS – part 1

vSphere IaaS Control Plane with VMware Avi Load Balancer and vSphere Distributed Switch (VDS) provides a robust architecture for managing and delivering containerized applications in a virtualized environment. This setup, enables unified environment where Kubernetes applications can run alongside with traditional virtual machines. Administrators can deploy K8S workload clusters directly on vSphere environment. For some time, this product was know as vSphere with Tanzu or Tanzu Kubernetes Grid Service, aka TKGs.

Backup and restore ESXi host configuration data using command line

Backup and restore ESXi host configuration data using command line

In some cases we need to reinstall ESXi host. To avoid time consuming setting up servers, we can quickly backup and restore host configuration. To achieve this, there are three possible ways: ESXi command line, vSphere CLI or PowerCLI

In this article I will show how backup and restore host configuration data using ESXi command line.

Monitoring TKGs cluster using VMware Aria Operations
| |

Monitoring TKGs cluster using VMware Aria Operations

VMware Aria Operations (ex vROps Operations) is a powerful tool for monitoring infrastructure, virtual machines, predict resource demands or costs. Use cases is much more. One of them is ability to visualize, provide logs and information from the Tanzu Kuberentes Grid clusters. To obtain insightful data from the nodes you need to use dedicated addon – Management Pack for Kubernetes.

Deploy TKGs cluster with Terraform on TMC (SaaS)
| | | |

Deploy TKGs cluster with Terraform on TMC (SaaS)

TKG cluster can be deployed in a many ways. You can use simple YAML file and run it from the Supervisor. You can use some automation tool like Jenkins or create Kubernetes nodes from the TMC.
Apart from that, Terraform has a dedicated Tanzu Mission Control provider (plugin) to automate many processes.