Deploying a dockerized two-tier app on Kubernetes
For a great deal of developers, myself included, doing something is the preferred method of learning as opposed to reading how to do it. When I was wrapping my head around using kubernetes to manage my docker containers, I found that creating a deployment from scratch was invaluable. I’d like to walk you through that deployment and explain everything along the way.
Before we jump in, you’ll need to have:
[Read More]