In the last post of this series, I demonstrated the deployment of the supervisor cluster which acts as a base for deploying Tanzu Kubernetes Guest (TKG) clusters. In this post, we will learn how to create a namespace and deploy the TKG cluster, and once the TKG cluster is up and running, how to deploy a sample application on top of TKG.
This series of blogs will cover the following topics:
1: HA Proxy Deployment & Configuration
3: How to Deploy Applications in TKG Cluster
Let’s get started.
Create Namespace
A namespace enables a vSphere administrator to control the resources that are available for a developer to provision TKG clusters. Using namespace vSphere administrators stops a developer from consuming more resources than what is assigned to them.
To create a namespace, navigate to the Menu > Workload Management and click on Create Namespace.
- Select the cluster where the namespace will be created and provide a name for the namespace.