- go to google developer console
- click on
Free Trial fillinformations (you need to add a billing card)- go to google developer console projects
- create a new project.
- Click on
Galleryin top left corner - Enable the container Engine API
- Click on
ContainerEnginein that gallery menu Create a container clusterfillthe different needed elements and validate
I use the docker way for this task.
You need to setup docker to run this part.
If you go to google documentation, you will find that gcloud sdk is available for windows. But kubectl is not available. So I choose to do all in the same way.
- run
./gcloud.sh initin this folder. That will download a container with the gcloud sdk and run an interactive command to configure your environment with your project data. - the CLI will ask you to login, answer
y - It will prompt an url that you need to
copy/pasteto yourbrowser. Paste it in firefox(chrome change the EOL with %20, you will need to copy paste to a text editor before copy/paste to chrome)Authenticatewith your accountCopythe tokenPastein CLI with a right click- enter your
project name(filled in the first part of that page) - do not clone the repository