January 2019
Intermediate to advanced
484 pages
11h 48m
English
Chapter 3, Getting Started with Kubernetes, stated that multiple containers within the same Kubernetes pod can share the same pod IP address, network port, and IPC. Therefore, applications can communicate with each other through a localhost network. However, the filesystem is segregated.
The following diagram shows that Tomcat and nginx are in the same pod. Those applications can communicate with each other via localhost. However, they can't access each other's config files:

Some applications won't affect these scenarios and behavior, but some applications may have some use cases that require ...
Read now
Unlock full access