All Tools View Categories About Contact Privacy

Cloud StorageClass Generator

Build a Kubernetes StorageClass for AWS EBS, Google PD or Azure Disk in your browser.

Runs entirely in your browser - nothing is uploaded and no cluster connection is made.
Your generated StorageClass YAML will appear here.

About Cloud StorageClass Generator

The Cloud StorageClass Generator writes a Kubernetes StorageClass for the big three clouds. Pick the provider, disk type, reclaim policy and volume binding mode, and get a valid StorageClass manifest.

The provisioner and parameters are filled in from the provider selection. The name is validated as an RFC 1123 label. Everything runs locally - nothing is uploaded and no cluster connection is made.

Features

  • Three clouds - EBS, GCE PD, Azure Disk.
  • Correct provisioner - provider-specific.
  • Policy - reclaim policy and binding mode.
  • Validation - RFC 1123 StorageClass name.
  • Copy / Download / Print - get storageclass.yaml wherever you need it.

How to Use

  1. Pick a provider and disk type.
  2. Set reclaim policy and binding mode.
  3. Watch the preview and export.

Examples

Example 1 - EBS gp3. reclaim Delete, WaitForFirstConsumer.

Example 2 - GCE pd-ssd. reclaim Delete.

Example 3 - Azure Premium. Standard_LRS.

Benefits

  • Correct schema - valid StorageClass.
  • Provider-aware - right provisioner per cloud.
  • Validated - name checked.
  • Private - everything runs in the browser.
  • Copy, download or print - get the manifest where you need it.

Frequently Asked Questions

What does this generate?
A Kubernetes StorageClass (storage.k8s.io/v1) for a cloud block-storage backend: AWS EBS, Google PD or Azure Disk.
Which providers are supported?
Amazon EBS (gp3/gp2/io2), Google Compute Engine PD (pd-standard/pd-ssd) and Azure Disk (Standard_LRS/Premium_LRS).
Which fields are supported?
Name, provisioner (chosen by provider), disk type, reclaim policy and volume binding mode.
Is the name validated?
Yes. The StorageClass name must be a valid RFC 1123 label.
Does this connect to a cloud?
No. Everything runs in your browser and nothing is uploaded.
Can I download it?
Yes. Copy the YAML, download storageclass.yaml, or print it.