Available Modules
This category contains the documentation for the available Rocket Pad Platform Modules. Find available modules on our GitLab.
📄️ Longhorn
Longhorn is one of our supported storage providers that can be installed into a cluster that has no access to other storage classes in order to allow for persistence within the platform cluster. Learn more about Longhorn in the official documentation. A storage provider like Longhorn is needed when bootstrapping our {constants.productName} outside a managed Kubernetes or cloud provider. Cloud provider will normally have some sort of Cloud Storage solution and a Kubernetes Storage Classes available to request such storage within Kubernetes without configuring anything.
📄️ Sealed Secrets
Sealed Secrets is a tool for Kubernetes designed to encrypt sensitive data, ensuring it remains secure even when stored in public repositories. This is particularly crucial in GitOps environments, where configuration is managed as code. With sealed secrets the full configuration of applications and other infrastructure can be pushed to git including the secrets for this configuration. Therefore the {constants.productName} can be bootstrapped completely from Git Repositories without adding secrets manually or manage an external secrets store.