Hi! Is the service connection created using an IAM user dedicated to deployment? If yes, are you providing the dedicated IAM user's credentials in the service connection? If not, what is the difference between using a service connection and using an IAM user?
@VishwaKodumagulla11 күн бұрын
How to configure Alert manager in backend and keep an slack endpoint to send the alerts.
@prashantsukhadeve964213 күн бұрын
Thanks for this video
@DevOpsCoach12 күн бұрын
Most welcome
@praveenmethraskar71114 күн бұрын
how to deploy mern application using jenkins, kubernetes?
@phanichowdary-v5r14 күн бұрын
loved It, thank you so much
@DevOpsCoach14 күн бұрын
You are so welcome!🙏
@prabhusamarla14 күн бұрын
I am watching your videos and they are helpful, Thanks I tried implement this session, I am unable to access jfrog with error HTTP Status 404 - Not Found. I have updated the errors in the blog page comment.
@DevOpsCoach14 күн бұрын
You can email me the error. Check my website for me email id
@prabhusamarla14 күн бұрын
@@DevOpsCoach Sure
@SAbhisika14 күн бұрын
Helped me alot... Thankyou so much sir. 🙌🙌🙌 Please make real time projects on devops automation so that we can show to the hiring companies 🙏🙏🙏🙏🙏🙇♀🙇♀
@DevOpsCoach14 күн бұрын
Glad to help! I'll keep that in mind for future videos.
@SAbhisika10 күн бұрын
@@DevOpsCoach Please sir, kindly provide us.... 💟
@lvenkatesh271215 күн бұрын
Thanks for the video. How can I show those vulnerabilities in the summary tab is there any way to do that?
@DevOpsCoach11 күн бұрын
It is possible you need to generate scan report in json or any other format. trivy image --format json --output trivy-report.json my-container-image:tag and then convert this format to SARIF (Static Analysis Results Interchange Format) as Azure DevOps supports this format.
@rammprrasad974118 күн бұрын
How to connect sonarqube existing setup from cli please help me
@amarendrayadav24318 күн бұрын
Very useful video.i want to ask one question can we have any rollback options. If any wrong build deploy by this process?
@DevOpsCoach18 күн бұрын
helm rollback <RELEASE> [REVISION] yes you can do it using above command.
@udaykumar-tb5kn19 күн бұрын
Can u show them acr
@udaykumar-tb5kn19 күн бұрын
Which playlist we should follow to get good Devops experience
@DevOpsCoach19 күн бұрын
www.youtube.com/@DevOpsCoach/playlists - depending on your skills, you can pick up the playlist of your choice
@steponmud20 күн бұрын
Holyyyy, thank you so much man, I've been wondering what went wrong and BOOM you hit bull's eye, Thanks!
@DevOpsCoach19 күн бұрын
Awesome, good to know!
@nazhan634721 күн бұрын
Thankyou
@DevOpsCoach20 күн бұрын
You’re welcome 😊
@manojgowda171821 күн бұрын
Thank you
@DevOpsCoach20 күн бұрын
you are welcome Manoj
@nrt3332121 күн бұрын
you are savior bro. Thanks for having a fix
@DevOpsCoach21 күн бұрын
Any time! thanks!
@vaibhavgupta428427 күн бұрын
Thanks man, you will be helping people not today but for anyone trying to learn Jenkins in future too. Thanks a lot.
@DevOpsCoach21 күн бұрын
Happy to help, So nice of you!
@CesarCarranza-n3w28 күн бұрын
Hello how can I find the setting I need to set up for yaml file for different frameworks than java?
@ArdianUmam28 күн бұрын
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?
@DevOpsCoach11 күн бұрын
Great question! You don't need to create the load balancer first, Kubectl will automatically create it for you...
@abhishekkalia699029 күн бұрын
Thank you sir
@DevOpsCoach29 күн бұрын
Welcome
@oyetundesaheed8976Ай бұрын
Thank you so much for this beautiful presentation, could you pls share the github page
@DevOpsCoach11 күн бұрын
it is already mentioned in the web page and also description of the video. Make sure you fork my repo github.com/akannan1087/springboot-app
@Gericchi-TenАй бұрын
Thank you very much it is very useful. I have a small question, I am facing the same situation, where I have to use "sudo" + "full path", whilst other videos/doc justsimply puppet apply, without any sudo and path. I had a research but still not sure why. Could you kindly tell why please? Thanks!
@jaeger_anhАй бұрын
The file set sudo vi /opt/sonarqube/bin/linux-x86-64/sonar.sh - "run as user" has been change, how do I add it ?
@gayathrib2854Ай бұрын
Free tier allows 5 elastic IPs. One can use that to avoid the steps (as shown in the video), every time a machine is rebooted.
@Mukesh-jb5qkАй бұрын
Hi yaml file is not available on github
@mrganesh7585Ай бұрын
Sir you have any devops class I am interested to join
@DevOpsCoachАй бұрын
yes, I do have my coaching program. please refer this link..www.coachdevops.com/2021/07/devops-coaching-program-faqs.html
@saisuryaveeraАй бұрын
Thank you so much
@DevOpsCoachАй бұрын
You're most welcome
@Ulver-cmАй бұрын
Great video sir excellent, thank you.
@DevOpsCoachАй бұрын
Very welcome
@zypeLLasАй бұрын
Sir you're A GOD. I've been sitting here debugging for days. I want to say thank you so much for this tutorial. God bless you sir 🙏🙏
@DevOpsCoachАй бұрын
You are most welcome 🙏
@carlos99juniorАй бұрын
Awesome explanation, concise and detailed at the same time, thank you!
@DevOpsCoachАй бұрын
Appreciate it! Glad it was helpful.
@carlos99juniorАй бұрын
@@DevOpsCoachso helpful, specially now without the option to request for some free runs. Also, any suggestion on how to automatically start the vm with a run and then shut down when it's over?
@carlos99juniorАй бұрын
well actually I got it, it is possible to use the task InvokeRESTAPI@1 to call the VM start and deallocate APIs. We need to run an agentless job for that, specifying 'pool: server' option 😉
@munawarrashid6168Ай бұрын
Great video. It'd be great if you could provide some detail on how you are authenticating with AKS in the Azure DevOps agent that's running the release job. Are you using Kubernetes service connection?
@luizysykes29862 ай бұрын
Great explanation. Is there a way to configure Prometheus AWS SNS to send alert notifications to emails? I’d love to see that!
@Get_Better_Not_Bitter-4292 ай бұрын
can you use it with javascrpt(nodejs)?
@DinnoDeveloper2 ай бұрын
Love from Nepal <3. Great tutorial what exactly needed.
@DevOpsCoachАй бұрын
Appreciate it..
@clementsp922 ай бұрын
Thanks so much. You made this so understandable. I was able complete my Docker tag and push.
@DevOpsCoach2 ай бұрын
Glad it helped!
@prakash71382 ай бұрын
thanks you helped me a lot
@DevOpsCoach2 ай бұрын
Glad I could help
@precedencemthethwa72882 ай бұрын
Is your sonarqube running on you local machine?
@DevOpsCoach19 күн бұрын
no, it needs to be configured on proper VM
@tanliz7652 ай бұрын
Thank you for this simple explanation! This was very helpful.
@DevOpsCoach2 ай бұрын
Glad it was helpful!
@Azad2922 ай бұрын
You are great sir, Thank you very much
@DevOpsCoach2 ай бұрын
You are most welcome
@pauldechampignon22872 ай бұрын
Thanks!! Finally got this shit to work after hours of trying.
@DevOpsCoach2 ай бұрын
Good to know
@AwesomeNish022 ай бұрын
After installing agent, how to exit the console without stopping the agent? I have ran it as a service, but if i exit the vm its going offline.
@DevOpsCoach2 ай бұрын
Execute now to run as a service..see below put & symbol ./runsvc.sh &
@khoabui80152 ай бұрын
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!
@amitmandhare-g1l2 ай бұрын
Thank you sir, your way of teaching is excellent and your notes are owesome, wish you all the best sir.
@DevOpsCoach2 ай бұрын
You are most welcome
@Likhithapriyavlogs2 ай бұрын
Iam getting no vpc no subnets found in network settings,can you please suggest me what to do
@kishanbhatt-d2h2 ай бұрын
Thankyou so much, helpful
@DevOpsCoach2 ай бұрын
Glad it helped!
@shahriar-kabir2 ай бұрын
It shows this error: E: Package 'tomcat9' has no installation candidate E: Unable to locate package tomcat0-docs E: Unable to locate package tomcat9-admin
@DevOpsCoach2 ай бұрын
please do sudo apt update first...
@udaykumar-tb5kn2 ай бұрын
Is this playlist enough for azure Devops or more topics to be covered bro
@DevOpsCoach2 ай бұрын
kzbin.info/aero/PLJwvtUqYDmA7HZaLCTaLbHJsIEegzi51o Please try the above playlist..