Skip to main content Link Search Menu Expand Document (external link)

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

Note: Run the following commands in Terminal/Command line to verify Installations

docker -v
tanzu version

Create an Unmanaged Cluster

  1. Open Docker Desktop
  2. Open Terminal
  3. Run the following command to create an unmanaged cluster called ‘resume-cluster’
     tanzu unmanaged-cluster create resume-cluster
    
  4. Watch Docker Desktop for the container to start
  5. Run the following command to see that your cluster has been created and is running
     tanzu unmanaged-cluster list
    
  6. Keep track of your cluster name!