k8 by examples
k8 by examples
matthewdavis.io
k8
k8-byexamples-monorepo
AWS to GCP Proxy
Ingress + TLS Termination
Docker
HAproxy
Troubleshooting
Windows
Commands
Kubernetes Specs
Namespaces
Deployments
InitContainers
Ingress
Services
Storage
PersistentVolumeClaims
StorageClass
Tools
kubectl
Port Scanning
Resources
Curated Resources List
Community
Contact Me
Ingress Controller + LetsEncrypt
K8-BYEXAMPLES
IngressController+LetsEncrypt
Powered by GitBook

Storage

Dynamic Provisioning

In order to allow dynamic provisioning, you must first have a StorageClass.

Users request dynamically provisioned storage by including a storage class in their PersistentVolumeClaim.

Kubernetes Specs - Previous
Services
Next
PersistentVolumeClaims
Last updated 3 years ago
Edit on GitHub