After getting to know the Kubernetes architecture and object management in the previous chapter, in this chapter you will learn everything you need to know about containers and pods.
We will start our discussion with containers, including what a container is and what a container image is. We will go through several important questions such as can containers heal by themselves, and can containers hold any application state? We will explore container life-cycle hooks and how we can use them to perform ...