Dev environment is cloud based.
- GCloud Kubernetes Cluster (4x Nodes)
Skaffold YAML file is included for development. Skaffold offers automated reloading of the Kubernetes project each time changes are saved to the source code.
Stand up the initial project resources.
skaffold run -p init-deploy-dev
Compile the project, build containers, push containers, and run development application.
skaffold dev -p development