Thank you Soo Much for this video, really nice explanation with all Stages. I have been looking for this pipeline from many days, finally you made it very clear. Thank you.
it is a good explaination sir! , if anyone is preparing for an interview please watch this recording to get an overview idea even though we know about EKS
Thanks much for the video! I wonder for the YAML file in the HELM chart, when we define the service type as LoadBalancer, do we need to create the load balancer first and then associate it with our deployment setup, or will Kubectl automatically handle it for us?
@@DevOpsCoach SIr, Suppose we have multiple cluster then how the jenkins will come to know to install helm in which cluster? do we have to pass any env or kube-config for it in the stage? or do we have update the kube-config file using providing the below command in the pipeline? sh "aws eks --region update-kubeconfig --name "
In this case Jenkins server is also act as k8s master node ? & other 2 are slaves right ? And What if my jenkins in other server(EC2) & K8s nodes are separate ?
Hi sir, if my application is just a fastapi, then do i have to download maven, or i have to download something else instead. Thanks a lot for the video sir!
Hi @DevOps Coach - My pipeline runs the first 4 stages fine but fails in the last stage ie during helm Deploy and throws the below error message - No such property BUILD_NUMBER Could you please help. Also: org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: c512f2d9-9603-4434-a310-49f2476077a5 groovy.lang.MissingPropertyException: No such property: BUILD_NUMBER for class: groovy.lang.Binding at groovy.lang.Binding.getVariable(Binding.java:63)
Automate Springboot Microservices
Useful upload
thank you so much!
Thank you Coach. This was great.
Glad you liked it..thank you!
Thank you Soo Much for this video, really nice explanation with all Stages. I have been looking for this pipeline from many days, finally you made it very clear.
Thank you.
Glad you liked them
Thanks for this
My pleasure!
Very good Explanation. Thank you sir
You're most welcome
Very Detailed explanation.. thank you!!
Thank you so much 👏
Amazing, Thank You !!!
Thank you too!
As always videos are to the point with actual handons.
Request you to please make video on Jenkins shared library.😊
Sure Vaibhav..
@@DevOpsCoach Is there any paid courses available ? I'm happy to take that or personal mentoring.
Thank you.. its very useful..
So nice of you
it is a good explaination sir! , if anyone is preparing for an interview please watch this recording to get an overview idea even though we know about EKS
Thank you @padminicp2562
Appreciate it..
Most amazing explanation Sir !!!
Thanks a ton, please keep supporting
Thanks much for the video! I wonder for the YAML file in the HELM chart, when we define the service type as LoadBalancer, do we need to create the load balancer first and then associate it with our deployment setup, or will Kubectl automatically handle it for us?
Thank you very much
You are welcome!
thanks, sir, for the beautiful explanation🥳🥳 . Highly recommend to my friends as well
It's my pleasure
Awesome.
Thank you! Cheers!
29:28 you mentioned kube/config entry credentials but where did you mentioned K8S credentials in the pipeline....
you are right, that step is not required..I have updated steps
@@DevOpsCoach SIr, Suppose we have multiple cluster then how the jenkins will come to know to install helm in which cluster?
do we have to pass any env or kube-config for it in the stage?
or do we have update the kube-config file using providing the below command in the pipeline?
sh "aws eks --region update-kubeconfig --name "
Hi, where are u configuring the eks details in jenkins
you always give good content😊🤩
thank you so much!
@@DevOpsCoach 😍🤝
What do you think about the architecture of deploying and using Jenkins as a pod using helm on eks?
Hi, very detailed video. But you haven't explain about credentials manager as you told in this video to explain later.
Hi sir, what r the configuration u have used for ec2 instance launch?
Basic configuration for ec2 instance. Look at the pre-requisites
Awesome
thank you!
In this case Jenkins server is also act as k8s master node ? & other 2 are slaves right ? And What if my jenkins in other server(EC2) & K8s nodes are separate ?
good
Thanks
shoul we add this project on a resume as a fresher
Yes absolutely 💯
This is very helpful but i want to setup with auto build Jenkins can you help please
you can configure webhooks to trigger auto builds in Jenkins..
what are you trying to setup in Jenkins?
Hi sir, if my application is just a fastapi, then do i have to download maven, or i have to download something else instead. Thanks a lot for the video sir!
can you do a video on DevOps real-time stages and where we get approval and deploy, thank you ☺
please watch my declarative pipeline video - ruclips.net/video/f0Rbk1iVhnc/видео.html
@@DevOpsCoach thank you
@@bharath4195 you welcome
@@DevOpsCoach if you have time, can you explain about DevOps git branch work
We need any plugin required in jenkins for eks, i didn`t see where you stored the eks credentials in pipeline
we are using kube config and stored in jenkins credentials.
Request you to please make videos on Azure also AKS service
Hi Aswita, I have several videos on AKS. please go through my playlist --> ruclips.net/p/PLJwvtUqYDmA4GPreZO-BfNw7xAjsVGeG2
Sir please learn about how to deploy spring boot application on AWS ECS fargate with AWS code pipeline
sir, you havent mentioned how you configured eks cluster with jenkins pipeline? without kubeconfig we cannot connect to cluster right!
helm command will use kube config info that was created during cluster creation
How you have integrate K8s into Jenkins is missed
helm will use kube config to integrate with K8S cluster
how to deploy using helm chart, kubernetes is running on other instance ?
as long as you are able to access K8S clusters, and have permissions, you can deploy from any where
@@DevOpsCoach thank you
You welcome 🙏
Sir you have any devops class I am interested to join
yes, I do have my coaching program. please refer this link..www.coachdevops.com/2021/07/devops-coaching-program-faqs.html
how can we search the scratch YAML code from Google or chatgpt?
Hi @DevOps Coach - My pipeline runs the first 4 stages fine but fails in the last stage ie during helm Deploy and throws the below error message - No such property BUILD_NUMBER
Could you please help.
Also: org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: c512f2d9-9603-4434-a310-49f2476077a5
groovy.lang.MissingPropertyException: No such property: BUILD_NUMBER for class: groovy.lang.Binding
at groovy.lang.Binding.getVariable(Binding.java:63)