Kubernetes pods are the smallest units in the ecosystem. A pod is basically a container of containers. Kinda confused? yeh! Containers or Docker containers contain your app and know how to deploy it in an ideal situation. Before Kubernetes can help you scale your app to your desired amount of users. We need to have […]
Kubernetes Basics: Setup a Kubernetes Cluster.
In this series of posts ill cover basics of Kubernetes starting from setting a basic cluster with minikube. Kubernetes Basics: Installing Kubernetes with minikube. First of all we will go visit https://kubernetes.io/ to get the latest version of kubectl. We can also do it with the command above next well give it execute permissions. Run […]