Very useful video.. however let me tell me one thing to do jenkins backup every time we need to stop jenkins or also we can take backup without stopping jenkins.. since if ur job is running it will be difficult to stop jenkins and last but not the least can we also automate this process so that autometically backup happen in certain time period. Thanks in advance.
Hi Alok, i have doubt regarding k8s.. can we edit the pod which is created by deployment service. if yes could you please explain this is real time issue we are facing.
If pod is a part of deployments then you need to do the changes in deployments spec for pod and reapply it. New pod as per replicas defined will comes and older will get terminated automatically
awesome video
Glad you enjoyed it
very helpful video, good job
Glad it was helpful!
Amazing
Thank you! Cheers!
Very useful video.. however let me tell me one thing to do jenkins backup every time we need to stop jenkins or also we can take backup without stopping jenkins.. since if ur job is running it will be difficult to stop jenkins and last but not the least can we also automate this process so that autometically backup happen in certain time period. Thanks in advance.
Excellent explanation !!
Glad you liked it!
very informative video
Glad you liked it
@AlokKumar Please confirm one thing, this process restore data part or we restore data as well as configuration part also.
I need to restore both data as well as user information so just need to clear that configuration part also included or not in this way.
Whatever Jenkins keep it for all the jobs and all the configuration, even your credentials. Please watch video for better understanding
Hi sir ,it was explained as well sir
Keep watching
Really helped, good job.
Glad it helped!
Can you please provide that bash script code?
Hi Alok, i have doubt regarding k8s.. can we edit the pod which is created by deployment service. if yes could you please explain this is real time issue we are facing.
If pod is a part of deployments then you need to do the changes in deployments spec for pod and reapply it. New pod as per replicas defined will comes and older will get terminated automatically
Please add a video for jenkins as HA .
Noted
how do we secure our passwords? do we backup seperately?
Password is also backup, see complete video.
how do we backup passwords separately? @@AlokKumar
Hmm not good way of doing this. You would rather mount a S3 bucket (something similar) to linux machine:/var/lib/jenkins
Nothing is good or bad, there are several way to accomplish a task, main thing is the task that easy to one , might difficult to others, cheers 🍻