tap-carvel-workshop

所属分类:操作系统开发
开发工具:Dockerfile
文件大小:1217KB
下载次数:0
上传日期:2023-04-28 13:40:38
上 传 者sh-1993
说明:  VMware Tanzu学习中心研讨会,用于自定进度学习Carvel为安装提供的所有工具...
(A Learning Center for VMware Tanzu workshop for self-paced learning of all the tools Carvel provides for the installation of TAP)

文件列表:
.dockerignore (35, 2023-04-28)
.eduk8signore (140, 2023-04-28)
Dockerfile (1971, 2023-04-28)
LICENSE (11357, 2023-04-28)
TODO (352, 2023-04-28)
install.sh (271, 2023-04-28)
resources (0, 2023-04-28)
resources\training-portal.yaml (451, 2023-04-28)
resources\workshop.yaml (6512, 2023-04-28)
values-example.yaml (235, 2023-04-28)
workshop (0, 2023-04-28)
workshop\content (0, 2023-04-28)
workshop\content\exercises (0, 2023-04-28)
workshop\content\exercises\Cluster-Essentials.md (4579, 2023-04-28)
workshop\content\exercises\Kapp-Controller.md (2979, 2023-04-28)
workshop\content\exercises\Kapp-Secret-Controller.md (641, 2023-04-28)
workshop\content\exercises\Kapp.md (3384, 2023-04-28)
workshop\content\exercises\Kbld-imgpkg-vendir.md (10788, 2023-04-28)
workshop\content\exercises\Packages.md (2518, 2023-04-28)
workshop\content\exercises\Prepare-Install.md (7087, 2023-04-28)
workshop\content\exercises\Secret-Controller.md (6294, 2023-04-28)
workshop\content\exercises\Ytt.md (4394, 2023-04-28)
workshop\content\images (0, 2023-04-28)
workshop\content\images\cartographer.png (99390, 2023-04-28)
workshop\content\images\carvel.png (86208, 2023-04-28)
workshop\content\images\choreographer.png (50580, 2023-04-28)
workshop\content\images\contour-architecture.png (78807, 2023-04-28)
workshop\content\images\dockerfile.png (286667, 2023-04-28)
workshop\content\images\orchestrator.png (42272, 2023-04-28)
workshop\content\images\reference-architecture.png (180957, 2023-04-28)
workshop\content\images\tap-conceptual.png (419836, 2023-04-28)
workshop\content\images\tekton-runs.png (80301, 2023-04-28)
workshop\content\images\tekton.png (129672, 2023-04-28)
workshop\content\workshop-overview.md (2681, 2023-04-28)
workshop\content\workshop-summary.md (316, 2023-04-28)
workshop\modules.yaml (1302, 2023-04-28)
workshop\workshop.yaml (362, 2023-04-28)
... ...

# Carvel self-paced learning workshop for the installation of TAP A [Learning Center for VMware Tanzu](https://docs.vmware.com/en/Tanzu-Application-Platform/1.0/tap/GUID-learning-center-about.html) workshop for self-paced learning of all the tools Carvel provides for the installation of TAP ## Preparations - Create a project `tap-carvel-workshop-examples` in your container registry with push privileges for the user you configure in values.yaml ## Workshop installation Download the Tanzu CLI for Linux from https://network.tanzu.vmware.com/products/tanzu-application-platform to the root of the directory. Create a public project called **tap-workshop** and private project called **tap-carvel-workshop-examples** in your registry instance. There is a Dockerfile in the root directory of this repo. From that root directory, build a Docker image and push it to the project you created: ``` docker build . -t /tap-workshop/tap-carvel-workshop docker push /tap-workshop/tap-carvel-workshop ``` Copy values-example.yaml to values.yaml and set configuration values ``` cp values-example.yaml values.yaml ``` Run the installation script. ``` ./install.sh ``` ## Debug ``` kubectl logs -l deployment=learningcenter-operator -n learningcenter ```

近期下载者

相关文件


收藏者