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

Kubernetes with aks

Kubernetes with aks

Lucas Santos

May 30, 2020
Tweet

More Decks by Lucas Santos

Other Decks in Programming

Transcript

  1. Kubernetes - Created by Google in 2000 as an orchestration

    tool - First open-source version in 2015 - Now maintained by CNCF (Cloud Native Computing Foundation) - Came to solve distributed software issues
  2. what issues? - Communication mess - Esoteric error messages -

    Autoscaling - Deep tracing - Network routing - Distributed management
  3. kubectl - Single point of control - CLI to control

    Kubernetes - Human interface to the Kubernetes API - Based on config files - Very easy to set up in different hosts - Default CLI to all Kubernetes-based apps
  4. Why cloud? - Faster - More efficient - Less manual

    work - Maintenance - Equipment variety
  5. Why AKS? - Easy and simple - No paying for

    master node - Routing out-of-the-box - Cluster autoscale - Native monitoring - Virtual Nodes