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
Thank You Sir
You're welcome!
very helpful video, good job
Glad it was helpful!
awesome video
Glad you enjoyed it
Amazing
Thank you! Cheers!
Hi sir ,it was explained as well sir
Keep watching
very informative video
Glad you liked it
Really helped, good job.
Glad it helped!
Excellent explanation !!
Glad you liked it!
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.
@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
Please add a video for jenkins as HA .
Noted
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
Can you please provide that bash script code?
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 🍻
Thank you so much for the efforts. Could you please mention also the best practices so that it keeps open doors for several ideas?