FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
Longhorn Has a Free API — Cloud-Native Storage for Kubernetes
How-ToDevOps

Longhorn Has a Free API — Cloud-Native Storage for Kubernetes

via Dev.to DevOpsAlex Spinov4h ago

Longhorn is the CNCF lightweight distributed block storage system for Kubernetes. It turns your cluster nodes' disks into a highly available storage pool with snapshots, backups, and disaster recovery. Free, open source, and backed by SUSE/Rancher. No license keys, no storage fees. Why Use the Longhorn API? Distributed block storage — replicated across nodes for HA Automated snapshots — recurring snapshot schedules via API Disaster recovery — backup to S3/NFS with one API call Volume management — create, resize, and clone volumes programmatically Quick Setup 1. Install Longhorn helm repo add longhorn https://charts.longhorn.io helm install longhorn longhorn/longhorn --namespace longhorn-system --create-namespace # Access UI kubectl port-forward -n longhorn-system svc/longhorn-frontend 8080:80 2. List Volumes LONGHORN_URL = "http://localhost:8080" curl -s " $LONGHORN_URL /v1/volumes" | jq '.data[] | {name: .name, size: .size, state: .state, robustness: .robustness, replicas: (.numberOfR

Continue reading on Dev.to DevOps

Opens in a new tab

Read Full Article
7 views

Related Articles

Percentage Change: The Most Misused Metric in Data Analysis (And How to Calculate It Correctly)
How-To

Percentage Change: The Most Misused Metric in Data Analysis (And How to Calculate It Correctly)

Medium Programming • 5h ago

I Missed This Claude Setting at First. And It Actually Matters
How-To

I Missed This Claude Setting at First. And It Actually Matters

Medium Programming • 6h ago

Instacart Promo Code: Save on Groceries in March 2026
How-To

Instacart Promo Code: Save on Groceries in March 2026

Wired • 8h ago

How a Switch Actually “Learns”: Demystifying MAC Addresses and the CAM Table
How-To

How a Switch Actually “Learns”: Demystifying MAC Addresses and the CAM Table

Medium Programming • 9h ago

This is the lowest price on a 64GB RAM kit I've seen in months
How-To

This is the lowest price on a 64GB RAM kit I've seen in months

ZDNet • 16h ago

Discover More Articles