Create a Unmanaged Cluster using Tanzu Community Edition
This tutorial will demonstrate how to create an unmanaged cluster using Tanzu Community Edition.
Pre-Requisites
Installations
- Docker Deskop & CLI (Mac/Windows)
- Tanzu Community Edition CLI (tanzu)
Note: Run the following commands in Terminal/Command line to verify Installations
docker -v
tanzu version
Create an Unmanaged Cluster
- Open Docker Desktop
- Open Terminal
- Run the following command to create an unmanaged cluster called ‘resume-cluster’
tanzu unmanaged-cluster create resume-cluster
- Watch Docker Desktop for the container to start
- Run the following command to see that your cluster has been created and is running
tanzu unmanaged-cluster list
- Keep track of your cluster name!