| Bonus Resources.txt | 102.4 B | ||
| Get Bonus Downloads Here.url | 204.8 B | ||
| index.html | 614.4 B | ||
| test | |||
| java | |||
| in | |||
| javahome | |||
| myweb | |||
| controller | |||
| CalculatorTest.java | 1.1 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 - Building Blocks of a Workflow | |||
| 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 | 614.4 B | ||
| 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 | ||
| 3 - Advanced Workflow Concepts | |||
| 17. Understanding and using Context variables in GitHub Actions.mp4 | 136.6 MB | ||
| 18. Sharing data between Steps using Outputs.mp4 | 34 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 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 | ||
| 4 - Automating Terraform Deployments Using GitHub Actions | |||
| 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 | 204.8 B | ||
| main.tf | 204.8 B | ||
| modules | |||
| vpc | |||
| main.tf | 1.2 KB | ||
| outputs.tf | 204.8 B | ||
| prod | |||
| 5 - Building GitOps CI CD Pipelines with GitHub Actions and ArgoCD on AWS EKS | |||
| 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 | 307.2 B | ||
| 33. Launch EKS Cluster with eksctl installing ArgoCD and accessing Its Web UI_Resource_windows commands txt.txt | 307.2 B | ||
| 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 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 MB | ||
| 40. Send Slack Notifications using GitHub Worksflows_Resource_pyapp slack notification yml.yml | 2.2 KB | ||
| Dockerfile | 102.4 B | ||
| __MACOSX | |||
| _Dockerfile | 204.8 B | ||
| _k8s | 204.8 B | ||
| _main.py | 204.8 B | ||
| _requirements.txt | 204.8 B | ||
| k8s | |||
| _pyapp-deployment.yml | 204.8 B | ||
| _pyapp-svc.yaml | 204.8 B | ||
| github | |||
| workflows | |||
| docker-image.yml | 1.4 KB | ||
| k8s | |||
| 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 | 614.4 B | ||
| 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 KB | ||
| 46. Writing multi stage Dockerfile for Java App.mp4 | 46.8 MB | ||
| 46. Writing multi stage Dockerfile for Java App_Resource_Dockerfile.bin | 614.4 B | ||
| 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 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 B | ||
| main | |||
| java | |||
| in | |||
| javahome | |||
| myweb | |||
| controller | |||
| Calculator.java | 409.6 B | ||
| webapp | |||
| WEB-INF | |||
| web.xml | 204.8 B | ||
| main.py | 716.8 B | ||
| pyapp-deployment.yml | 307.2 B | ||
| pyapp-svc.yaml | 204.8 B | ||
| requirements.txt | 0 B | ||
| main.tf | 204.8 B | ||
| prod.tfvars | 204.8 B | ||
| variables.tf | 409.6 B | ||
| variables.tf | 409.6 B | ||
| variables.tf | 409.6 B | ||
| 5. Running Multiple Shell Commands Together in a Single Step.mp4 | 18 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 | 307.2 B | ||
| 2. Evolution of GitHub and GitHub Actions.mp4 | 2 MB | ||
| 3. Understanding GitHub Workflow structure.mp4 | 3.9 MB | ||
| 4. Writing your first GitHub Actions Workflow.mp4 | 62.4 MB |
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
| torrent name | size | uploader | age | seed | leech |
|---|---|---|---|---|---|
| 3.1 GB | freecoursewb | 6 hours | 0 | 0 | |
| 723.6 MB | freecoursewb | 6 hours | 0 | 0 | |
| 621.5 MB | freecoursewb | 6 hours | 1 | 8 | |
|
Udemy - Cybersecurity Interview Prep - Master Technical and Mock Q and A Posted by
freecoursewb in Other
|
741.7 MB | freecoursewb | 4 days | 15 | 4 |
|
Udemy - The Essentials of Leadership - Master Core Leadership Skills Posted by
freecoursewb in Other
|
3.7 GB | freecoursewb | 3 weeks | 14 | 2 |
All Comments