Social Icons

Aswin Vijayan

Aswin Vijayan is a DevOps engineer passionate about open-source tools and automation. Committed to continuous learning to master his field. Enjoys reading and exploring new technologies in free time.

2 min read

How to Create Kubernetes Deployment

In this blog, we will explore Kubernetes object Deployment and how to deploy applications using both imperative and declarative methods. What is Deployment in Kubernetes? Deployment is an object of Kubernetes that manages rollout and lifecyle...