Further reading
The product pages for each of the Kubernetes services can be found at the following links:
- Azure Kubernetes Service: https://azure.microsoft.com/en-gb/services/kubernetes-service/
- Google Kubernetes Engine: https://cloud.google.com/kubernetes-engine/
- Amazon Elastic Container Service for Kubernetes: https://aws.amazon.com/eks/
- DigitalOcean Kubernetes: https://www.digitalocean.com/products/kubernetes/
Quick starts for the various command-line tools used in the chapter can be found at the following links:
- Azure CLI: https://docs.microsoft.com/en-us/cli/azure/?view=azure-cli-latest
- Google Cloud SDK: https://cloud.google.com/sdk/
- AWS Command-Line Interface: https://aws.amazon.com/cli/
- eksctl, the official CLI for Amazon EKS: https://eksctl.io/
- doctl: https://github.com/digitalocean/doctl/
Finally, for more details on the demo store, go to the following link:
- Sock Shop: https://microservices-demo.github...