Technical requirements
For this chapter, you should already know a bit about cloud technologies. The gist is that all clouds are more or less the same. There are differences in the names of the services, but they’re all doing the same thing more or less.
If you’re comfortable with the cloud and have worked in a few cloud-based services, you’ll be successful in navigating this chapter.
To work inside the cloud-based services, you will need the following:
- A Linode account
- A DigitalOcean account
- A Red Hat account
- An AWS account (for the final section of this chapter)
You can sign up for all of these services and get free credit. Just ensure that you shut down the Kubernetes environments when you’ve finished running them to save money.
The code for this chapter can be found in this book’s GitHub repository at https://github.com/PacktPublishing/50-Kubernetes-Concepts-Every-DevOps-Engineer-Should-Know/tree/main/Ch3.
...