Tag

Persistent Storage

0 views collected around this technical thread.

Practical DevOps Architecture
Practical DevOps Architecture
Aug 24, 2021 · Cloud Native

Step-by-Step Guide to Deploying NFS-Backed Nginx on Kubernetes

This article provides a detailed tutorial on setting up an NFS server, configuring a Kubernetes deployment of Nginx with NFS volume mounts, and explains static versus dynamic persistent storage in K8s, complete with command examples and YAML configuration.

KubernetesNFSNginx
0 likes · 4 min read
Step-by-Step Guide to Deploying NFS-Backed Nginx on Kubernetes
DevOps Cloud Academy
DevOps Cloud Academy
Dec 3, 2020 · Cloud Native

Deploying a Highly Available WordPress Application on Kubernetes with Rolling Updates, HPA, and Ingress

This guide walks through deploying WordPress on Kubernetes with persistent storage, multi‑replica deployments, high‑availability configurations, health checks, pod anti‑affinity, PodDisruptionBudgets, QoS settings, rolling updates, automatic scaling via HPA, secure Secrets, and HTTPS exposure through Ingress, providing complete YAML manifests and command‑line steps.

High AvailabilityHorizontal Pod AutoscalingIngress
0 likes · 32 min read
Deploying a Highly Available WordPress Application on Kubernetes with Rolling Updates, HPA, and Ingress
DevOps Cloud Academy
DevOps Cloud Academy
Jul 14, 2020 · Operations

Using Docker Volumes for Persistent Container Storage

This article explains how to use Docker volumes for persistent container storage, demonstrating data creation, volume creation, mounting, data persistence across container restarts, alternative -v usage, and sharing volumes between containers with --volumes-from.

DevOpsDockerPersistent Storage
0 likes · 6 min read
Using Docker Volumes for Persistent Container Storage
Efficient Ops
Efficient Ops
Jul 17, 2019 · Cloud Native

Mastering Docker Persistent Storage: Volumes, Bind Mounts, and Tmpfs Explained

This article explains why storing data in a container’s layer is problematic and details Docker’s three persistent storage options—volumes, bind mounts, and tmpfs—along with their commands, configurations, use‑cases, and advanced features such as volume drivers and bind propagation.

Bind MountContainer OpsDocker
0 likes · 13 min read
Mastering Docker Persistent Storage: Volumes, Bind Mounts, and Tmpfs Explained
High Availability Architecture
High Availability Architecture
Mar 29, 2017 · Cloud Native

Container Storage Plugins and Persistent Storage Architecture

This article explains how containers use storage plugins like Docker volume drivers and Convoy to integrate persistent storage, describes the plugin API, daemon architecture, backend driver abstractions, and discusses the trade‑offs of different storage types for cloud‑native applications.

ContainersConvoyDocker
0 likes · 14 min read
Container Storage Plugins and Persistent Storage Architecture
Art of Distributed System Architecture Design
Art of Distributed System Architecture Design
Sep 22, 2015 · Databases

An Overview of LevelDB: Design, Features, and Performance

LevelDB, created by Google Fellows Jeff Dean and Sanjay Ghemawat, is a high‑performance C++ key‑value library that provides persistent, ordered storage with snapshots, compression, and atomic batch operations, achieving up to 400,000 random writes and 60,000 random reads per second.

C++GoogleKey-Value Store
0 likes · 3 min read
An Overview of LevelDB: Design, Features, and Performance