Tutorial CI/CD with GitHub Action Lab

img

Application Stack

img

1. Intoduction

2. Version Control

3. Applications

4. Containerization

5. Azure Cloud Resources for CI/CD

6. Container Orchestration

  • Walkthrough Azure Kubernetes Service
  • Demo Deployment Application with YAML files
  • Demo Application stack on AKS

7. Helm Chart

  • Create Chart with YAML files
  • Deploy Application via Template

8. CI/CD GitHub Actions

  • Walkthtough GitHub Action
  • Create & Execute Component Workflows
  • Unittest
  • SAST (Static Application Security Testing)
  • Build (Arifact & Image)
  • Deploy Application
  • DAST (Dynamic Application Security Testing)
  • Business Test with Automate Testing
  • Review E2E Application & pipeline