K8

Learning Kubernetes Basics

Latest posts

POD in K8

in Kubernetes, a POD is the single instance of an application and it is the smallest object that we can create in k8 to deploy pods we can use the below command kubectl run nginx --image nginx to list all pods in the cluster...