Set Up GKE Project
Learn how to create and configure a Google Cloud project.
We'll cover the following...
What will be built
When we start to learn or test new things it’s fine to do everything locally (or here, in the interactive sandboxes). But in the real world, production-ready code won’t be running on our laptops. It will be running either on a private or public cloud.
There are plenty of public cloud providers. The most popular are AWS, Google Cloud, Microsoft Azure, and Alibaba Cloud. But a list of all the possible vendors is way longer. From this vast selection, we picked Google Cloud as our go-to cloud service for this course. The reason for that is it offers a free tier subscription that would allow us to create a small cluster without charging us ...