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

  Рет қаралды 7,667

Learn DevOps and Cloud

Learn DevOps and Cloud

Күн бұрын

Пікірлер: 35
@gpldakhil
@gpldakhil 8 ай бұрын
Thanks for this video tutorial.
@Iam.7hills
@Iam.7hills 8 ай бұрын
Thank you for watching this video, please share with your friends.
@PrashantSharma-dl9zf
@PrashantSharma-dl9zf 2 ай бұрын
useful👏👏
@suneelsai_e4123
@suneelsai_e4123 2 ай бұрын
This video is useful
@davidperdomo9
@davidperdomo9 9 ай бұрын
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 9 ай бұрын
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 9 ай бұрын
@@Iam.7hills Thank you very much!
@gpldakhil
@gpldakhil 8 ай бұрын
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 8 ай бұрын
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 8 ай бұрын
Sure sir I will explore your blog if any doubts I will let know Thanks for your support
@Iam.7hills
@Iam.7hills 8 ай бұрын
@@gpldakhil please ask me for any doubts, happy to help
@Deepak-Singh23
@Deepak-Singh23 11 ай бұрын
Nice, can we implement using local setup of minikube ?
@Iam.7hills
@Iam.7hills 11 ай бұрын
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 11 ай бұрын
@@Iam.7hills Sure, Thank you so much, mean while even I'll try it out .
@Iam.7hills
@Iam.7hills 11 ай бұрын
Hi Deepak - Please check this video and let me know if you need any help kzbin.info/www/bejne/imW8YYeKn7hpbpI
@cabrera-dev
@cabrera-dev 2 ай бұрын
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 Ай бұрын
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 Ай бұрын
kzbin.info/www/bejne/eZi9ZHusm9unl5o
@knr12191
@knr12191 6 ай бұрын
if you attached the pipeline script it will usefull for beginers like me
@Iam.7hills
@Iam.7hills 6 ай бұрын
Please find this link : github.com/Iam-7hills/kubernetes/blob/main/pipeline.txt
@knr12191
@knr12191 6 ай бұрын
Thanks a lot
@Iam.7hills
@Iam.7hills 6 ай бұрын
@knr12191 thanks for watching my video
@saikrishnasiddhard4814
@saikrishnasiddhard4814 20 күн бұрын
Sir can You kindly share that cd job code Git code link
@Iam.7hills
@Iam.7hills 20 күн бұрын
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' } } } } }
@FoodStop.
@FoodStop. 5 ай бұрын
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 3 ай бұрын
what error do you get ?
@pavans2927
@pavans2927 4 ай бұрын
How to create pipeline if I have tank file in git
@Iam.7hills
@Iam.7hills 3 ай бұрын
what is tank file means ?
@kirtiparate4571
@kirtiparate4571 Ай бұрын
May i know pipeline code
@Iam.7hills
@Iam.7hills Ай бұрын
Please check this link for the pipeline code. Thanks for watching the video. github.com/Iam-7hills/kubernetes/blob/main/pipeline.txt.
@manoharkodurivlogs4460
@manoharkodurivlogs4460 3 ай бұрын
Not clear? Please make videos clearly step by steps
@Iam.7hills
@Iam.7hills 3 ай бұрын
Sure, I will try my best. Thanks for your feedback
@rex-dj5cu
@rex-dj5cu 9 ай бұрын
facing websocket error
@Iam.7hills
@Iam.7hills 9 ай бұрын
I think, I had seen this error. Let me replicate this issue.. Can you please contact me @ iam.7hills@gmail.com
What is Kubernetes deployment and what is Self-healing? | Self-healing demo
6:31
Worst flight ever
00:55
Adam W
Рет қаралды 33 МЛН
Don't look down on anyone#devil  #lilith  #funny  #shorts
00:12
Devil Lilith
Рет қаралды 10 МЛН
Офицер, я всё объясню
01:00
История одного вокалиста
Рет қаралды 5 МЛН
小天使和小丑太会演了!#小丑#天使#家庭#搞笑
00:25
家庭搞笑日记
Рет қаралды 39 МЛН
How to Integrate Jenkins With AWS
23:13
CloudBeesTV
Рет қаралды 45 М.
[ Kube 25 Discussion 3 ] Connecting Jenkins to Minikube Kubernetes Cluster
16:27
Just me and Opensource
Рет қаралды 15 М.
Setting up an on-premise Kubernetes cluster (Ubuntu 22.04)
16:53
ADTSolutions
Рет қаралды 31 М.
How to integrate Azure DevOps and Katalon | Test Automation in Azure DevOps
20:17
Learn DevOps and Cloud
Рет қаралды 1,5 М.
Jenkins on Amazon EKS - The easy way
23:33
That DevOps Guy
Рет қаралды 22 М.
Set up complete CI/CD Jenkins pipeline for kubernetes - Part 11
57:20
Worst flight ever
00:55
Adam W
Рет қаралды 33 МЛН