...

/

Getting Started with Pods

Getting Started with Pods

Learn what are Pods, and how to create a Kubernetes cluster.

We'll cover the following...

Understanding Pods

Pods are equivalent to bricks that we use to build houses. Both are uneventful and not much by themselves. Yet, they are fundamental building blocks without which we could not construct the solution we are set to build.

If you have used Docker or Docker Swarm, you’re probably used to thinking that a container is the smallest unit and that more complex patterns are built ...