Deployment in kubernetes | Linux Today

Deployment in kubernetes

Written By
DK
Deepak Kumar
Sep 17, 2019

There are two type of deployment in Kubernetes. Let’s discuss one by one.

Deployment in Kubernetes by command line
Deployment in Kubernetes by yaml file
Command line interface ???::??? We can create and manage a deployment in Kubernetes by using the Kubernetes command line interface, Kubectl. Kubectl uses the Kubernetes API to interact with the cluster.When we create a deployment, we have to specify the container image for our application and the number of replicas that we want to run.

So, first of all we have to select our docker image. We can use our custom image also or we can pull from docker hub. In my case I will use apache docker image from docker hub repository, and I will launch an apache sever. But before performing lab be ready with fully configured setup of Kubernetes cluster.

DK

Deepak Kumar

Linux Today Logo

LinuxToday is a trusted, contributor-driven news resource supporting all types of Linux users. Our thriving international community engages with us through social media and frequent content contributions aimed at solving problems ranging from personal computing to enterprise-level IT operations. LinuxToday serves as a home for a community that struggles to find comparable information elsewhere on the web.

Property of TechnologyAdvice. © 2026 TechnologyAdvice. All Rights Reserved

Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.