73939/how-to-launch-one-pod-in-a-particular-namespace-in-minikube
Hi Guys,
I am new to Kubernetes. Whenever I launched one Pod, it automatically created in the default namespace. I have created one namespace. I want to create one Pod inside this namespace. How can I do that?
Hi@akhtar,
You can pass your namespace name when you launch one Pod in the Kubernetes cluster. Use the below-given command.
$ kubectl run web --image=httpd --namespace=namespace_name
I hope this will help.
One way is Init Containers. These are for ...READ MORE
Create a Pod that runs two Containers Create a ...READ MORE
1. Configmap is created on the node1. ...READ MORE
Hi@akhtar, When you create a ConfigMap using --from-file, the ...READ MORE
Hey @nmentityvibes, you seem to be using ...READ MORE
Try using ingress itself in this manner except ...READ MORE
Hi Kalgi after following above steps it ...READ MORE
Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE
Hi@akhtar, In minikube you don't have to download ...READ MORE
Hi@akhtar, You need to use the kubectl cp command ...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.