Containers in the Data Center
Explore how containers function within data centers, focusing on their virtualization-like behavior, networking complexities, and orchestration tools like Kubernetes. Learn how to design containerized applications with externalized configuration and fast startup times, and understand the evolving network infrastructure supporting containers.
What are containers?
Containers have invaded the data center, pushed there by developer insistence. Containers promise to deliver the process isolation and packaging of a virtual machine together with a ...