...

/

From Containers to Kubernetes

From Containers to Kubernetes

Learn about the limitations of containers and the solution.

Limitations of containers

We quickly learned that a container image alone is only a fraction of what we need to run an application. Images contain processes that run inside containers. But processes alone hardly do what we need them to do. Containers ...