Volumes env

Namespace (Logical division)

Create namespace

kubectl create ns prod --dry-run=client -o yaml > ns.yaml

namespace creates on across the cluster

Persistence Volume
  • host
  • addons (realtime use) CSI Drivers EBS volume

CSI ebs drivers pod persistence volume claim

service account storage account

kubectl get sa