Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 726 Bytes

07-Kubernetes.md

File metadata and controls

16 lines (12 loc) · 726 Bytes

Part VII: Kubernetes

Objectives:

By the end of this module, the DevOps Engineer will:

  1. Create a K8s cluster with AWS EKS
  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 EKS Workshop video and follow along by deploying this application: https://github.com/FairwindsOps/k8s-workshop/tree/master/complete/.

The workshop 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.