1 repo
Systems for managing long-term data persistence in containerized environments.
Distinguishing note: Focuses on mapping volumes to host storage for persistence, distinct from temporary file mounting.
Explore 1 awesome GitHub repository matching data & databases · Persistent Storage Management. Refine with filters or upvote what's useful.
Minikube is a command-line tool designed for local Kubernetes development, enabling users to provision and manage full-featured container clusters directly on a workstation. It serves as a local orchestrator that automates the lifecycle of isolated environments, allowing developers to start, stop, pause, and delete clusters to support testing and integration workflows. The project distinguishes itself through its flexible architecture, which supports multiple virtualization drivers and container runtimes to accommodate diverse host environments. It provides deep integration between the host a
Maintains data across reboots by mapping persistent volumes to specific directories on the host machine.