Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 1.06 KB

06-aks_storage.md

File metadata and controls

27 lines (16 loc) · 1.06 KB

Challenge 6: Persistent Storage in AKS

< Previous Challenge - Home - Next Challenge >

Introduction

This challenge will cover the basics of Kubernetes persistent volumes.

Description

You need to fulfill these requirements to complete this challenge:

  • The API pods should access a database deployed in the Kubernetes cluster using persistent volumes
  • The container cluster should be spread across multiple Availability Zones
  • Find out the maximum performance (IOPS and MB/s) that the database will be able to support with the storage class you chose

Success Criteria

  • The database has been deployed in the cluster, and the API pod can connect to it (read its version)
  • Participants can demonstrate I/O performance of at least two storage classes

Learning Resources

These docs might help you achieving these objectives: