Пікірлер
@shivkant5039
@shivkant5039 4 сағат бұрын
Very useful thanks alot to learn more from you
@letswatchexcited
@letswatchexcited 4 сағат бұрын
Great work, Ashok! Keep it up.
@My_RocK_WorlD
@My_RocK_WorlD 4 сағат бұрын
If possible then please make migration AWS to a different cloud... Thanks 😊
@My_RocK_WorlD
@My_RocK_WorlD 4 сағат бұрын
Really useful 👏🏻
@jovanhimal669
@jovanhimal669 5 сағат бұрын
Is this part 1??? Very excited to see further
@SanthPrakashGangadhara
@SanthPrakashGangadhara 5 сағат бұрын
hey Ashok, thanks for vidoes
@KRISHNAKUMAR-yj3dx
@KRISHNAKUMAR-yj3dx 5 сағат бұрын
Thanks for such nice content!!!
@rameshreddy-jf5ds
@rameshreddy-jf5ds 13 сағат бұрын
How ashok bro will.u teach devops
@AshokKumar-DevOps
@AshokKumar-DevOps 13 сағат бұрын
@@rameshreddy-jf5ds yes bro, I conduct classes daily.
@rameshreddy-jf5ds
@rameshreddy-jf5ds 12 сағат бұрын
@AshokKumar-DevOps iam intrested how to join bro
@AshokKumar-DevOps
@AshokKumar-DevOps 11 сағат бұрын
Ping me in LinkedIn
@KRISHNAKUMAR-yj3dx
@KRISHNAKUMAR-yj3dx Күн бұрын
Thanks a lot for you efforts!!!
@KRISHNAKUMAR-yj3dx
@KRISHNAKUMAR-yj3dx Күн бұрын
Great content!!!!
@KRISHNAKUMAR-yj3dx
@KRISHNAKUMAR-yj3dx Күн бұрын
Your explanation and content is just awesome!!!
@KRISHNAKUMAR-yj3dx
@KRISHNAKUMAR-yj3dx Күн бұрын
I see next Abhishek veeramalla in you!! Thanks a lot for your efforts!!!
@KRISHNAKUMAR-yj3dx
@KRISHNAKUMAR-yj3dx Күн бұрын
Great explanation!!!
@My_RocK_WorlD
@My_RocK_WorlD 2 күн бұрын
Post more interviews ... thanks 👍🏻
@PramodPrasanna-u5f
@PramodPrasanna-u5f 2 күн бұрын
hi bro its good thank you, bro do with kubernetes using loadbalancer
@praveenkumaradiga7841
@praveenkumaradiga7841 2 күн бұрын
Thank you. But guy is not upto date if he has 9+ year exp and 3.5 year exp in devops
@KRISHNAKUMAR-yj3dx
@KRISHNAKUMAR-yj3dx 2 күн бұрын
Thanks once again!!!
@KRISHNAKUMAR-yj3dx
@KRISHNAKUMAR-yj3dx 2 күн бұрын
Hats off for your efforts!!!!!
@KRISHNAKUMAR-yj3dx
@KRISHNAKUMAR-yj3dx 2 күн бұрын
Awesome content!!!!!
@KRISHNAKUMAR-yj3dx
@KRISHNAKUMAR-yj3dx 2 күн бұрын
I feel like you could be next Abhishek veeramalla Thank you!!!
@KRISHNAKUMAR-yj3dx
@KRISHNAKUMAR-yj3dx 2 күн бұрын
Thanks once again!!!
@KRISHNAKUMAR-yj3dx
@KRISHNAKUMAR-yj3dx 2 күн бұрын
Please keep uploading such nice content!!!!
@KRISHNAKUMAR-yj3dx
@KRISHNAKUMAR-yj3dx 2 күн бұрын
Awesome content sir!!
@KRISHNAKUMAR-yj3dx
@KRISHNAKUMAR-yj3dx 2 күн бұрын
Thanks!!
@KRISHNAKUMAR-yj3dx
@KRISHNAKUMAR-yj3dx 2 күн бұрын
Thanks lot Please keep making such interview videos!!!
@letswatchexcited
@letswatchexcited 3 күн бұрын
Well done, Ashok! Keep it up
@MaheshJadhav-rg9eh
@MaheshJadhav-rg9eh 3 күн бұрын
Very informative. Thanks for sharing 🙏🙏
@durairajgopal3277
@durairajgopal3277 6 күн бұрын
Nice videos anna❤
@harikrishna-gh6bn
@harikrishna-gh6bn 6 күн бұрын
i have followed the same steps but i got error kubectl: not found so kindly help me
@AshokKumar-DevOps
@AshokKumar-DevOps 6 күн бұрын
Download kubectl curl -LO "dl.k8s.io/release/$(curl -L -s dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl" Set Executable Permissions chmod +x kubectl sudo mv kubectl /usr/local/bin/ Verify kubectl Installation kubectl version --client --output=yaml
@durairajgopal3277
@durairajgopal3277 7 күн бұрын
Ashok bro it's for awesome interview questions brother
@AshokKumar-DevOps
@AshokKumar-DevOps 8 күн бұрын
github.com/gashok13193/DevOps-Docs/blob/main/Real%20Time%20Scenario%20Questions/Jenkins%20and%20Git.md
@naveenkumarmaddala7830
@naveenkumarmaddala7830 10 күн бұрын
Hi Ashok, How to connect with you?
@AshokKumar-DevOps
@AshokKumar-DevOps 8 күн бұрын
topmate.io/ashok_kumar
@deepakpatil5059
@deepakpatil5059 10 күн бұрын
Inorder to schedule nodes, we use nodeselector type in the deployment.yaml file Ex:- nodeselector: type: ssd This will pick the node which has ssd type from the available replicas or nodepools
@deepakpatil5059
@deepakpatil5059 10 күн бұрын
Stateful and Stateless : I prepared my notes in this way. Stateful - The applications which need the last execution transactions or feeds even after restart or refresh are called stateful application Ex:- Database that's the reason we mount volumes in the deployment.yaml Stateless: The applications which don't require any last execution transactions after restart are called Stateless applications. Ex: Front end applications. we do not mount volumes unless it is necessary for application deployment.yaml file
@vishnusai4658
@vishnusai4658 10 күн бұрын
Nice content @TQ
@salmaanshaik8492
@salmaanshaik8492 10 күн бұрын
hii sir great video..... pls bring more videos like this it is very useful to overcome interview fear
@AshokKumar-DevOps
@AshokKumar-DevOps 10 күн бұрын
github.com/gashok13193/DevOps-Docs/blob/main/Real%20Time%20Scenario%20Questions/Devops%20interview%20prepartion%20part%202.md
@kodjoviamedimele3066
@kodjoviamedimele3066 5 күн бұрын
thanks sir for the work. Could you please reverify your Jenkins notes on the repos? the jenkins notes files contains all docker notes
@ManishKumar-g1f3b
@ManishKumar-g1f3b 11 күн бұрын
Your video and notes help me a lot for preparation for my interview .kindly update your Jenkins notes repo because it contain notes of docker
@durairajgopal3277
@durairajgopal3277 11 күн бұрын
Super man❤
@AshokKumar-DevOps
@AshokKumar-DevOps 12 күн бұрын
github.com/gashok13193/DevOps-Docs/blob/main/Interview%20Prep/TOP%2020%20Docker%20interview%20que%20%26%20Ans.md
@AshokKumar-DevOps
@AshokKumar-DevOps 12 күн бұрын
github.com/gashok13193/DevOps-Docs/blob/main/AWS/AWS%20Interview%20Questions.md
@MaheshJadhav-rg9eh
@MaheshJadhav-rg9eh 12 күн бұрын
Thanks, please share the Document.
@AshokKumar-DevOps
@AshokKumar-DevOps 12 күн бұрын
@@MaheshJadhav-rg9eh available in the description
@Sreedhar-Berlin
@Sreedhar-Berlin 13 күн бұрын
Thanks Ashok , it was a quick knowledge refresher .
@Ajaybolakonda
@Ajaybolakonda 13 күн бұрын
Great video, very easy to understand.
@jovanhimal669
@jovanhimal669 16 күн бұрын
I thought, you would focus more in depth to security stuffs DevSecOps, vs regular DevOps, as we move to more higher tier DataCenters, the sec portion of DevOps comes very very vital
@AshokKumar-DevOps
@AshokKumar-DevOps 16 күн бұрын
Will start the devsecops series, soon
@Riteshdhapatepatil966
@Riteshdhapatepatil966 17 күн бұрын
Most valuable video bro❤
@durairajgopal3277
@durairajgopal3277 18 күн бұрын
It was explained about aws resources like vpc concept as well thanks guru ji❤🎉
@trinadhmarni8300
@trinadhmarni8300 19 күн бұрын
The interview is very easy, but kubernetes questions are really good
@logeshvaran22
@logeshvaran22 19 күн бұрын
mail id tell me
@logeshvaran22
@logeshvaran22 19 күн бұрын
03:11:07.293 INFO Total time: 11.536s [Pipeline] } [Pipeline] // withSonarQubeEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (OWASP Dependency) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] dependencyCheck [ERROR] One or more fatal errors occurred [ERROR] Unable to connect to the database - if this error persists it may be due to a corrupt database. Consider running `purge` to delete the existing database ERROR: Mark build as failed because of exit code 13 [Pipeline] dependencyCheckPublisher Collecting Dependency-Check artifact Unable to find Dependency-Check reports to parse [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Verify Dependency Report) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] sh + ls -l target/ total 12 drwxr-xr-x 6 jenkins jenkins 4096 Jan 9 03:10 classes drwxr-xr-x 3 jenkins jenkins 4096 Jan 9 03:10 generated-sources drwxr-xr-x 3 jenkins jenkins 4096 Jan 9 03:10 maven-status [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline Finished: FAILURE