Does the Kubernetes provider have any way to run Kubernetes Operators?

This page summarizes the projects mentioned and recommended in the original post on /r/Terraform

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • operator-sdk

    SDK for building Kubernetes applications. Provides high level APIs, useful abstractions, and project scaffolding.

  • If I want to launch a k8 operator into my cluster, is there any way to do it through the K8 provider? Or will I have to do some messy null_resource local-exec kubectl apply steps myself?

  • terraform-provider-kubernetes-alpha

    Discontinued A Terraform provider for Kubernetes that uses dynamic resource types and server-side apply. Supports all Kubernetes resources.

  • You can use the new Kubernetes alpha provider to apply any YAML manifest against your cluster. It’s very new and still in Alpha or Beta but it solves this exact problem. Check it out: https://github.com/hashicorp/terraform-provider-kubernetes-alpha

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts