Script for backup/restore etcd, certificates, PVC without velero or advanced tools.

This page summarizes the projects mentioned and recommended in the original post on /r/kubernetes

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • k8s-object-dumper

    Kubernetes object dumper for use as a pre backup command in K8up.

  • At VSHN we use a combination of two tools. A script that dumps all object known by the K8s API https://github.com/projectsyn/k8s-object-dumper. This is basically what is inside etcd. For application data, we use https://k8up.io. This one can make backups of volumes but can also run scripts to collect data (e.g. mysqldump or something similar).

  • velero

    Backup and migrate Kubernetes applications and their persistent volumes

  • Actual restoration from backup is more complicated because fine-grained coordination really depends on how you're running everything you're running on your cluster, but theoretically you don't need to back up ETCD because you can re-create all the things the API stored in there in the first place. There's a discussion question on this very idea in the velero github.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • What is the proper, kubernetes native way of working with multiple clusters for DR, HA?

    2 projects | /r/kubernetes | 7 Jul 2023
  • Is there a way to clone an existing Azure Kubernetes Cluster?

    2 projects | /r/AZURE | 20 Jun 2023
  • What are the best practices for backing up k8S related ressources in RKE2 clusters running on VSphere ?

    1 project | /r/rancher | 14 Jun 2023
  • Ask r/kubernetes: What are you working on this week?

    1 project | /r/kubernetes | 12 Jun 2023
  • Tool for dumping manifests from your Kubernetes clusters

    3 projects | /r/kubernetes | 1 Jun 2023