How Do Kubernetes and Docker Create IP Addresses?

One of the first mysteries I encountered with Docker and Kubernetes was seeing IP addresses created for containers and pods. And thinking how did these IP addresses enable binding a port number already used by another process? Turns out this is handled by… Read more

Similar

ASP.NET Core 2.0 in Docker

Authored by Maher Jendoubi TL;DR Learn how to create a Docker image with an ASP.NET Core 2.0 application and run your application on any Docker host. If you're not using docker for something and you're a developer, you need to. #docker&am... (more…)

Read more »