Skip to content

Insight-NA/tanzu-app-platform-workshop

 
 

Repository files navigation

Tanzu Application Platform GitOps Workshop

Welcome! In this hands-on workshop, participants will learn GitOps benefits and best practices. They will bring their own Kubernetes cluster and perform a fresh deployment of TAP using the GitOps installer. They will experiment with incrementally adding new features, in-place upgrades, and uninstall-restore. We will discuss how to preconfigure working environments for pilots, so that customers are spending time getting value from TAP, not learning the install process.

Prerequisites

Participants need to set up the following prerequisites before attending the workshop:

  • A public-cloud Kubernetes environment, version 1.25 or higher
  • Cluster Essentials must be installed on the Kubernetes cluster.
  • A container registry (GCR, ACR, or Harbor) with read/write access
  • A wildcard domain (e.g. *.tap.mydomain.com) that the workshop participant owns. If you don't have one, it will be provided during the workshop.
  • A Github Developer Token with permissions to read and write to your repos
  • Account credentials on Tanzu Network
  • Current CLI tools for working with the environment: kubectl, k9s, git, github, SOPS and age for encrypting secrets, Carvel and Tanzu CLI with plugins.

The workshop team has provided a complete automation for setting up all of the prerequisites on Azure. If participants do not have the prereqs readily available, they are encouraged to use this setup with their Azure account.

Participants can track their progress on the prerequisites with a local copy of this Excel worksheet.

Verify Your Enviroment

Run the following commands to check to see if a few CLIs are functioning properly.

 # Tanzu Network auth check
pivnet eulas

# GitHub auth check
gh auth status

# Tanzu CLI installed check
tanzu version # should be v0.90 at least

# Tanzu CLI plugins check; reinstall via "tanzu plugin install --group vmware-tap/default:v1.6.1"
tanzu plugin list

Workshop Stages

Participants will run the workshop in stages, where they perform a base install of TAP 1.6, and then incrementally add features and capabilities to the environment. The GitOps repo produced in this workshop can be re-used for further activities, such as customer demos and pilots.

Stage 1: Perform a base install of Tanzu Application Platform

Stage 2: Enable Ingress to Tanzu Application Platform

Stage 3: Add Namespace Provisioner to Tanzu Application Platform

Stage 4: Configure Scanning-Testing Supply Chain

Stage 5: Customize TAP Developer Portal

Stage 6: Blow it Away! Reinstall!

About

Tanzu Application Platform workshop & platform setup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 83.0%
  • HCL 14.3%
  • Starlark 2.7%