
Formae adds Kubernetes and Helm support
TL;DR: Platform Engineering Labs has updated its open-source Infrastructure-as-Code tool, formae. The update introduces full Kubernetes support, native Helm integration, and compatibility with Terraform's .tfvars files. A new public plugin hub was also launched to simplify cloud-native infrastructure management.
Key facts
- Category
- Infrastructure
- Impact
- High
- Published
- Source
- InfoQ
Full summary
The open-source IaC tool formae now supports Kubernetes, Helm, and Terraform's .tfvars files, simplifying cloud-native infrastructure management.
Platform Engineering Labs has released a significant update for formae, its open-source Infrastructure-as-Code (IaC) platform. The new version introduces several key features aimed at modern cloud environments, including full support for managing Kubernetes resources directly. It also adds native integration with Helm, the popular package manager for Kubernetes, allowing teams to deploy and manage applications more easily. Another major addition is direct compatibility with Terraform's `.tfvars` files, enabling users to leverage their existing variable configurations. To further extend its capabilities, the company also launched a new public plugin hub, providing a centralized repository for community and official extensions.
This update makes formae a more comprehensive tool for organizations practicing platform engineering and managing cloud-native infrastructure. By adding Kubernetes and Helm support, it directly addresses the needs of developers and operations teams building on containerized architectures. The compatibility with `.tfvars` is a strategic move, lowering the adoption barrier for the large community of existing Terraform users who can now potentially integrate formae into their workflows with less friction. The plugin hub suggests a focus on building a broader ecosystem around the tool, which is crucial for the long-term viability of any open-source project in the competitive IaC landscape.
Why it matters
The update positions formae as a more serious contender in the Infrastructure-as-Code space, particularly for cloud-native teams. Native Kubernetes and Helm support are critical for modern DevOps workflows, while .tfvars compatibility makes it easier for the large base of Terraform users to adopt.
Business impact
For businesses, this update provides another option for managing cloud infrastructure, potentially reducing toolchain complexity. The open-source nature of formae can offer cost savings over commercial IaC platforms. For companies heavily invested in Kubernetes, this makes formae a more viable and integrated solution.
Tags
Primary source: InfoQ