I am feeling very good that I have listened your 20 videos till now. eager to watch remaining . Thank u very much Abhishek for the knowledge you are sharing with us.
This course is amazing. I wish I had found this earlier. The unique thing is that it is more practical which is what is most important when preparing for the job market.
@@AbhishekVeeramalla Could you please do a short video on the different teams/departments a devops engineer works? (For interviews) For example, I am John. I work on bla-bla team/department; I am responsible for bla-bla. This would be helpful for people not in the field. Thanks!
Hi Abhishek 1)CICD process in your current project --> For this our backend is PHP so no build process and we are not using Argo cd or Kubernetes, maven but i can explain the SonarQube stage also is this enough to say 2)backup Jenkins --> As far of my knowledge it is not .jenkins folder . It is /var/lib/jenkins (i am considering ubuntu and amazon Linux 2) 3)auto-scaling group for Jenkins in AWS --> In this answer what i observer is you are scaling jenkins master not worker nodes/slaves am i right but actually if traffic increases we need to launch the worker nodes because the traffic is routed to worker nodes right at the end of the day. 4)different ways to trigger jenkins pipelines --.> i worked with Poll scm and webhooks. But how exactly build triggers configured? Please reply and correct me if i am wrong in above mentioned points. Thanks for the video 🙏🤝
Thanks Abhishek for the detailed explanation. Can you take one session on how can we deploy and manage jenkins on kubernetes with autoscaling slaves? For example, we need to create a pipeline to build a java application, create a docker image, push to ECR and deploy on kubernetes cluster. In this scenario, how can we create a docker image when we use docker agent?
Thanks for sharing as I am going to switch career to cloud this is really helping me understand the concepts and how to crack the interview. Please continue with the good stuff. Good Bless you.
Firstly thanks a lot. Course is going too good, i am getting bunch of knowledge on every tool and day by day i am growing with confidence. From next week onwards I will start applying jobs, now can u give brief(2 to 3 mins of video) idea on openings and packages for freshers,for 2+ exp and for 5+ exp so that might boost my preparation bit hard.
Hii Abhishek need your guidance in this scenario I have created Jenkins pipelines for both development and production branches, meaning two Jenkinsfiles. For the development branch, I've set up a GitLab webhook for Jenkins pipeline. So, when there's a push to the development branch, the pipeline is triggered automatically. Similarly, for the production branch, if a tag is pushed to the repository, it triggers the production branch pipeline. Both are working fine, but I want to create a single Jenkinsfile for both branches. In this file, I want to set environment variables for the webhook, so that when a push occurs to the development branch, it triggers the development pipeline, and when a tag is pushed, it triggers the production pipeline. Please help me with how to set up these environment variables in a single Jenkinsfile. This is an urgent task for me.
"Sir, at 17:00, you mentioned that during holidays, the application received an extra load, so need to scale out. However, I'm puzzled because even if the application experiences increased traffic, it shouldn't impact the worker node. This is because our application is deployed on a Kubernetes cluster or a separate instance, and our Jenkins setup is on another separate instance. Could you please clarify this for me?"
Bro you are absolute gem... learning alot and very eagerly looking forward for further sessions... This is a great help and you are just fantastic in explaining things in detail...
Thanks for your time on sharing the knowledge, i request you to explain the real time issues and trouble shooting process on each tool. for eg: 2 or 3 issues on each tool.
Definitely it is worth ci/cd video, But still you haven't cleared us Jenkins pipeline explanation. From the Docker Stage to Shell script Stage what and how it is executing.
I was asked the questions about Jenkins secrets. "How do you maintain the secrets in the Jenkins" by HashedIn company, and I wasn't able to answer the question. Now i feel that I should have watched this video
if we use docker as agent the containers gets deleted at the end of the pipeline , the basic goal of this jenkins pipeline is to create the docker img ???
Hi Abhishek, I am a beginner in DevOps and I am following all the videos from day 1 but here in this CICD videos, i am not confident that i am understanding everything as this technology is very new to me and in each video related to CICD , I am finding new terms and ways which bounces off .. so can you please guide me from where i can understand this CICD concept from scratch or can you create a series for this CICD too?? As you already know all the companies are asking for CICD pipeline.
Hi Abhishek I have faced one question In interview like ,when we build the job job will trigger the build numbers like 1 , 2,3,4 ,but they want to automate these random numbers to release version, how we will do it this , Could you please give the answer?
Hi Abhishek, as you mentioned based on the technology of the project, ci cd tools will change, consider a scenario of 3 tier architecture, front end with javascript and backend with java, in this case, how will the build will happen, will the maven handle both of them, can you please clarify this doubt, Thanks in advance.
Brother can you give industrial training on live projects? I have studied DevOps and now want to gain some industry experience. Of course, you should charge for it, as you will be giving your time as well. Please reply me on this. Thanks.
Okay , so you have kept thumbnail as cicd interview questions , but I can most of them are from jenkins It would be ideal to keep gitlab cicd questions as well
if you create a real-time scenario-based video on a such tool with the brief that you mention in the interview question, it will very helpful to us..........
Thanks for all your efforts and assistance
Many thanks for the support to the channel 🙂
I am feeling very good that I have listened your 20 videos till now. eager to watch remaining . Thank u very much Abhishek for the knowledge you are sharing with us.
all the beSt Brother
Date- 29/08/2024 Completed the video.
Learning and learning.
Thank you.
perfect bro for the people who are looking for real world jenkins interview questions
Thanks
Dear Abhishek....of course, no doubt about it...we are learning a lot from you!
This course is amazing. I wish I had found this earlier. The unique thing is that it is more practical which is what is most important when preparing for the job market.
Glad it was helpful!
Learning a lot thank you for sharing this knowledge with us.
Awesome job brother!! You are a blessing.
I appreciate that!
@@AbhishekVeeramalla Could you please do a short video on the different teams/departments a devops engineer works? (For interviews)
For example, I am John. I work on bla-bla team/department; I am responsible for bla-bla.
This would be helpful for people not in the field. Thanks!
thank you so much sir i was learning lot of new things from you and day to day i was really excited to learn
Glad to hear that
Best way to explain the interview questions and answers as well! 🙏
Thank you so much 🥰
Welcome
bro you are having impactful influence on devops community thank you so much
It's my pleasure
Abhisheck I just massage you on LinkedIn
Your videos helped me to connect the dots of DevOps!! Thanks a lot!!
Thanks a lot
Pls continue this series ❤️
Also include
Git mavens Jenkins
Ansible
Docker
Kubernettes
Playbook
Chef
Puppet
Terracorm
Plsss
Noted
@@AbhishekVeeramalla ThankYou Sir !! Al💞✨❤️💞
@@AbhishekVeeramalla Hi Abhishek, This is Day 21, but there are only 6 videos in the playlist
Fabulous sir keep on other tools questions for interview also in upcoming days
Truly humble
Sure 👍
Hi Abhishek
1)CICD process in your current project --> For this our backend is PHP so no build process and we are not using Argo cd or Kubernetes, maven but i can explain the SonarQube stage also is this enough to say
2)backup Jenkins --> As far of my knowledge it is not .jenkins folder . It is /var/lib/jenkins (i am considering ubuntu and amazon Linux 2)
3)auto-scaling group for Jenkins in AWS --> In this answer what i observer is you are scaling jenkins master not worker nodes/slaves am i right but actually if traffic increases we need to launch the worker nodes because the traffic is routed to worker nodes right at the end of the day.
4)different ways to trigger jenkins pipelines --.> i worked with Poll scm and webhooks. But how exactly build triggers configured?
Please reply and correct me if i am wrong in above mentioned points.
Thanks for the video 🙏🤝
You have instilled lots of confidence in me. Thank you
That's so nice to hear
Thanks abhishek, eagerly waiting for future videos
So nice of you
Thanks Abhishek for the detailed explanation. Can you take one session on how can we deploy and manage jenkins on kubernetes with autoscaling slaves?
For example, we need to create a pipeline to build a java application, create a docker image, push to ECR and deploy on kubernetes cluster. In this scenario, how can we create a docker image when we use docker agent?
Do more videos the way of explanation is excellent abhishek waiting for videos on aws S3 bucket and lambada videos
Thanks, sure
Thanks for sharing as I am going to switch career to cloud this is really helping me understand the concepts and how to crack the interview. Please continue with the good stuff. Good Bless you.
Thanks alot
your teaching style is great, using git hub
Thanks alot
Firstly thanks a lot. Course is going too good, i am getting bunch of knowledge on every tool and day by day i am growing with confidence. From next week onwards I will start applying jobs, now can u give brief(2 to 3 mins of video) idea on openings and packages for freshers,for 2+ exp and for 5+ exp so that might boost my preparation bit hard.
Glad to hear that
@@AbhishekVeeramalla can u give brief idea on packages plzz
Thanks for all 12 Questions and Answers. 👏
Hii Abhishek need your guidance in this scenario I have created Jenkins pipelines for both development and production branches, meaning two Jenkinsfiles. For the development branch, I've set up a GitLab webhook for Jenkins pipeline. So, when there's a push to the development branch, the pipeline is triggered automatically. Similarly, for the production branch, if a tag is pushed to the repository, it triggers the production branch pipeline. Both are working fine, but I want to create a single Jenkinsfile for both branches. In this file, I want to set environment variables for the webhook, so that when a push occurs to the development branch, it triggers the development pipeline, and when a tag is pushed, it triggers the production pipeline. Please help me with how to set up these environment variables in a single Jenkinsfile. This is an urgent task for me.
"Sir, at 17:00, you mentioned that during holidays, the application received an extra load, so need to scale out. However, I'm puzzled because even if the application experiences increased traffic, it shouldn't impact the worker node. This is because our application is deployed on a Kubernetes cluster or a separate instance, and our Jenkins setup is on another separate instance. Could you please clarify this for me?"
what is the difference between web hooks and build triggers(2nd question)
Really exited and learning a lot, thanks man
My pleasure!
Bro you are absolute gem... learning alot and very eagerly looking forward for further sessions... This is a great help and you are just fantastic in explaining things in detail...
Thanks a ton
If we are not using K8s, can Argo CD directly deploy on ec2 or Asg setup?
Thanks for your time on sharing the knowledge, i request you to explain the real time issues and trouble shooting process on each tool. for eg: 2 or 3 issues on each tool.
Noted
Definitely it is worth ci/cd video, But still you haven't cleared us Jenkins pipeline explanation. From the Docker Stage to Shell script Stage what and how it is executing.
There is a video in this playlist called Ultimate CI/CD pipeline. Check that out.
Thank you so much Abhishek sir 👍👍
Always welcome
Too good bro .. keep it up 😃
Thank you so much 😀
Thank you Abhishek, it was really helpful. Can you please make a video on Jenkins master slave architecture
Sure
I was asked the questions about Jenkins secrets.
"How do you maintain the secrets in the Jenkins" by HashedIn company, and I wasn't able to answer the question. Now i feel that I should have watched this video
Without using helm or Agrocd or any other tool, can I directly use K8s to deploy my application into production?
Yes
Thanks!
Really appreciate your support 🙏🙏🙏
Hello Abhishek appreciate your teaching if possible can you make a video on Nagios monitoring tool. Thank you
Thanks
Great explanation!!
Thanks a lot
Sir this video helps us to know in depth of cicd.... Sir please make video on how to write python coding to create pipeline...
Sure
if we use docker as agent the containers gets deleted at the end of the pipeline , the basic goal of this jenkins pipeline is to create the docker img ???
Hi Abhishek, I am a beginner in DevOps and I am following all the videos from day 1 but here in this CICD videos, i am not confident that i am understanding everything as this technology is very new to me and in each video related to CICD , I am finding new terms and ways which bounces off .. so can you please guide me from where i can understand this CICD concept from scratch or can you create a series for this CICD too?? As you already know all the companies are asking for CICD pipeline.
Hi Abhishek ..can you please reply to my above query ..i really need to learn about CICD pipeline
I will try to share in all the groups
Thanks alot
Very good video. The way you explain is really easily understandable. from where we can get the document that you have mentioned in the video.
In the description
Can you provide a similar video for gitlab cicd or gitjub actions?
Hi Abhishek
I have faced one question In interview like ,when we build the job job will trigger the build numbers like 1 , 2,3,4 ,but they want to automate these random numbers to release version, how we will do it this ,
Could you please give the answer?
what are the common alerting tools used for Jenkin Pipeline ?
What are the recent automations you have done in Jenkins?
You can talk about any CiCd pipeline
please make vidoes like this in all section like for docker , k8s, maven , git, terraform.
Connecting the dots...
Hi Abhishek, as you mentioned based on the technology of the project, ci cd tools will change, consider a scenario of 3 tier architecture, front end with javascript and backend with java, in this case, how will the build will happen, will the maven handle both of them, can you please clarify this doubt, Thanks in advance.
Yes .. Maven can handle
Sir thank a lot for giving such information. Can you provide in PDF format?
As soon as possible
Brother can you give industrial training on live projects? I have studied DevOps and now want to gain some industry experience. Of course, you should charge for it, as you will be giving your time as well. Please reply me on this. Thanks.
Right now. No paid course
Thank you 🙏🙏
You're welcome 😊
Good one Abhishek...how to download this all steps??
How can I get in touch with you sir? I need your personal advice and assistance
Thanks 🙏🙏🙏
You’re welcome 😊
Any online class will u teach
only on youtube for now
Hi bro, for the first question, for security scan is there any another one instead of appscan
yes, there are multiple tools. HP fortify and others
Okay , so you have kept thumbnail as cicd interview questions , but I can most of them are from jenkins
It would be ideal to keep gitlab cicd questions as well
What if jenkins master node failed. What do u do
Really nice..
Thank You So Much
You're most welcome
Sir what about the EKS master class ?
great video
Thanks a lot
How many pipelines does a devops engineer writes on an average in a span of month ?
#Day21 done.
Thank you ^^
Sir can you do K8S Master class ?
Yes sure
Can you share your contact detail ?
I have many people who are intrested
@@AbhishekVeeramalla ??
How can we talk about it ?
You can follow the GitHub page
Bro are giving full classes..I want to join in your course
Can you please share devops notes?
nice
Welcome
Hi Abhihek,
Can you please explain about pull request and merge request in git.
if you create a real-time scenario-based video on a such tool with the brief that you mention in the interview question, it will very helpful to us..........
Sure
☑
This was a repeated question in project interviews
😍😍
14th Feb, 2024
good