A Kubernetes deployment is a resource object in Kubernetes that provides declarative updates to applications. In this article, we will learn to create a deployment in Kubernetes and perform operations on it.
Source: LXer – How to create a Deployment in Kubernetes