Hi bro, Very glad to see you videos, Whatever areas I need to concentrate those areas you are almost trying to cover, I haven't seen this kind of video series any ware. Thanks for your content.
Thank you I am a automation tester working on understanding yaml file… there are multiple issues I am getting with existing file given by client.. i want to learn everything about this yaml file. Any suggestion?
Hi Abhishek, Thanks for your all video. You are putting lot of efforts. I have a query. How to do sequential deployment when I fetch environments dynamically using strategy and matrix. I tried with needs but needs doesn't work dynamically.
Hi Abhishek can you please make a video on how to ---> " migrate from Jenkins to GitHub actions " real-time projects it would be more helpful. a complete A to Z approach zero - to - hero.
Is this Full Devops Playlist?? And What tools u will include ? Like ansible , Playbook chef , puppet ? What tools will you include pls mentiontion list here it will be helpful I subbed you 😍😍😍😍😍
one question: if the github actions is not specific/tied to any cloud platform, then how it will be challenging and time consuming if we want to migrate to other cloud ?
If we are new to writing scripts like YML, pipelines, and testing Python scripts. what is your suggestion? how can weshow up ourselves to crack the interviews ? where we can get the sceanrios based scripts writing?
Hello Sir I am your old subscriber i have seen your GitHub action vedio more than 2,or 3 times but I am not getting how GitHub action CI/CD pipeline works and how to write pipeline according to project.. please give some idea to understand GitHub action perfectly I am so worried about 😢😢😢😢😢😢
As I explained, if you have a clear understanding of which platform you want to use for SCM .. if you are only on GitHub forever .. go for GitHub actions.. similarly.. if you are on GitLab .. go for GitLab CI
@@vinaystricker9930 Jenkins is a most demanding tool in the market.for generalist it is compulsory to know about new things means veriety is the key of success in today's compititive market.I am also a non IT person trying to know new things.
He already answered if your organization using GitHub than go for GitHub action and if they are using gitlab than for gitlab CICD and if your organization will switch to different platform than Github action and gitlab is not preferred because they are platform oriented. Best to learn Jenkins first. Even if you want to switch to github action its very easy. Hope you got the point@@vinaystricker9930
12:35 where does this ubuntu server machine installed or run and also the python or any other plugin like docker, Tomcat etc. As I'm familiar with Jenkins I used to configure Jenkins on ec2 (ubuntu) server (t2.medium etc) and use that server to create CICD. Here where is ubuntu server running I'm not getting.
Also bro I need assistance like my new client wants to add all the codebase of automation with allure report to the github where repo is private and I am having issues with publishing reports because pf private repo. I got trial version of enterprise edition where I can use github page to publish report for private repo. I am unable to transfer to my personal project there … any idea?
Question might be little stupid but i am confused a bit. There is a file that is available in a folder in aws and i am running a java maven project using github actions (self hosted runner on aws). Can i directly access and read the file to use it inside my java project or do i need to write a code to connect to aws again from java. I am new to action and confused about it. Thanks
Hi bro inhave a query regarding yesterdays session means using docker agents,u have used those docker agents for cicd and u deployed some application in it but here whenever the job was finished the containers which are created also exited right then how can we achieve our end result if containers are exited means we cant access the application right.Could you please clarify this please
Am confused here i donno whether we need to create containers in detached mode instead of interactive mode to access the application if we use detached mode means if the conta exited also we can able access the application right help me on this am confused here.
Hi Harish, the containers are only used as a place holder to run the pipelines . The actual applications, logs and any kind off artifact's will be stored on the host machine or your target clusters. So I don't see any issue with ephemeral nature of containers
@@AbhishekVeeramalla means like in CD part wherever we want to run our applications EC2 instances or K8 cluster.. application will reside their? Also , when using jenkins what tools are we using to build the pipelines? incase we dont want to use docker agent?
up to now i didn't understand one terraform file & one jenkinsfile & now one yml file for github actions. not feeling good to see everything u can clone my repo or fork my repo & do copy paste & do. this is not the right thing atleast writing something small code on own would be great.
@Abhishek.Veeramalla, could you please help on "converting PowerShell script to shell script and execute using Linux runner from GitHub action" ? or anybody please ?
Thank you I am a automation tester working on understanding yaml file… there are multiple issues I am getting with existing file given by client.. i want to learn everything about this yaml file. Any suggestion?
This is concise and good. Kudos to @AbhishekVeeramalla , your teaching style is better than some paid courses!
Excellent teaching style ................Hats off to your service..........🙏🙏🙏🙏🙏
Thanks a lot
Thank you Asbhishek, I configured self hosted runner myself on ec2 ubuntu
Amazing
Checking in for Day-20
Date: 27/08/2024 6:54PM, Completed the video.
GOing well so far.
Thank you.
Hi bro, Very glad to see you videos, Whatever areas I need to concentrate those areas you are almost trying to cover, I haven't seen this kind of video series any ware.
Thanks for your content.
All the best
fantastic session, understood evrey bit of the video🔥🔥🔥
😍
Excellent course. It's very helpful. Thanks you bro
You are welcome
Github Actions is really good .
You are improving day by day. 🎉
Thank you so much 😀
Amazing explanation bhaiya ❤❤
Thanks
Hi Abhishek bro, your videos are excellent. Really appreciate your effort
Thank you I am a automation tester working on understanding yaml file… there are multiple issues I am getting with existing file given by client.. i want to learn everything about this yaml file. Any suggestion?
Hi Abhishek,
Thanks for your all video. You are putting lot of efforts.
I have a query.
How to do sequential deployment when I fetch environments dynamically using strategy and matrix. I tried with needs but needs doesn't work dynamically.
sir u r amazing and u r teacher skills is blaster . i just say can you create more videos in github action in details
Thanks and sure
Hi Abhishek can you please make a video on how to ---> " migrate from Jenkins to GitHub actions " real-time projects it would be more helpful. a complete A to Z approach zero - to - hero.
Completed ✅
Excellent..you saved my day...🙂
Awesome
Thanx a lot Abhishek sir
Welcome
Is this Full Devops Playlist??
And What tools u will include ?
Like ansible , Playbook chef , puppet ? What tools will you include pls mentiontion list here it will be helpful I subbed you 😍😍😍😍😍
Yes, soon
one question: if the github actions is not specific/tied to any cloud platform, then how it will be challenging and time consuming if we want to migrate to other cloud ?
Simply Superb
Thanks alot
Very informative, thanks for your explanation 👍
nice video mate
Current trend in devops is : for every job 1000 people are competing.
Data engineering, data analytics jobs are better than this.
1000 🤨, According to HRs the number is not even 30
If we are new to writing scripts like YML, pipelines, and testing Python scripts. what is your suggestion?
how can weshow up ourselves to crack the interviews ?
where we can get the sceanrios based scripts writing?
You will learn that with practice don’t worry. Pick up some examples and start writing. Best place for examples is the official documentations
Which Best for Future i think GitHub Action Because this is a Server less CI CD No Server Requires
Great thinking .. I explained this in one of the videos as well.
Hello Sir
I am your old subscriber i have seen your GitHub action vedio more than 2,or 3 times but I am not getting how GitHub action CI/CD pipeline works and how to write pipeline according to project.. please give some idea to understand GitHub action perfectly I am so worried about 😢😢😢😢😢😢
Hello abhishek, I am confused in choosing the CICD tools like should I go with jenkins, gitlabCICD or github actions as a beginner as I am non-IT guy.
As I explained, if you have a clear understanding of which platform you want to use for SCM .. if you are only on GitHub forever .. go for GitHub actions.. similarly.. if you are on GitLab .. go for GitLab CI
@@AbhishekVeeramalla is it mandate to use Jenkins for CICD? Which is better gitlab CICD or GitHub actions.. I mostly use GitHub for SCM.
@AbhishekVeeramalla please answer to my query.
@@vinaystricker9930 Jenkins is a most demanding tool in the market.for generalist it is compulsory to know about new things means veriety is the key of success in today's compititive market.I am also a non IT person trying to know new things.
He already answered if your organization using GitHub than go for GitHub action and if they are using gitlab than for gitlab CICD and if your organization will switch to different platform than Github action and gitlab is not preferred because they are platform oriented. Best to learn Jenkins first. Even if you want to switch to github action its very easy. Hope you got the point@@vinaystricker9930
Start from 2:00
Great ❣
12:35 where does this ubuntu server machine installed or run and also the python or any other plugin like docker, Tomcat etc.
As I'm familiar with Jenkins I used to configure Jenkins on ec2 (ubuntu) server (t2.medium etc) and use that server to create CICD.
Here where is ubuntu server running I'm not getting.
on the runner
Abhishek is it necessary to learn jenkins?
Also bro I need assistance like my new client wants to add all the codebase of automation with allure report to the github where repo is private and I am having issues with publishing reports because pf private repo. I got trial version of enterprise edition where I can use github page to publish report for private repo. I am unable to transfer to my personal project there … any idea?
Question might be little stupid but i am confused a bit.
There is a file that is available in a folder in aws and i am running a java maven project using github actions (self hosted runner on aws).
Can i directly access and read the file to use it inside my java project or do i need to write a code to connect to aws again from java.
I am new to action and confused about it.
Thanks
yes you can access that file from the runner.
Hi bro inhave a query regarding yesterdays session means using docker agents,u have used those docker agents for cicd and u deployed some application in it but here whenever the job was finished the containers which are created also exited right then how can we achieve our end result if containers are exited means we cant access the application right.Could you please clarify this please
Am confused here i donno whether we need to create containers in detached mode instead of interactive mode to access the application if we use detached mode means if the conta exited also we can able access the application right help me on this am confused here.
Hi Harish, the containers are only used as a place holder to run the pipelines . The actual applications, logs and any kind off artifact's will be stored on the host machine or your target clusters.
So I don't see any issue with ephemeral nature of containers
Thanks a lot bro
@@AbhishekVeeramalla means like in CD part wherever we want to run our applications EC2 instances or K8 cluster.. application will reside their?
Also , when using jenkins what tools are we using to build the pipelines? incase we dont want to use docker agent?
❤
Thank you
Github actions is replacement for jenkins ? Github action does samethins as jenkins ?
Yes, GitHub Actions is similar to Jenkins
hi bro, there is no relation between the githubaction and argocd right ??
Actions is CI and Argocd is CD
thanks
welcome
Sir peoples say DevOps jobs are not for freshers is it true
No, now you can learn and go directly in dev ops domain
True
Yes it's true because to become a good devops you must know a dozen of tools and good hands on practice on scripting
Yes , until you have some experience over infrastructure,
Yes😅
How to mention GitHub Actions in CV? Some of recruiters asking to mention GITHub actions in the CV
Do companies actually use Github Actions for real project? as code has to be open source so asking.
Code does not have to be opensource .. it works for private repos as well
Hi bro, can you let me know, how to achieve CD with the help of actions
ok sure, will try to do that video
@@AbhishekVeeramalla thanks
How to run GITHUB Actions locally ?
Do you mean, you want to use your local setup as runner ?
@@AbhishekVeeramalla yes .. if i want to debug the Actions locally .. to fix all issues
up to now i didn't understand one terraform file & one jenkinsfile & now one yml file for github actions. not feeling good to see everything u can clone my repo or fork my repo & do copy paste & do. this is not the right thing atleast writing something small code on own would be great.
Sir hindi me vi videos banaye plz 😢😢😢😢
As english is reachable to larger audience I am doing it in english, will try in future to do in hindi
Can you teach slow u taught very fast means iam tm student
12th Feb,2024
Consistency 🚀
@@AbhishekVeeramalla learned from you🙏
Hat's off for your contribution ❤️
please speak slow, Iam not getting
marvelous ❤🩹
Thanks alot
@Abhishek.Veeramalla, could you please help on "converting PowerShell script to shell script and execute using Linux runner from GitHub action" ? or anybody please ?
Thank you I am a automation tester working on understanding yaml file… there are multiple issues I am getting with existing file given by client.. i want to learn everything about this yaml file. Any suggestion?