- Fork this repo to your personal account
- Follow instructions here to build your application
- Commit and Push this change to Github
- Check Github Actions to check the status of the build and push
- Update GH_USER and image tag in file
k8s/app.yaml
line 39 with your github username and the lastest workflow run number - Run the following commands
kubectl apply -f yaml/deploy/demo-app.yaml kubectl port-forward svc/app 8080:8080 -n tanzu-devslam-spring
- Check your application http://localhost:8080
- Install Docker Desktop link
- Install Tanzu Community Edition Extenstion instructions
- Make sure you have JAVA 17 installed here