How to integrate Jenkins with Kubernetes Cluster | Jenkins integration with Kubernetes Cluster

  Рет қаралды 9,396

Learn DevOps and Cloud

Learn DevOps and Cloud

Күн бұрын

Пікірлер: 40
@gpldakhil
@gpldakhil 11 ай бұрын
Thanks for this video tutorial.
@Iam.7hills
@Iam.7hills 11 ай бұрын
Thank you for watching this video, please share with your friends.
@Deepak-Singh23
@Deepak-Singh23 Жыл бұрын
Nice, can we implement using local setup of minikube ?
@Iam.7hills
@Iam.7hills Жыл бұрын
Thank you Deepak.. Yes we can do Jenkins integration with minikube as well.. But we need to make sure Jenkins and your Minikube should be running inside the same network. I will try to put a video on this weekend.
@Deepak-Singh23
@Deepak-Singh23 Жыл бұрын
@@Iam.7hills Sure, Thank you so much, mean while even I'll try it out .
@Iam.7hills
@Iam.7hills Жыл бұрын
Hi Deepak - Please check this video and let me know if you need any help kzbin.info/www/bejne/imW8YYeKn7hpbpI
@davidperdomo9
@davidperdomo9 11 ай бұрын
Hi! I was able to connect kubernetes with jenkins but I am not sure what is next in the code pipeline. I would like to see an example, thank you!
@Iam.7hills
@Iam.7hills 11 ай бұрын
Hi Dave, Can you please check this URL github.com/Iam-7hills/kubernetes/blob/main/pipeline.txt. You can also use a freestyle job following this video - kzbin.info/www/bejne/gZbOl6etbLKmabM
@davidperdomo9
@davidperdomo9 11 ай бұрын
@@Iam.7hills Thank you very much!
@ganeshpawar231
@ganeshpawar231 24 күн бұрын
Hi sir, As you are mentioning token will expire in 10 years and immediately you explained will expire in 1 hour. Just confused. What exactly by default duration? Thanks.
@Iam.7hills
@Iam.7hills 23 күн бұрын
Default is 60 minutes , in the demo I had used 10 years duration.
@ganeshpawar231
@ganeshpawar231 23 күн бұрын
But You have used --duration=8760h it means after 1 year token will expire 365*24=8760h
@cabrera-dev
@cabrera-dev 5 ай бұрын
Hi! How can i deploy a kustomization? Bc i need to create a deployment which will be exposed by a svc and has his own configmap for environments
@Iam.7hills
@Iam.7hills 4 ай бұрын
Hi, I have the video for Kustomization.please do check this and let me know if it helps.. If you still have a further questions, do let me know. thank you. kzbin.info/www/bejne/eZi9ZHusm9unl5o
@Iam.7hills
@Iam.7hills 4 ай бұрын
kzbin.info/www/bejne/eZi9ZHusm9unl5o
@suneelsai_e4123
@suneelsai_e4123 5 ай бұрын
This video is useful
@PrashantSharma-dl9zf
@PrashantSharma-dl9zf 4 ай бұрын
useful👏👏
@gpldakhil
@gpldakhil 11 ай бұрын
Sure Sir, How to define the number of pods for the jobs and how to scale up pods ( how to do that)
@Iam.7hills
@Iam.7hills 11 ай бұрын
Hi Gopal, as far as i know, replicas for pods can be managed using replicasset and deployment. I don't think they use for JOB kind. Instead they use Parallelism, which you can check my blog for the details. kubernetes7hills.blogspot.com/p/jobs.html. I have the video to explain hpa Autoscale based on the kubernetes.io documentaion, please do let me know if it is not clear. kzbin.info/www/bejne/oKPMi4KKi7uqrKc
@gpldakhil
@gpldakhil 11 ай бұрын
Sure sir I will explore your blog if any doubts I will let know Thanks for your support
@Iam.7hills
@Iam.7hills 11 ай бұрын
@@gpldakhil please ask me for any doubts, happy to help
@saikrishnasiddhard4814
@saikrishnasiddhard4814 3 ай бұрын
Sir can You kindly share that cd job code Git code link
@Iam.7hills
@Iam.7hills 3 ай бұрын
Here you go : pipeline { agent { kubernetes { yaml ''' apiVersion: v1 kind: Pod spec: containers: - name: maven image: maven:alpine command: - cat tty: true ''' } } stages { stage('Run maven') { steps { container('maven') { sh 'mvn -version' } } } } }
@dubaigirltaki
@dubaigirltaki 2 күн бұрын
i need the pipeline code
@Iam.7hills
@Iam.7hills 2 күн бұрын
github.com/Iam-7hills/kubernetes/blob/main/pipeline.txt
@knr12191
@knr12191 8 ай бұрын
if you attached the pipeline script it will usefull for beginers like me
@Iam.7hills
@Iam.7hills 8 ай бұрын
Please find this link : github.com/Iam-7hills/kubernetes/blob/main/pipeline.txt
@knr12191
@knr12191 8 ай бұрын
Thanks a lot
@Iam.7hills
@Iam.7hills 8 ай бұрын
@knr12191 thanks for watching my video
@pavans2927
@pavans2927 6 ай бұрын
How to create pipeline if I have tank file in git
@Iam.7hills
@Iam.7hills 5 ай бұрын
what is tank file means ?
@FoodStop.
@FoodStop. 7 ай бұрын
Hi Sir, Iam not able to create token it says unknown flag for duration and I had read that token will get auto generated when we create service account but for me its not getting generated. What permissions I need to create token?
@Iam.7hills
@Iam.7hills 5 ай бұрын
what error do you get ?
@kirtiparate4571
@kirtiparate4571 4 ай бұрын
May i know pipeline code
@Iam.7hills
@Iam.7hills 4 ай бұрын
Please check this link for the pipeline code. Thanks for watching the video. github.com/Iam-7hills/kubernetes/blob/main/pipeline.txt.
@rex-dj5cu
@rex-dj5cu 11 ай бұрын
facing websocket error
@Iam.7hills
@Iam.7hills 11 ай бұрын
I think, I had seen this error. Let me replicate this issue.. Can you please contact me @ iam.7hills@gmail.com
@manoharkodurivlogs4460
@manoharkodurivlogs4460 5 ай бұрын
Not clear? Please make videos clearly step by steps
@Iam.7hills
@Iam.7hills 5 ай бұрын
Sure, I will try my best. Thanks for your feedback
What is Kubernetes deployment and what is Self-healing? | Self-healing demo
6:31
Jenkins Tutorial For Beginners | CI CD Pipeline | Ashok IT.
2:05:11
Lamborghini vs Smoke 😱
00:38
Topper Guild
Рет қаралды 69 МЛН
We Attempted The Impossible 😱
00:54
Topper Guild
Рет қаралды 49 МЛН
How to Use Kubernetes Pods As Jenkins Agents
25:15
CloudBeesTV
Рет қаралды 59 М.
How to integrate Jenkins and ArgoCD
16:18
Learn DevOps and Cloud
Рет қаралды 1,4 М.
[ Kube 25 Discussion 1 ] Configuring Jenkins to connect to Kubernetes cluster
19:27
Do NOT Learn Kubernetes Without Knowing These Concepts...
13:01
Travis Media
Рет қаралды 332 М.
[ Kube 25 Discussion 3 ] Connecting Jenkins to Minikube Kubernetes Cluster
16:27
Just me and Opensource
Рет қаралды 15 М.
Lamborghini vs Smoke 😱
00:38
Topper Guild
Рет қаралды 69 МЛН