Kubernetes

Kubernetes Pods explained with examples

Posted on

In this blog, we will explore the concepts of Kubernetes pods, how to create them using the yaml configuration, check pod logs etc.  Check out my YouTube video on this blog. Prerequisite: Functional Kubernetes Cluster configured Kubernetes’ command-line tool, kubectl, which is the command-line interface for running commands against Kubernetes clusters. Clone this git repo […]