Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeffgbutler/tceworkshop
Guided hands on exercises for Tanzu Community Edition focusing on developer experience
https://github.com/jeffgbutler/tceworkshop
cartographer carvel knative kpack tanzu tanzu-community-edition tutorial workshop
Last synced: 21 days ago
JSON representation
Guided hands on exercises for Tanzu Community Edition focusing on developer experience
- Host: GitHub
- URL: https://github.com/jeffgbutler/tceworkshop
- Owner: jeffgbutler
- License: mit
- Created: 2022-04-29T13:11:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-19T09:53:24.000Z (about 2 years ago)
- Last Synced: 2023-08-14T18:25:56.078Z (about 1 year ago)
- Topics: cartographer, carvel, knative, kpack, tanzu, tanzu-community-edition, tutorial, workshop
- Language: Jupyter Notebook
- Homepage:
- Size: 3.22 MB
- Stars: 6
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tanzu Community Edition Workshops
Workshops for Tanzu Community Edition (TCE) covering basic installation, Knative, Kpack, and Cartographer.
**Important:** these workshops are based on version 0.12.1 or greater of Tanzu Community Edition.
The instructions may not work if you use earlier versions.## Workshop Goals
In the workshops we are going to focus on building and configuring a Kubernetes cluster that is customized
for developer experience. The cluster we build will have the following characteristics:1. It could easily run on a developer workstation
2. It will automatically build and publish images from source code
3. It will automatically deploy images and expose a URL through a Kubernetes ingress controller using KnativeIn the VMware parlance, this is an "iterate" cluster - meaning that it is meant to be used as a cluster
where developers can iterate on application development.We will start with installing TCE, creating a cluster, and deploying a simple workload. Then we will dig in
to the details and what's going on behind the scenes.## How to Proceed
To proceed, start with the pre-requisites page and follow the links through the workshop. You should follow the steps
in order through #4 below (Install the App Toolkit). After that, you can skip any of the following sections
or take them in any order you wish. If you are not familiar with the Carvel tools, we suggest working through
the sections on Carvel before attempting to build a custom supply chain with Cartographer.If you already have the pre-requisites installed and want to jump straight into Knative, Kpack, or Cartographer,
you can create and prepare a cluster with the simple steps outlined on the [Quick Start](QuickStart.md).1. [Install the Pre-Requisites](00-basic-setup/README.md)
2. [Create a Cluster](01-creating-clusters/README.md)
3. [Explore the Cluster](02-explore-the-cluster/README.md)
4. [Install the App Toolkit](03-app-toolkit/README.md)
5. [Deploy Applications with Knative](04-knative/README.md) (Optional)
6. [Build OCI Images with Kpack](05-kpack/README.md) (Optional)
7. [Software Supply Chains with Cartographer](06-cartographer/README.md) (Optional)
- [Cartographer Deep Dive](06-cartographer/CartographerDeepDive.md)
8. [Create a Custom Supply Chain with Cartographer](07-CustomSupplyChain/README.md) (Optional)Appendix: Explore the Carvel Tools (Optional):
- [Carvel Overview](90-Carvel/README.md)
- [Secretgen Controller](90-Carvel/secretgen-controller/README.md)
- [YTT](90-Carvel/ytt/README.md)
- [Kbld](90-Carvel/kbld/README.md)
- [Kapp](90-Carvel/kapp/README.md)
- [Kapp Controller](90-Carvel/kapp-controller/README.md)