Skip to content

drawsmcgraw/declarative-tap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deploying Tanzu Application Platform with GitOps

This project shows how to deploy Tanzu Application Platform (TAP) with a GitOps approach. Using this strategy, you can share the same configuration across different installations (one commit means one tanzu package installed update for every cluster), while tracking any configuration updates with Git (easy rollbacks).

Please note that this project is authored by a VMware employee under open source license terms.

What does it do?

This repo:

  • Deploys TAP (full profile)
  • Creates a user-defined set of k8s namespaces (see tap-values-full-input.yml to define the namespaces.)
  • Sets up those namespaces for TAP development, including installation of a Grype scanPolicy and a Tekton Pipeline
  • [Optionally] Configures external-dns

This repo also includes:

  • Sample workloads to deploy after you've deployed TAP.
  • Automatic installation of Tekton Pipelines and ScanPolicies to support the scanning_testing OOTB supply chain. See here.
  • Easy creation of the service account required to see CVE scan results in tap-gui. See here.
  • Simple 'source-to-url' Supply chain to be applied afterward (since the default install deploys the scanning_testing supply chains). See here.
  • Some APIs added to the catalog for easy demos. See here for how to add/remove your own.

How does it work?

This GitOps approach relies solely on kapp-controller and ytt to track Git commits and apply the configuration to every cluster. These tools are part of the TAP prerequisites.

How do I use it?

Setup

  1. Make sure Cluster Essentials for VMware Tanzu is deployed to your cluster.

  2. Create new file tap-install-config.yml in gitops, reusing content from tap-install-config.yml.tpl. Edit this file accordingly:

  3. Do the same with tap-install-secrets.yml.tpl by creating tap-install-secrets.yml:

    • NOTE: This file is in the .gitignore. You'll want to make sure it's not committed (for the obvious reasons)
  4. (OPTIONAL) Update the tap-install.yml with your repository if you've forked the project. Ultimately this is the "single" file that will be causing the declarative loop to occur.

  5. (OPTIONAL) If you're updating any of the values of the TAP install, ala the TAP version or the like, you'll want to commit them to your git repo.

  6. (OPTIONAL) Remove any of the additional packages from the app in tap-install.yml should you not want them deployed. (ex. additional/external-dns)

  7. (OPTIONAL) Customize the list of developer namespaces you want created in tap-values-full-input.yml.

  8. (OPTIONAL) AFTER DEPLOYMENT, if you want to view image scan results in tap-gui, you need to create a service account (done with this folder) and provide the service account token. See the value metadata_svc_account_token in tap-install-secrets.yml.tpl for where do to this.

Deploy

You are now ready to apply the GitOps configuration:

kapp deploy --wait-check-interval 15s -a tap-install-gitops -f <(ytt -f gitops)

At this point, kapp-controller will monitor the Git repository: any updates (commits) will be applied to your cluster, without having to run any commands.

Check that TAP is being deployed by running either command below:

tanzu package installed list -n tap-install

# OR

kctrl package installed list -n tap-install

Enjoy!

Contribute

Contributions are always welcome!

Feel free to open issues & send PR.

License

Copyright © 2022 VMware, Inc. or its affiliates.

This project is licensed under the Apache Software License version 2.0.

About

Deploy Tanzu Application Platform with GitOps

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Smarty 100.0%