Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.13 KB

Challenge-06.md

File metadata and controls

30 lines (18 loc) · 1.13 KB

Challenge 06 - 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

Optional (not covered in the solution)

  • 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)

Success Criteria (optional)

  • Participants can demonstrate I/O performance of at least two storage classes

Learning Resources

These docs might help you achieving these objectives: