Containers in the Cloud
Learn about cloud computing with containers and some points that are of concern to deployment environments.
We'll cover the following...
How containers run in cloud
Containers on cloud VMs combine the challenges of both containers and the cloud. The containers have short-lived, ephemeral identities. Connecting them means linking ports across different VMs, possibly in different zones or regions. Designing individual services to run in this kind of deployment is not that much different from ...