Kubernetes Dynamic Provisioning Not Working

Hello,

I have installed Kubernetes cluster on my pc and have also an AWS demo account. Can you please tell me if I can use dynamic provisioning (AWSElasticBlockStore provisioner) on my local Kubernetes environment? Or else do I need to use AWS EKS to be able to use dynamic provisioning on AWS?

Thank you

yes, you should use EKS to be able to use the dynamic provisions. Also, you can check this useful document Storage Classes | Kubernetes

1 Like