69567/how-to-create-deployment-build-in-kubernetes
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?
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.
Duplicate of https://www.edureka.co/community/26673/error-saying-publi ...READ MORE
Add nodes in a HA cluster in ...READ MORE
Hi@akhtar, You will get your token when you ...READ MORE
Minikube is a tool that lets you ...READ MORE
Hey @nmentityvibes, you seem to be using ...READ MORE
When you use docker-compose down, all the ...READ MORE
It can work if you try to put ...READ MORE
Swarm is easy handling while kn8 is ...READ MORE
Hi@akhtar, In Kubernetes, no command is available to ...READ MORE
Hi@akhtar, Secrets can contain user credentials required by ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.