How To Create Deployment Objects in Kubernetes and Deploy Using kubectlby@willvelida
686 reads
686 reads

How To Create Deployment Objects in Kubernetes and Deploy Using kubectl

by Will Velida5mAugust 13th, 2021
Read on Terminal Reader
Read this story w/o Javascript
tldt arrow

Too Long; Didn't Read

Kubernetes provides a layer of functionality around Pods and allows you to describe a desired state. Deployments create a ReplicaSets which will in turn create the Pods that we request as part of our Deployment. When we update our Deployments, new Replica sets will be created that contain the updated Pods. Using kubectl, we can use the command to create a deployment using our own YAML file. We can also use the following command:fyployment -fyDeployment-a-deployment.

Companies Mentioned

Mention Thumbnail
Mention Thumbnail
featured image - How To Create Deployment Objects in Kubernetes and Deploy Using kubectl
Will Velida HackerNoon profile picture
Will Velida

Will Velida

@willvelida

Customer Engineer at Microsoft based in Auckland, New Zealand

About @willvelida
LEARN MORE ABOUT @WILLVELIDA'S
EXPERTISE AND PLACE ON THE INTERNET.

Share Your Thoughts

About Author

Will Velida HackerNoon profile picture
Will Velida@willvelida
Customer Engineer at Microsoft based in Auckland, New Zealand

TOPICS

THIS ARTICLE WAS FEATURED IN...

Permanent on Arweave
Read on Terminal Reader
Read this story in a terminal
 Terminal
Read this story w/o Javascript
Read this story w/o Javascript
 Lite
L O A D I N G
. . . comments & more!