Development Environment
You will need several tools for interacting with the kubernetes cluster.
All Recommended Tools
gcloud(required) - Google Cloud SDK, used to authenticate to Google Cloudkubectl(required) - Kubernetes command line tool, used to interact with the kubernetes clusterdocker(required) - Containerization tool, used to build and run containersskaffold(recommended) - Kubernetes development tool, build and deployment automation tool
Installation Instructions
To install gcloud and kubectl follow the official documentation on GCP:
To set up and install docker, see the Docker page.
To install skaffold, follow the official documentation: