Monday, October 30, 2023

VMware Tanzu Application Platform - Build Cloud Native Apps on Kubernetes | VMware Tanzu

https://tanzu.vmware.com/application-platform




~/username tanzu apps workload create tanzu-spring-pet-clinic \ 
 --git-branch main \ 
 --type web \ 
Create workload:
  1 + |---
  2 + |apiVersion: carto.run/v1alpha1
  3 + |kind: Workload
  4 + |metadata:
  5 + | labels:
  6 + | app.kubernetes.io/part-of: tanzu-spring-pet-clinic
  8 + | name: tanzu-spring-pet-clinic
  9 + | namespace: default
 10 + |spec:
 11 + | source:
 12 + | git:
 13 + | ref:
 14 + | branch: main

? Do you want to create this workload? Yes
Created workload "tanzu-spring-pet-clinic"


 WATCH DEMO

No comments: