Udemy - Master GitHub Actions CI - CD Workflows for DevOps Engine...
- Category Other
- Type Tutorials
- Language English
- Total size 2.9 GB
- Uploaded By freecoursewb
- Downloads 37
- Last checked 1 hour ago
- Date uploaded 10 hours ago
- Seeders 1
- Leechers 32
Infohash : A093D55B7D74D415F71F88DA67080B4DCEAC5C1D
Master GitHub Actions CI/CD Workflows for DevOps Engineers
https://WebToolTip.com
Published 12/2025
Created by Hari Kammana
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz, 2 Ch
Level: Intermediate | Genre: eLearning | Language: English | Duration: 52 Lectures ( 5h 4m ) | Size: 2.91 GB
End-to-End CI/CD with GitHub Actions & Argo CD on Amazon EKS
What you'll learn
Build and automate CI/CD pipelines using GitHub Actions & ArgoCD
Deploy containerized applications to Kubernetes EKS seamlessly
Perform Docker image scanning to ensure container security
Implement static code analysis with SonarQube for high-quality code
Deploy Terraform code using GitHub Action Workflows
Streamline development-to-deployment processes for faster releases
Requirements
Basic understanding of CI/CD concepts is enough
Files:
[ WebToolTip.com ] Udemy - Master GitHub Actions CI - CD Workflows for DevOps Engineers- Get Bonus Downloads Here.url (0.2 KB) ~Get Your Files Here ! 1 - Introduction to GitHub Actions
- 1. What is GitHub Actions and What Are Its Use Cases.mp4 (2.8 MB)
- 2. Evolution of GitHub and GitHub Actions.mp4 (2.0 MB)
- 3. Understanding GitHub Workflow structure.mp4 (3.9 MB)
- 4. Writing your first GitHub Actions Workflow.mp4 (62.4 MB)
- 10. Working with Variables in Workflows.mp4 (22.1 MB)
- 11. Protect Sensitive Information Using Secrets.mp4 (27.1 MB)
- 12. Using Built in Checkout Actions in Workflows.mp4 (51.8 MB)
- 13. Deploying a static website to an S3 Bucket.mp4 (200.7 MB)
- 13. Deploying a static website to an S3 Bucket_Resource_index html.html (4.8 KB)
- 13. Deploying a static website to an S3 Bucket_Resource_static s3 deploy yml.yml (0.6 KB)
- 14. What is an environment variable.mp4 (8.1 MB)
- 15. How to Use Environment Variables in GitHub Workflow.mp4 (49.4 MB)
- 16. How to Use Inputs Parameters in GitHub Actions Workflows.mp4 (93.9 MB)
- 5. Running Multiple Shell Commands Together in a Single Step.mp4 (18.0 MB)
- 6. Creating Multiple Jobs in a Workflow.mp4 (29.8 MB)
- 7. How to Run Jobs in Parallel and Sequentially.mp4 (13.6 MB)
- 8. Understanding Workflow Triggers & Types.mp4 (1.8 MB)
- 9. Using push and pull_request triggers.mp4 (28.8 MB)
- 9. Using push and pull_request triggers_Resource_blank yml.yml (0.3 KB)
- 17. Understanding and using Context variables in GitHub Actions.mp4 (136.6 MB)
- 18. Sharing data between Steps using Outputs.mp4 (34.0 MB)
- 19. Sharing data between jobs using Outputs.mp4 (42.4 MB)
- 20. Using an if condition in the Workflow in a step.mp4 (71.0 MB)
- 21. Using an if condition with an Or Condition.mp4 (21.8 MB)
- 22. Using if Condition at the Job level.mp4 (82.1 MB)
- 23. if condition using special functions like startsWith() success() failure() etc.mp4 (150.2 MB)
- 24. How to work with reusable workflows.mp4 (20.5 MB)
- 25. Reusable Workflows with Inputs.mp4 (10.8 MB)
- 26. Reusable Workflows with Inputs & Secrets.mp4 (13.8 MB)
- 27. How outputs work in reusable workflows.mp4 (56.5 MB)
- 28. Setup OIDC connection between GitHub & AWS.mp4 (19.5 MB)
- 29. Terraform Project Walkthrough.mp4 (7.1 MB)
- 30. Configure S3 Backend.mp4 (16.3 MB)
- 31. Automating Terraform Deployment & Apply to Dev environment with GitHub Actions.mp4 (180.9 MB)
- 32. Automating Terraform Deployment to Prod environment with GitHub Actions.mp4 (103.2 MB) dev
- dev.tfvars (0.2 KB)
- main.tf (0.2 KB)
- variables.tf (0.4 KB)
- main.tf (1.2 KB)
- outputs.tf (0.2 KB)
- variables.tf (0.4 KB)
- main.tf (0.2 KB)
- prod.tfvars (0.2 KB)
- variables.tf (0.4 KB)
- 33. Launch EKS Cluster with eksctl installing ArgoCD and accessing Its Web UI.mp4 (23.6 MB)
- 33. Launch EKS Cluster with eksctl installing ArgoCD and accessing Its Web UI_Resource_macos commands txt.txt (0.3 KB)
- 33. Launch EKS Cluster with eksctl installing ArgoCD and accessing Its Web UI_Resource_windows commands txt.txt (0.3 KB)
- 34. A Quick Look at a Python Flask Application and Deploy To EKS From Local Machine.mp4 (80.3 MB)
- 35. Docker CI for Flask App Build & Push Image to DockerHub.mp4 (391.8 MB)
- 36. Deploy Flask Application to Amazon EKS Using ArgoCD (GitOps).mp4 (81.7 MB)
- 37. Improve GitHub Actions Workflow Docker Build & Push + yq Official Action.mp4 (51.2 MB)
- 37. Improve GitHub Actions Workflow Docker Build & Push + yq Official Action_Resource_docker image improved yml.yml (1.3 KB)
- 38. Vulnerability Scanning in CI Pipelines Using Trivy.mp4 (44.0 MB)
- 38. Vulnerability Scanning in CI Pipelines Using Trivy_Resource_docker image trivy scan yml.yml (1.7 KB)
- 39. Set Up Slack Incoming Webhooks for Automated Notifications.mp4 (33.4 MB)
- 40. Send Slack Notifications using GitHub Worksflows.mp4 (70.0 MB)
- 40. Send Slack Notifications using GitHub Worksflows_Resource_pyapp slack notification yml.yml (2.2 KB)
- Dockerfile (0.1 KB) __MACOSX
- _Dockerfile (0.2 KB)
- _k8s (0.2 KB)
- _main.py (0.2 KB)
- _requirements.txt (0.2 KB) k8s
- _pyapp-deployment.yml (0.2 KB)
- _pyapp-svc.yaml (0.2 KB)
- docker-image.yml (1.4 KB)
- pyapp-deployment.yml (0.3 KB)
- pyapp-svc.yaml (0.2 KB)
- main.py (0.7 KB)
- requirements.txt (0.0 KB) 6 - CI CD of Java Application with SonarQube Trivy ArgoCD and Kubernetes
- 41. End to End CI CD Implementation Complete Workflow & Architecture Overview.mp4 (14.5 MB)
- 42. Introduction to the Java Maven Project.mp4 (9.6 MB)
- 43. Provisioning an AWS EC2 Instance and Deploying SonarQube Using Docker.mp4 (62.6 MB)
- 44. CI Workflow Perform Static Code Analysis.mp4 (83.1 MB)
- 44. CI Workflow Perform Static Code Analysis_Resource_persorm static code analysis yml.yml (0.6 KB)
- 45. Automatically Fail CI Workflow on SonarQube Quality Gate Failure.mp4 (47.2 MB)
- 45. Automatically Fail CI Workflow on SonarQube Quality Gate Failure_Resource_fail workflow when static code fails yml.yml (1.0 KB)
- 46. Writing multi stage Dockerfile for Java App.mp4 (46.8 MB)
- 46. Writing multi stage Dockerfile for Java App_Resource_Dockerfile.bin (0.6 KB)
- 47. Build Docker Image Using GitHub Actions Workflow.mp4 (56.3 MB)
- 48. Trivy Vulnerability Scanning Integrated into Workflow.mp4 (42.4 MB)
- 49. Pushing Docker Images to Docker Hub with GitHub Actions.mp4 (56.0 MB)
- 50. Preparing Kubernetes Deployment YAML Files.mp4 (35.3 MB)
- 51. Dynamic Docker Image Tag Updates in Kubernetes Manifests Using yq Utility.mp4 (80.2 MB)
- 51. Dynamic Docker Image Tag Updates in Kubernetes Manifests Using yq Utility_Resource_update tag in mnifestfile yml.yml (2.5 KB)
- 52. Deploying an Application Using Argo CD.mp4 (91.2 MB)
- pom.xml (1.5 KB) src
- README.md (0.0 KB) main java in javahome myweb controller
- Calculator.java (0.4 KB)
- web.xml (0.2 KB)
- index.html (0.6 KB) test java in javahome myweb controller
- CalculatorTest.java (1.1 KB)
- Bonus Resources.txt (0.1 KB)
There are currently no comments. Feel free to leave one :)
Code:
- udp://tracker.torrent.eu.org:451/announce
- udp://tracker.tiny-vps.com:6969/announce
- http://tracker.foreverpirates.co:80/announce
- udp://tracker.cyberia.is:6969/announce
- udp://exodus.desync.com:6969/announce
- udp://explodie.org:6969/announce
- udp://tracker.opentrackr.org:1337/announce
- udp://9.rarbg.to:2780/announce
- udp://tracker.internetwarriors.net:1337/announce
- udp://ipv4.tracker.harry.lu:80/announce
- udp://open.stealth.si:80/announce
- udp://9.rarbg.to:2900/announce
- udp://9.rarbg.me:2720/announce
- udp://opentor.org:2710/announce