This is a sample .NET Steeltoe app that works with Tilt and the Tanzu Application Platform.
- A Kubernetes cluster with Tanzu Application Platform installed
- Your client machine must have the Tanzu CLI
You can use either command below to deploy the application:
tanzu apps workload create tanzu-dotnet-web-app \
--git-repo https://github.com/fjb4/tanzu-dotnet-web-app \
--git-branch master \
--type web \
--label app.kubernetes.io/part-of=tanzu-dotnet-web-app \
--label tanzu.app.live.view=true \
--label tanzu.app.live.view.application.flavours=steeltoe \
--label tanzu.app.live.view.application.name=tanzu-dotnet-web-app \
--yes
tanzu apps workload create tanzu-dotnet-web-app -f ./config/workload.yaml --yes
tanzu accelerator create tanzu-dotnet-web-app --git-repository https://github.com/fjb4/tanzu-dotnet-web-app --git-branch master