These steps are best done using the Web Console. They only need to be done once to use Google Kubernetes Engine (GKE).
Google Free Tier allows you to use GKE.
All GCP resources are assigned to a project. You can name your
project anything. A good default is c756proj
. Leave the
organization to its default "No Organization".
Select the project you created. Then
enable the Kubernetes Engine API
(confusingly called container.googleapis.com
in the URLs) for that
project.
Install the gcloud
command-line interface,
which will be called from the .mak
files used in this course.
Run gcloud init
to set your GCP defaults.