Upgrade to Pro — share decks privately, control downloads, hide ads and more …

AKS + GitHub Actions

AKS + GitHub Actions

Lucas Santos

June 15, 2020
Tweet

More Decks by Lucas Santos

Other Decks in Programming

Transcript

  1. being external is a problem... - External integrations - Sync

    Speed - Downtimes - Own pipeline syntax file - and...
  2. the perfect_ pipeline - The smallest number of external ties

    - Integrated with the VCS (preferably native) - Step store - Simple and objective
  3. GitHub Actions - Build pipeline developed by GitHub - Powered

    by "actions" - Supports all GitHub events - Multiple environments - Free for public
  4. Kubernetes - Created by Google in 2000 - Container orchestration

    tool - Open-sourced in 2015 - Maintained by CNCF
  5. why_ GH actions? - Easy and simple to develop -

    Excellent docs - Anyone can create and expose an action - Tons of events - Native integration with GitHub
  6. refs_ - https://help.github.com/en/actions - https://github.com/nektos/act - https://aka.ms/buildstuff-aks - https://aka.ms/buildstuff-aks-workshop -

    https://speakerdeck.com/khaosdoctor/aks-plus-github-actions - https://github.com/khaosdoctor/aks-gh-actions-demo