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.
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 - th-cam.com/video/Kekftw7Ms3Q/w-d-xo.html
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. th-cam.com/video/CgZ3Hvfvta8/w-d-xo.html
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.
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. th-cam.com/video/jriZOTVVwvE/w-d-xo.html
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?
Thanks for this video tutorial.
Thank you for watching this video, please share with your friends.
useful👏👏
Nice, can we implement using local setup of minikube ?
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.
@@Iam.7hills Sure, Thank you so much, mean while even I'll try it out .
Hi Deepak - Please check this video and let me know if you need any help
th-cam.com/video/T4Y0TTjS680/w-d-xo.html
This video is useful
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!
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 - th-cam.com/video/Kekftw7Ms3Q/w-d-xo.html
@@Iam.7hills Thank you very much!
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
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.
th-cam.com/video/CgZ3Hvfvta8/w-d-xo.html
th-cam.com/video/CgZ3Hvfvta8/w-d-xo.html
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.
Default is 60 minutes , in the demo I had used 10 years duration.
But You have used --duration=8760h it means after 1 year token will expire
365*24=8760h
Sure Sir, How to define the number of pods for the jobs and how to scale up pods ( how to do that)
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. th-cam.com/video/jriZOTVVwvE/w-d-xo.html
Sure sir I will explore your blog if any doubts I will let know Thanks for your support
@@gpldakhil please ask me for any doubts, happy to help
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?
what error do you get ?
if you attached the pipeline script it will usefull for beginers like me
Please find this link : github.com/Iam-7hills/kubernetes/blob/main/pipeline.txt
Thanks a lot
@knr12191 thanks for watching my video
How to create pipeline if I have tank file in git
what is tank file means ?
Sir can You kindly share that cd job code Git code link
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'
}
}
}
}
}
i need the pipeline code
github.com/Iam-7hills/kubernetes/blob/main/pipeline.txt
May i know pipeline code
Please check this link for the pipeline code. Thanks for watching the video.
github.com/Iam-7hills/kubernetes/blob/main/pipeline.txt.
facing websocket error
I think, I had seen this error. Let me replicate this issue.. Can you please contact me @ iam.7hills@gmail.com
Not clear? Please make videos clearly step by steps
Sure, I will try my best. Thanks for your feedback