Tag

Persistent Volume

0 views collected around this technical thread.

Alibaba Cloud Infrastructure
Alibaba Cloud Infrastructure
Mar 31, 2025 · Operations

Using ACK Backup Center for Data Protection and Migration of Kubernetes Persistent Volumes

This guide explains how Alibaba Cloud ACK Backup Center enables data protection, backup, and cross‑cluster migration of Kubernetes Persistent Volumes by leveraging the Data Protection feature, illustrating configuration steps, backup and restore workflows, and practical YAML examples.

AckKubernetesPersistent Volume
0 likes · 10 min read
Using ACK Backup Center for Data Protection and Migration of Kubernetes Persistent Volumes
Linux Ops Smart Journey
Linux Ops Smart Journey
Aug 11, 2024 · Cloud Native

How to Integrate NFS Storage with Kubernetes: Static & Dynamic Provisioning Guide

This tutorial walks through the prerequisites, static and dynamic provisioning steps, and verification commands for integrating NFS storage into a Kubernetes cluster, providing complete YAML manifests and shell commands to create PVs, PVCs, Deployments, and StorageClasses.

Dynamic ProvisioningKubernetesNFS
0 likes · 9 min read
How to Integrate NFS Storage with Kubernetes: Static & Dynamic Provisioning Guide
Architect
Architect
Nov 26, 2021 · Cloud Native

Kubernetes (K8s) Overview: Architecture, Components, Probes, Rolling Updates, Image Policies, and Persistent Storage

This article provides a comprehensive introduction to Kubernetes, covering its origin, master‑node and worker‑node architecture, pod health‑checking probes, rolling‑update controls, image pull policies, service concepts, external access, persistent storage options, label selectors, and common kubectl commands, all illustrated with practical YAML examples.

Container OrchestrationK8sKubernetes
0 likes · 20 min read
Kubernetes (K8s) Overview: Architecture, Components, Probes, Rolling Updates, Image Policies, and Persistent Storage
DevOps Cloud Academy
DevOps Cloud Academy
Nov 12, 2021 · Cloud Native

Persisting Docker Layer Cache in GitLab CI on Kubernetes with Docker‑in‑Docker

This guide explains how to persist Docker layer caches in GitLab CI pipelines on Kubernetes by deploying a standalone Docker‑in‑Docker service with a Local Persistent Volume, configuring a Service for access, updating CI jobs, and adding a CronJob to prune old images.

CacheDockerDocker-in-Docker
0 likes · 7 min read
Persisting Docker Layer Cache in GitLab CI on Kubernetes with Docker‑in‑Docker
Cloud Native Technology Community
Cloud Native Technology Community
Oct 29, 2021 · Cloud Native

Understanding Kubernetes CSI: Persistent Volume Lifecycle and Component Interaction

This article explains how Kubernetes CSI enables out‑of‑tree persistent storage by detailing the PV lifecycle—Create, Attach, Detach, Mount, Unmount, Delete—and describing the roles of core components such as apiserver, PVController, external‑provisioner, external‑attacher, and kubelet, with code examples and diagrams.

CSIK8sKubernetes
0 likes · 15 min read
Understanding Kubernetes CSI: Persistent Volume Lifecycle and Component Interaction
Top Architect
Top Architect
Jun 17, 2021 · Cloud Native

Kubernetes Interview Questions and Answers: Architecture, Probes, Deployment, and Management

This article provides a comprehensive set of Kubernetes interview questions and detailed answers covering architecture components, pod lifecycle, health probes, rolling updates, image pull policies, services, label selectors, DaemonSets, Jobs, and persistent storage options, with example YAML snippets and command‑line usage.

KubernetesLabelPersistent Volume
0 likes · 23 min read
Kubernetes Interview Questions and Answers: Architecture, Probes, Deployment, and Management
Architects Research Society
Architects Research Society
Jan 8, 2020 · Cloud Native

Running a Kubernetes Cluster Across Multiple Zones

This article explains how Kubernetes 1.2 enables a single cluster to operate across multiple zones within the same cloud provider, detailing automatic zone labeling, pod and volume scheduling behavior, and the key limitations and considerations for multi‑zone deployments.

ClusterKubernetesMulti-Zone
0 likes · 5 min read
Running a Kubernetes Cluster Across Multiple Zones