Summary
In this chapter, we explored in depth what containers are. We also learned about the different types of container tools that are available. In particular, we investigated Docker. Docker is quite a popular container tool today and it is a foundational piece of software for many successful companies.
We also learned about the orchestration tool Kubernetes and how it interfaces and integrates with Docker. Kubernetes is also quite popular and it helps many companies simplify their DevOps processes.
Then, we looked at how Kubernetes and Docker can work together as well as with other AWS services. These tools were specifically created to host and maintain containers.
We also spent some time going over Amazon EKS and how it works together with Kubernetes.
Lastly, we also learned about AWS Batch, which is another tool that can be used to containerize software applications.
The software and services covered in this chapter will be instrumental in ensuring the success...