Тёмный
Mr. Cloud Book
Mr. Cloud Book
Mr. Cloud Book
Подписаться
What's up, cloud enthusiasts? Ajay Kumar Yegireddi here, your one-stop shop for all things cloud-related. As a solo RU-vidr and self-proclaimed cloud ninja, I'm here to teach you how to unleash your inner cloud beast and conquer the world of AWS, DevOps, Python, and Linux - all while cracking a few jokes along the way. Think of me as your personal cloud hype man, your cloud comedian, your cloud sensei. With my witty banter, pun-filled tutorials, and the occasional dance break, I'll help you level up your cloud game and bring your cloud skills to the next level. And hey, even if you don't learn anything, at least you'll have a good laugh (or groan) at my terrible jokes. So hit that subscribe button, join the MR CLOUD BOOK community, and let's get this cloud party started! Cloudy with a chance of puns, baby!
mail : postbox.aj99@gmail.com
Day 11 | Git Log
12:40
21 час назад
Unable to Locate K8S packages | ISSUE
6:55
3 месяца назад
Day 07 what is GIT (VCS) | CVCS (vs) DVCS
18:07
3 месяца назад
Day 04 Continuous Integration
19:24
5 месяцев назад
Day - 03 | Continuous Testing
9:11
6 месяцев назад
Day-02 Continuous Development
9:30
6 месяцев назад
Deploy Super Mario Game on AWS EKS cluster
27:45
6 месяцев назад
How to integrate Sonarqube with Gitlab
12:50
7 месяцев назад
Комментарии
@ashokreddysatti9475
@ashokreddysatti9475 День назад
Nice Brother..well explained
@sureshk9392
@sureshk9392 3 дня назад
hi sir ,please make video on resume preparation and projects to keep resume
@sureshk9392
@sureshk9392 3 дня назад
hi sir please make project by using using this tools ansible playbook and explain yaml syntax (indentation ) deploy k8 with playbook . insatll all needed dependency tools with yaml plese sir..
@avinashvnair3864
@avinashvnair3864 4 дня назад
Good one. I have one question. In twilio, you have given the sonarqube container id. Then you stopped the container in the VM and you got alert via call. But whrn you start the container again, the container id would be different. My question is how twilio recognises the container as the id is different? Correct me if I i am wrong
@mr.cloudbook
@mr.cloudbook 4 дня назад
Socket will automatically pick that one we added socket before please check again
@avinashvnair3864
@avinashvnair3864 4 дня назад
@@mr.cloudbook sure thanks
@XERXEZITTRAININGANDPROJECTS
@XERXEZITTRAININGANDPROJECTS 5 дней назад
is it possible to integrate Trivy with SonarQube ... Thank you for the video i have learned many things from you ... can you guide me please ... i dont want to use Harbor for GUI
@BhaveshKansagaraOfficial
@BhaveshKansagaraOfficial 6 дней назад
There is no Webhook folder as shown on the video and also in your repo.
@mr.cloudbook
@mr.cloudbook 5 дней назад
Will update
@BhaveshKansagaraOfficial
@BhaveshKansagaraOfficial 6 дней назад
Thank you for your work on integrating Uptime-Kuma for real-time monitoring and alerting as part of your DevSecOps project. Keep up the great work! Good Learning.
@alemadem-xt7wj
@alemadem-xt7wj 6 дней назад
Can u make a project on helm charts
@mr.cloudbook
@mr.cloudbook 6 дней назад
I'm not planning right now
@kalyan4255
@kalyan4255 6 дней назад
helpful video
@kingdavid526
@kingdavid526 6 дней назад
Bro where did learn devops?
@mr.cloudbook
@mr.cloudbook 6 дней назад
Online and blogs, yt vidoes
@user-vq8so7zb6j
@user-vq8so7zb6j 7 дней назад
good job
@hananmathew
@hananmathew 7 дней назад
Only engineering students only can get job in cloud computing?
@mr.cloudbook
@mr.cloudbook 7 дней назад
No I'm Degree mathematics student
@hananmathew
@hananmathew 7 дней назад
Are u working bro?
@mr.cloudbook
@mr.cloudbook 7 дней назад
Yes Brother
@user-vq8so7zb6j
@user-vq8so7zb6j 7 дней назад
Hello bro, great job please what social media platforms can I reach you on.
@mr.cloudbook
@mr.cloudbook 7 дней назад
LinkedIn
@user-vq8so7zb6j
@user-vq8so7zb6j 7 дней назад
Thanks 🙏, please can you do something on CI/CD
@VishalPandey-hn8lk
@VishalPandey-hn8lk 8 дней назад
Hi i have 7 experience in user access management. can i switch to Devops or cloud ? please guide me
@abhimanyuhowshe7873
@abhimanyuhowshe7873 9 дней назад
Increase the font size not viewable on mobile device.
@mr.cloudbook
@mr.cloudbook 8 дней назад
Sure
@reshukunwar9584
@reshukunwar9584 9 дней назад
bro why did u not add iam role for kubernetes nodes ? is this k8 deployment is simple , u r not using eks?
@mr.cloudbook
@mr.cloudbook 9 дней назад
i used master slave architecture here not eks
@alemadem-xt7wj
@alemadem-xt7wj 10 дней назад
Pls post a advance project with helm charts.
@reshukunwar9584
@reshukunwar9584 11 дней назад
bro how can i automate the process, means nxt time jenkins is triggered automatically whenever changes are made to code, image build with nxt release ,pushed and deployed to k8?
@mr.cloudbook
@mr.cloudbook 11 дней назад
Add Webhook to your Github
@reshukunwar9584
@reshukunwar9584 9 дней назад
@@mr.cloudbook DOCKER_USER = "username" DOCKER_PASS = 'dockerhub' IMAGE_NAME = "${DOCKER_USER}" + "/" + "${APP_NAME}" IMAGE_TAG = "${RELEASE}-${BUILD_NUMBER}" JENKINS_API_TOKEN = credentials("JENKINS_API_TOKEN") do we also need to add these lines in environment section of jenkins script and tnx for replying
@reshukunwar9584
@reshukunwar9584 9 дней назад
@@mr.cloudbook DOCKER_USER = "user" DOCKER_PASS = 'dockerhub' IMAGE_NAME = "${DOCKER_USER}" + "/" + "${APP_NAME}" IMAGE_TAG = "${RELEASE}-${BUILD_NUMBER}" JENKINS_API_TOKEN = credentials("JENKINS_API_TOKEN")without this code in the env of jenkins script, how can the NEW image be build and pushed to the docker hub? which(new image) k8 uses for deployment
@reshukunwar9584
@reshukunwar9584 9 дней назад
@@mr.cloudbook DOCKERUSER = user DOCKERPAS= dockerhub IMAGENAME = DOCKERUSER + APP_NAME IMAGETAG = RELEASE-BUILD_NUMBER JENKINSAPITOKEN = credentials JENKINSAPITOKEN without this code in the env of jenkins script, how can the NEW image be build and pushed to the docker hub? which(new image) k8 uses for deployment
@reshukunwar9584
@reshukunwar9584 11 дней назад
1:55:30 why op from k8 and docker are different
@mr.cloudbook
@mr.cloudbook 11 дней назад
If you do the project you will get different output Open any ott platform they will show 5 to 10 movies in main page it will changes after sometime so it shows different ops
@harshdixit5283
@harshdixit5283 11 дней назад
Or please make a complete course k8s
@harshdixit5283
@harshdixit5283 11 дней назад
Hlo brother please make devsecops in which you use git Jenkins docker ansible sonarqube owasp trivy grafana Prometheus k8s AWS with terraform terraform please 🙏
@mr.cloudbook
@mr.cloudbook 11 дней назад
Will do slowly all tools
@bhavanianupoju
@bhavanianupoju 12 дней назад
by using the instances ,will aws generate the bill
@mr.cloudbook
@mr.cloudbook 12 дней назад
Yes
@DevOpsSupport
@DevOpsSupport 16 дней назад
I have go daddy account ok in that i created one dns so that is acceptable for jenkins
@mr.cloudbook
@mr.cloudbook 15 дней назад
Every Dns will work
@DevOpsSupport
@DevOpsSupport 15 дней назад
@@mr.cloudbook hi can u give you your mail I have small issue
@DevOpsSupport
@DevOpsSupport 15 дней назад
@@mr.cloudbook how to verify the hostname sir in Jenkins because I'm integrating tuleap with Jenkins but it's asking hostname not verified how to do please help me
@amaledward2147
@amaledward2147 17 дней назад
God bless you my friend, people like you are true warriors
@sareshkumarcherukuri
@sareshkumarcherukuri 18 дней назад
Excellent video👍
@Tim28259
@Tim28259 21 день назад
can u link ur hashnode blog pls?
@mr.cloudbook
@mr.cloudbook 20 дней назад
mrcloudbook.com
@mr.cloudbook
@mr.cloudbook 20 дней назад
Search for voting you will get blog brother
@Tim28259
@Tim28259 20 дней назад
@@mr.cloudbookgot it , ty
@mohanmurali7975
@mohanmurali7975 23 дня назад
Hi bro is there any previous video connected to this pls share link bro. Your explanation was awesome
@reshukunwar9584
@reshukunwar9584 23 дня назад
why did u make pipeline for eks and what is use of bucket here, incomplete video, plz teach from scratch in a flow. skipping something , picking something already built creates a lot of doubts and errors.
@Mrsilakiyarajkumar
@Mrsilakiyarajkumar 26 дней назад
Hi for one month you didn't put vedio of any project kindly upload vedios of project write blog for that 🙏🏻🙏🏻🙏🏻🙏🏻please bhai
@Mrsilakiyarajkumar
@Mrsilakiyarajkumar Месяц назад
Hi one humble request kindly put vedios in English let's all learn.... If you're putting in Telugu please put one in English you have a fan all over 🙏🏻ok
@DileepK-li1ig
@DileepK-li1ig Месяц назад
I want deploy dotnet core project on remote windows azure VM. How to deploy?
@yedidinagesh6236
@yedidinagesh6236 18 дней назад
Hi
@yedidinagesh6236
@yedidinagesh6236 18 дней назад
Hotstar error vasthondi bro deploy
@MadhuUdari
@MadhuUdari Месяц назад
enti bro project videos pettadam ledu ..... Google micro services application project chey bro RU-vid lo evvaru cheyaledu
@mega_family9194
@mega_family9194 Месяц назад
Hello can you help please
@DASAMSUBHASHINI
@DASAMSUBHASHINI Месяц назад
Thank you🙌
@bheesettipavan7528
@bheesettipavan7528 Месяц назад
not working stuck where you got error
@zimiselemadani9733
@zimiselemadani9733 Месяц назад
amazing video. can you please help me I have an eks cluster that is in a different vpc with my jenkins instance, I set up the serviceAccount to integrate the eks with jenkins but when I test the connection I'm getting this error " java.io.IOException: kubernetes.default.svc" is this because my jenkins is in different vpc with my cluster??"
@jalandharbehera99
@jalandharbehera99 Месяц назад
Yea its a good project but what you provisioned the resources using terraform that should be 1 Job in jenkins so that it will automate…..
@aakashrajawat8812
@aakashrajawat8812 Месяц назад
This is an amazing project :) . A down side to this would be if there is a change on your code and you want to push your code to github. The docker image cannot be updated in this case. I have solved the issue in the project by adding triggers through github webhooks to Jenkins and running the Jenkins pipeline to create a different image and removing the previous built image. So you will not have to click on build now in Jenkins.
@shivakumarpalled5462
@shivakumarpalled5462 Месяц назад
thank you so much bro. very helpful.
@anand-nb4bb
@anand-nb4bb Месяц назад
Hi Bro can you please make a video explaining the structure/syntax of Ansible step by step in layman terms how to write a playbook for Ansible I am new to it & don't have experience in programming its confusing how the indentation like Spacings, Comma's, Curly brackets, Variables, loops etc are used. Please its a request
@balazsmeszaros3040
@balazsmeszaros3040 Месяц назад
Netflix uses Spinnaker I cant see Spinnaker in your setup
@mr.cloudbook
@mr.cloudbook Месяц назад
Its just react js clone not original one
@user-ow1ul3sq1j
@user-ow1ul3sq1j Месяц назад
where is Jenkinsfile ? in your repo.
@mr.cloudbook
@mr.cloudbook Месяц назад
Its in blog I never upload into Github
@manishaacharya2907
@manishaacharya2907 Месяц назад
Can you please route me to the blog you have written? I am unable to find it in your hashnode website, its says 404.
@mr.cloudbook
@mr.cloudbook Месяц назад
Sorry i lost it can you check Hotstar project where i added docker scout and added website
@XERXEZITTRAININGANDPROJECTS
@XERXEZITTRAININGANDPROJECTS Месяц назад
SonarQube Work fine at first attempt, but when you are stop ec2 instance and restart SonarQube is not responding sir
@mr.cloudbook
@mr.cloudbook Месяц назад
Check logs of container after restarting
@mr.cloudbook
@mr.cloudbook Месяц назад
if its running change ip in applied places in tools and system settings
@villageboy8687
@villageboy8687 Месяц назад
brother mi project chala bagundi but naku bucket policy and yaml scripting ardam kale ela rayalo can you explain or else any document please share me the llink
@semragunaydin7311
@semragunaydin7311 Месяц назад
Hi, where I can find materials for this project. I couldn't find your website, many thanks.
@mr.cloudbook
@mr.cloudbook Месяц назад
mrcloudbook.com here is website
@semragunaydin7311
@semragunaydin7311 Месяц назад
@@mr.cloudbook Hi ,what is the name of project exactly?
@mr.cloudbook
@mr.cloudbook Месяц назад
@@semragunaydin7311 Sorry new updates ansible fails that Project so i removed it and forgot
@mycoursecollections
@mycoursecollections Месяц назад
Bro medium page is not working
@mr.cloudbook
@mr.cloudbook Месяц назад
mrcloudbook.com use this website
@kemalmuhammadfathan9395
@kemalmuhammadfathan9395 Месяц назад
hi i am new to this kind of project, I have assignment using the kubernet ,my question is can I just skip the security part?
@mr.cloudbook
@mr.cloudbook Месяц назад
yes