Learn Kubernetes: A Step-by-Step Beginner's Guide, Part 2
An application needs to tick a few boxes to run on a Kubernetes cluster. These include.
1. Packaged as a container
2. Wrapped in a Pod
3. Deployed via a declarative manifest file
Let’s say we already have our microservices written in our favorite pro...
priyanshsao.hashnode.dev2 min read