Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,16 @@ The tool is designed for our Kubernetes-related workflows at [Segment](https://s
While we hope it can work for others, not all features might be directly applicable to other
environments. We welcome feedback and collaboration to make `kubeapply` useful to more people!

## 🆕 Terraform version of `kubeapply`

We recently open-sourced a Terraform-provider-based version of this tool; see the
[repository](https://github.com/segmentio/terraform-provider-kubeapply) and
[documentation in the Terraform registry](https://registry.terraform.io/providers/segmentio/kubeapply/latest/docs) for more details.

Note that the Terraform version has slightly different interfaces and assumptions (e.g., no
support for Helm charts), so it's not a drop-in replacement for the tooling here, but it follows
the same general flow and configuration philosophy.

## Getting started

### Prerequisites
Expand Down