volt-kubernetes
Installation
SKILL.md
Helper for deploying Volt's resources on Kubernetes
This skill focuses on creating cluster configuration as code using terraform, helmfile and helm.
Tool Overview
- Helm: Configures kubernetes resources for a VoltDB cluster (called a release)
- Helmfile: Manages multiple helm releases with dependencies
- Terraform: Creates and manages cloud resources and high-level kubernetes resources
All tools use declarative scripts that can be version-controlled in git. After changes are approved, re-run the specific tool to update resources.