add share buttons

Lopare

Lopare Online

Currently Viewing Posts Tagged kubernetes backup

Learn More About Kubernetes Storage

Kubernetes is a PaaS that permits you to run the workload as a container. Frequently, it needs to withstand the workload of their country.

K8S supports a variety of native storage driver, and the option to use an external driver there too. When choosing a storage driver, you need to consider performance, access mode volume, availability, and scalability. You can know more about top storage solutions for Kubernetes from various online stores.

Kubernetes Volume Access Mode

Kubernetes supports three access modes Volume: read-only, Read Write Only and Read Write Many. Be careful when selecting a volume driver, because some may not support all three modes.

Many drivers do not support Read Write Many. However, if the mode Read Write Many is important to you, the driver is the most commonly used is NFS.

Image Source: Google

Further information about the volume access mode can be found at this link:

  • Volume persistent, Kubernetes Documentation
  • Storage Class, Kubernetes Documentation
  • Dynamic Provisioning volume, Kubernetes Documentation
  • NFS Volume Persistent with Kubernetes at GKE – A Case Study, Nilesh Jayanandana
  • Storage at Kubernetes: OpenEBS vs Rook (Ceph) vs Rancher Longhorn StorageOS vs vs vs Robin vs Portworx Linstor, Vito Botta
  • Configuring NFS Storage for Kubernetes, Docker
  • Using the overlay with Kubernetes mountain, Amartey Pearson

Persistent Volume Backup and Restore

Once configured for Kubernetes storage, you need to study Kubernetes backup and restore protocols. There are some tools out there to support this, and some drivers own storage backup system implemented. Here are some sources dealing with possible solutions:

  • Kubernetes: Backup your Stateful application, Maud Laurent
  • Volume Snapshots, Kubernetes Documentation
  • Kubernetes Snapshots and Backup, Portworx
  • Deposits by AppsCode, AppsCode