Overview
By default, when Artifactory or any other JFrog product is installed on a Kubernetes cluster using Helm-based installation, a Persistent Volume Claim (PVC) is created and mounted to the pod. This is managed by a StatefulSet which controls the creation of the PVC when a Pod is created.
The specification of StatefulSet template defines the parameters for the PVC such as the storage class, access mode, and size. By using this approach, managing storage for stateful applications becomes simpler.
By default, when Artifactory or any other JFrog product is installed on a Kubernetes cluster using Helm-based installation, a Persistent Volume Claim (PVC) is created and mounted to the pod. This is managed by a StatefulSet which controls the creation of the PVC when a Pod is created.
The specification of StatefulSet template defines the parameters for the PVC such as the storage class, access mode, and size. By using this approach, managing storage for stateful applications becomes simpler.