How to deploy Jenkins pod in minikube

0 votes

Hi Guys,

I am new in kubernetes. I want to launch one Jenkins pod in kubernetes cluster. Can anyone help me, how can I do that?

May 19, 2020 in Kubernetes by akhtar
• 38,230 points
1,695 views

1 answer to this question.

0 votes

Hi@akhtar,

In minikube you don't have to download images from docker hub. Kubernetes will download automatically. You have to run the below given command to launch Jenkins pod.

$ kubectl run Jenkins --image=jenkins

You can also expose this pod.

$ kubectl expose pod Jenkins --port=80 --type=NodePort

Now you can connect your jenkins from anywhere within the same network.

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

Related Questions In Kubernetes

0 votes
1 answer

How to deploy the pod in k8s connect to 3rd party server which using whitelist IP?

Hey, You can connect the pod and the ...READ MORE

answered Oct 29, 2020 in Kubernetes by Sam

edited Oct 6, 2021 by Sarfaraz 1,002 views
0 votes
1 answer

How to deploy at least one pod per minion while configuring replication controller?

I think what you actually want to ...READ MORE

answered Nov 23, 2018 in Kubernetes by ajs3033
• 7,300 points
568 views
+1 vote
1 answer

How to deploy a feature with zero downtime in kubernetes?

By default Deployment in Kubernetes uses RollingUpdate as a ...READ MORE

answered Jul 18, 2019 in Kubernetes by Sirajul
• 59,230 points
806 views
+1 vote
1 answer

How to use a Volume to communicate between two Containers running in the same Kubernetes-Pod?

Create a Pod that runs two Containers Create a ...READ MORE

answered Jul 23, 2019 in Kubernetes by Sirajul
• 59,230 points
2,352 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,056 views
0 votes
1 answer

How to launch one Pod in a particular namespace in minikube?

Hi@akhtar, You can pass your namespace name when ...READ MORE

answered Jun 30, 2020 in Kubernetes by MD
• 95,440 points
719 views
0 votes
1 answer

How to install minikube in windows?

Hi@akhtar, To install Minikube manually on Windows using Windows ...READ MORE

answered May 18, 2020 in Kubernetes by MD
• 95,440 points
2,226 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