Kubernetes Snippets
  • Configuration
    • ConfigMap
    • Secret
  • Load Balancing
    • Ingress
  • Service Discovery
    • Service > ClusterIP
    • Service > NodePort
    • Service > LoadBalancer
    • Service > Headless
    • Service > ExternalName
    • Service > ExternalIps
  • Volumes
    • Persistent Volume
    • Persistent Volume Claim
    • StorageClass
  • Workloads
    • DaemonSet
    • Deployment
    • Pods
    • ReplicaSet
    • StatefulSet
    • CronJob
    • Job
  • Misc
    • Namespace

Volumes

PersistentVolume | PersistentVolumeClaim | StorageClass


official documentation

Read more

Service > ExternalIps Persistent Volume