In the previous post we've seen Introduction to K8s Pods, In this post we will be writing manifest file to deploy K8s Pod. Kubernetes manifests are used to create, modify and delete Kubernetes resources such as pods, deployments, services or ingresses. It is very common to define manifests in form of .yaml.