Skip to content

Latest commit

 

History

History

bom

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Bill of Materials

You'll need a minimal complement of software to provision IaaS and build, run, and work with Kubernetes clusters.

You may choose to install them ad hoc or use one of the OS-specific scripts to make it easier to get started.

Menu

Command-line Interfaces

for working with Cloud provider platforms

for IaaS and managed-services provisioning

to download commercially licensed tools

Tanzu-specific

Cloud Foundry-centric

Kubernetes-centric

Other

Scripts

For the impatient, everything listed in the menu above gets installed.

MacOS

./setup-macos.sh

Employs brew

Linux

./setup-linux.sh

Ubuntu distros only

Employs apt-get and snap

Windows

.\setup-windows.ps1

Employs chocolatey and scoop

Docker image

If you want to build and run a portable container image, then execute

docker build -t tanzu/tf4k8s-toolsuite .
docker run -it tanzu/tf4k8s-toolsuite /bin/bash