Thank you for watching this video, please share with your friends.
@Deepak-Singh23 Жыл бұрын
Nice, can we implement using local setup of minikube ?
@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 Жыл бұрын
@@Iam.7hills Sure, Thank you so much, mean while even I'll try it out .
@Iam.7hills Жыл бұрын
Hi Deepak - Please check this video and let me know if you need any help kzbin.info/www/bejne/imW8YYeKn7hpbpI
@davidperdomo911 ай бұрын
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.7hills11 ай бұрын
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
@davidperdomo911 ай бұрын
@@Iam.7hills Thank you very much!
@ganeshpawar23124 күн бұрын
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.7hills23 күн бұрын
Default is 60 minutes , in the demo I had used 10 years duration.
@ganeshpawar23123 күн бұрын
But You have used --duration=8760h it means after 1 year token will expire 365*24=8760h
@cabrera-dev5 ай бұрын
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.7hills4 ай бұрын
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.7hills4 ай бұрын
kzbin.info/www/bejne/eZi9ZHusm9unl5o
@suneelsai_e41235 ай бұрын
This video is useful
@PrashantSharma-dl9zf4 ай бұрын
useful👏👏
@gpldakhil11 ай бұрын
Sure Sir, How to define the number of pods for the jobs and how to scale up pods ( how to do that)
@Iam.7hills11 ай бұрын
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
@gpldakhil11 ай бұрын
Sure sir I will explore your blog if any doubts I will let know Thanks for your support
@Iam.7hills11 ай бұрын
@@gpldakhil please ask me for any doubts, happy to help
@saikrishnasiddhard48143 ай бұрын
Sir can You kindly share that cd job code Git code link
@Iam.7hills3 ай бұрын
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' } } } } }
if you attached the pipeline script it will usefull for beginers like me
@Iam.7hills8 ай бұрын
Please find this link : github.com/Iam-7hills/kubernetes/blob/main/pipeline.txt
@knr121918 ай бұрын
Thanks a lot
@Iam.7hills8 ай бұрын
@knr12191 thanks for watching my video
@pavans29276 ай бұрын
How to create pipeline if I have tank file in git
@Iam.7hills5 ай бұрын
what is tank file means ?
@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.7hills5 ай бұрын
what error do you get ?
@kirtiparate45714 ай бұрын
May i know pipeline code
@Iam.7hills4 ай бұрын
Please check this link for the pipeline code. Thanks for watching the video. github.com/Iam-7hills/kubernetes/blob/main/pipeline.txt.
@rex-dj5cu11 ай бұрын
facing websocket error
@Iam.7hills11 ай бұрын
I think, I had seen this error. Let me replicate this issue.. Can you please contact me @ iam.7hills@gmail.com
@manoharkodurivlogs44605 ай бұрын
Not clear? Please make videos clearly step by steps
@Iam.7hills5 ай бұрын
Sure, I will try my best. Thanks for your feedback