Skip to content

Latest commit

 

History

History

04-EKS-Storage-with-EBS-ElasticBlockStore

AWS EKS Storage

AWS EBS CSI Driver

  • We are going to use EBS CSI Driver and use EBS Volumes for persistence storage to MySQL Database

Topics

  1. Install EBS CSI Driver
  2. Create MySQL Database Deployment & ClusterIP Service
  3. Create User Management Microservice Deployment & NodePort Service

Concepts

Kubernetes Object YAML File
Storage Class 01-storage-class.yml
Persistent Volume Claim 02-persistent-volume-claim.yml
Config Map 03-UserManagement-ConfigMap.yml
Deployment, Environment Variables, Volumes, VolumeMounts 04-mysql-deployment.yml
ClusterIP Service 05-mysql-clusterip-service.yml
Deployment, Environment Variables 06-UserManagementMicroservice-Deployment.yml
NodePort Service 07-UserManagement-Service.yml

References: