March 2021
Intermediate to advanced
260 pages
5h 45m
English
In the previous chapter, we put the work into making our service deployable, but we only deployed it locally. In this chapter, we’ll deploy our service to the cloud and put it on the Internet. Kubernetes abstracts the resources needed for your applications—containers, networking, volumes, and so on—similar to how Go abstracts the operating system and processor architecture so you can run the same program on each. As such, the changes you need to make to take your local Kubernetes cluster to the cloud can be little to nothing.
Three major cloud platforms dominate the landscape: Google Cloud Platform (GCP),[63] Amazon Web Services (AWS),[64] and Microsoft Azure.[65] All three platforms ...
Read now
Unlock full access