Tanzu-Solutions-Engineering / tanzu-to-go-workshop

Workshop content for creating a standalone Kubernetes development environment built entirely on open source
31 stars 22 forks source link

setup.sh installs binaries and cluster tools #4

Closed ciberkleid closed 2 years ago

ciberkleid commented 2 years ago

Added:

  1. Vendir configuration to download: -- CLI binaries (ytt, kn, kp, etc...) -- Cluster tools that are not part of the TCE community repo (Cartographer, Flux, kpack, etc)
  2. Declarative configuration for Cartographer namespace
  3. Declarative configuration for access control (service account, secret, roles, etc... See setup/access-control)
  4. setup.sh script that automatically executes vendir sync, moves binaries to ./bin, and uses ytt | kapp to apply all of the YAML configuration to the cluster