- Install Skaffold
- Install Docker Desktop
- Install the Cloud Code VSCode extension by Google Cloud
- Install
kubectl
tool- You might already have it:
kubectl version
- Also comes with the GCP Cloud SDK
- Or you can install from kubernetes.io
- You might already have it:
Context: We're taking an existing app and setting it up for development on k8s
- Go through the existing app
- Create k8s manifest YAML files
- Run Cloud Code Deploy
- Create Deployment Profile(s)
- Ensure the Dockerfiles are written
- Fix any bugs (could use the debugger + Continuous Deploy)
- Add additional Profiles for other environments