How to create deployment build in kubernetes

0 votes

Hi Guys,

I am new in kunernetes. I installed minikube in my windows system. Can someone help me, how can I create deployment build in kubernetes?

May 18, 2020 in Kubernetes by akhtar
• 38,230 points
690 views

1 answer to this question.

0 votes

Hi@akhtar,

To create any resources in kubernetes you can use kubectl program. Use the below given command to create deployment build. 

$ kubernetes create deployment 'name' --image='imagename'

Hope this will help.

answered May 18, 2020 by MD
• 95,440 points

Related Questions In Kubernetes

0 votes
2 answers
0 votes
1 answer

How to build a high availability cluster in Kubernetes?

Add nodes in a HA cluster in ...READ MORE

answered Jul 12, 2019 in Kubernetes by Sirajul
• 59,230 points
923 views
0 votes
1 answer

How to create token for worker node in Kubernetes Cluster?

Hi@akhtar, You will get your token when you ...READ MORE

answered Sep 16, 2020 in Kubernetes by MD
• 95,440 points

edited Oct 6, 2021 by Sarfaraz 3,703 views
+2 votes
1 answer
+5 votes
7 answers

Docker swarm vs kubernetes

Swarm is easy handling while kn8 is ...READ MORE

answered Aug 27, 2018 in Docker by Mahesh Ajmeria
3,068 views
0 votes
1 answer

How to create one PVC in Kubernetes Cluster?

Hi@akhtar, In Kubernetes, no command is available to ...READ MORE

answered Jul 6, 2020 in Kubernetes by MD
• 95,440 points
1,236 views
0 votes
1 answer

How to create secrets from a text file in Kubernetes?

Hi@akhtar, Secrets can contain user credentials required by ...READ MORE

answered Jul 16, 2020 in Kubernetes by MD
• 95,440 points
2,128 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP