Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 788 Bytes

07-Kubernetes.md

File metadata and controls

24 lines (12 loc) · 788 Bytes

Part VII: Kubernetes

Objectives:

By the end of this module, the SRE will:

  1. Create a K8s cluster with Google Kubernetes Engine
  2. Deploy a prebuilt app to a cluster
  3. Expose the app to the internet
  4. Add a Horizontal Pod AutoScaler
  5. Load test the app with Apache Bench
  6. Delete your hpa, service, deployment and cluster

Deliverables

Watch this Kubernetes 101 Workshop video and follow along by deploying this application: https://github.com/FairwindsOps/k8s-workshop/tree/master/complete/.

The video is long, and if it is your first time deploying an app to Kubernetes it will take a while. Schedule regular times to checkin with your mentor before, during and after this module.