Repository containing source code for Multi-cloud workshop.
Create a VM in AWS/GCP/Azure in the portal or using CLI. Deploy nginx server and User API nodejs application.
- Zip everything except: node_modules, deployment, Dockerfile
- Upload zip file while creating the application
- Configure environment variables
- Initiate App Engine for project in specific region
- Add app.yaml file (with env variables) to user-api application folder
- Execute gcloud app deploy
- Configure env variables for App Service
- User VS Code to deploy the application