Description
This article was originally posted at TheNewStack. By Matt Zand and Jim Sullivan Kubernetes is a containerized solution. It provides virtualized runtime environments called Pods, which house one or mo
Summary
- Kubernetes is a containerized solution.
- Every second, the second container adds the current date and time into the index.html file, which is located in the shared Volume.
- Here is a good article for reading more on similar Kubernetes topics.
- In this article, we also discussed the concept of Inter-Process Communications among containers within a Pod, which is an alternative to shared Volume concepts.