# Announcing Mesh Manager Support in Konnect Terraform Provider
Krzysztof Słonka
Software Engineer, Kong
We’re excited to announce the **beta** support for Mesh Manager in the Konnect Terraform Provider — a new tool that brings the power of infrastructure-as-code to Kong’s Service Mesh management platform. This provider enables engineering teams to declaratively manage Konnect Mesh resources using HashiCorp Terraform.
## What Is Terraform?
Terraform is an infrastructure-as-code (IaC) tool developed by HashiCorp. It allows users to define and provision data center infrastructure using a declarative configuration language known as HashiCorp Configuration Language (HCL). Terraform enables the safe and efficient building, changing, and versioning of infrastructure across various service providers.
By codifying infrastructure, Terraform allows for consistent and repeatable deployments, reducing the potential for human error and facilitating collaboration among teams.
## What Are Terraform Providers?
Terraform relies on plugins called providers to interact with cloud providers, SaaS providers, and other APIs. Each provider is responsible for understanding API interactions and exposing resources and data sources that Terraform can manage. Providers enable Terraform to manage a wide range of infrastructure components, from low-level resources like compute instances and storage to high-level services like DNS entries and SaaS features.
## About the Konnect Mesh Manager Provider
The Mesh Manager support in Konnect Terraform Provider is a new addition to the ecosystem, enabling users to manage Kong Mesh resources declaratively. With this provider, you can codify your mesh infrastructure, making it easier to version, audit, and collaborate on changes. The provider supports the creation and management of Control Planes as well as all mesh resources and policies.
An example of creating a Control Plane, a Mesh, and a MeshTrafficPermission looks like this:
resource "konnect_mesh_control_plane""my_meshcontrolplane"{ provider = konnect-beta
name = "TF CP" description = "A control plane created using terraform"}resource "konnect_mesh""default"{ provider = konnect-beta
type = "Mesh" cp_id = konnect_mesh_control_plane.my_meshcontrolplane.id
name = "default" skip_creating_initial_policies = ["*"]}resource "konnect_mesh_traffic_permission""allow_all"{ provider = konnect-beta
cp_id = konnect_mesh_control_plane.my_meshcontrolplane.id
mesh = konnect_mesh.mesh1.name
type = "MeshTrafficPermission" name = "allow-all" spec = { from = [{ target_ref = { kind = "Mesh"} default = { action = "Allow"}}]}}
Kong Mesh 2.14 also introduces improvements to the mesh-scoped zone proxy deployment model. This makes it easier to configure and operate zone proxies for specific meshes, including Helm support for mesh zone proxy configuration. For customers runni
Deploying Kong Mesh on ECS The focus of this blog is to provide step-by-step instructions for deploying and configuring Kong Mesh with Kong Konnect on an AWS ECS instance so that anyone will be able to get pre-production installation of Kong Mesh st
Vince Russo
# Kong Mesh 2.13: Mesh Identity Support for Universal Mode & LTS
Kong Mesh 2.13 delivers full support for Mesh Identity for Kubernetes and Universal mode. Plus, it's been designated as a Long Term Support release, with support for a total of 2 years. But first, what's Kong Mesh for the uninitiated? Built on top
Justin Davies
# Kong Mesh 2.11: Reduced Privileges, Improved Support for AWS ECS
We’re at it again, bringing more incremental improvements to Kong Mesh! Built on top of Kuma, Kong Mesh brings much-needed simplicity and production-grade tooling. Kong Mesh is built for smooth operations with platform teams in mind, providing secu
Justin Davies
# Kong Event Gateway 1.2 Brings Field-Level Encryption, Topic Aliasing, and Analytics to Konnect
Most teams handle field-level data protection with client-side interceptors — code that has to live in every producer and consumer, in every language, maintained by every team that touches the topic. Renaming a topic means a migration project. And
# Why Your API Gateway Should Be Your Testing Environment
You invested in Kong Konnect. You centralized your API governance, locked down your routing, enforced your security policies, and gave your organization a single source of truth for every API in your estate. That work is done, and it is working. So
Haley Giuliano
# Stop AI Token Overspend: Prepaid Credits Are Now Live in Kong Konnect
Before we jump into prepaid credits, let’s review the basics. The two terms, tokens and credits, sometimes get used interchangeably in the space, so it’s worth untangling. A token is a unit of data for large language models that can be either co
Haley Giuliano
# Kong Mesh 2.14: Finer Zone Proxy Control and Tighter Security
Kong Mesh 2.14 also introduces improvements to the mesh-scoped zone proxy deployment model. This makes it easier to configure and operate zone proxies for specific meshes, including Helm support for mesh zone proxy configuration. For customers runni
Deploying Kong Mesh on ECS The focus of this blog is to provide step-by-step instructions for deploying and configuring Kong Mesh with Kong Konnect on an AWS ECS instance so that anyone will be able to get pre-production installation of Kong Mesh st
Vince Russo
# Kong Mesh 2.13: Mesh Identity Support for Universal Mode & LTS
Kong Mesh 2.13 delivers full support for Mesh Identity for Kubernetes and Universal mode. Plus, it's been designated as a Long Term Support release, with support for a total of 2 years. But first, what's Kong Mesh for the uninitiated? Built on top
Justin Davies
# Kong Mesh 2.11: Reduced Privileges, Improved Support for AWS ECS
We’re at it again, bringing more incremental improvements to Kong Mesh! Built on top of Kuma, Kong Mesh brings much-needed simplicity and production-grade tooling. Kong Mesh is built for smooth operations with platform teams in mind, providing secu
Justin Davies
# Kong Event Gateway 1.2 Brings Field-Level Encryption, Topic Aliasing, and Analytics to Konnect
Most teams handle field-level data protection with client-side interceptors — code that has to live in every producer and consumer, in every language, maintained by every team that touches the topic. Renaming a topic means a migration project. And
# Why Your API Gateway Should Be Your Testing Environment
You invested in Kong Konnect. You centralized your API governance, locked down your routing, enforced your security policies, and gave your organization a single source of truth for every API in your estate. That work is done, and it is working. So
Haley Giuliano
# Stop AI Token Overspend: Prepaid Credits Are Now Live in Kong Konnect
Before we jump into prepaid credits, let’s review the basics. The two terms, tokens and credits, sometimes get used interchangeably in the space, so it’s worth untangling. A token is a unit of data for large language models that can be either co
Haley Giuliano
# Kong Mesh 2.14: Finer Zone Proxy Control and Tighter Security
Kong Mesh 2.14 also introduces improvements to the mesh-scoped zone proxy deployment model. This makes it easier to configure and operate zone proxies for specific meshes, including Helm support for mesh zone proxy configuration. For customers runni
Deploying Kong Mesh on ECS The focus of this blog is to provide step-by-step instructions for deploying and configuring Kong Mesh with Kong Konnect on an AWS ECS instance so that anyone will be able to get pre-production installation of Kong Mesh st
Vince Russo
# Kong Mesh 2.13: Mesh Identity Support for Universal Mode & LTS
Kong Mesh 2.13 delivers full support for Mesh Identity for Kubernetes and Universal mode. Plus, it's been designated as a Long Term Support release, with support for a total of 2 years. But first, what's Kong Mesh for the uninitiated? Built on top
Justin Davies
# Kong Mesh 2.11: Reduced Privileges, Improved Support for AWS ECS
We’re at it again, bringing more incremental improvements to Kong Mesh! Built on top of Kuma, Kong Mesh brings much-needed simplicity and production-grade tooling. Kong Mesh is built for smooth operations with platform teams in mind, providing secu
Justin Davies
# Kong Event Gateway 1.2 Brings Field-Level Encryption, Topic Aliasing, and Analytics to Konnect
Most teams handle field-level data protection with client-side interceptors — code that has to live in every producer and consumer, in every language, maintained by every team that touches the topic. Renaming a topic means a migration project. And
# Why Your API Gateway Should Be Your Testing Environment
You invested in Kong Konnect. You centralized your API governance, locked down your routing, enforced your security policies, and gave your organization a single source of truth for every API in your estate. That work is done, and it is working. So
Haley Giuliano
# Stop AI Token Overspend: Prepaid Credits Are Now Live in Kong Konnect
Before we jump into prepaid credits, let’s review the basics. The two terms, tokens and credits, sometimes get used interchangeably in the space, so it’s worth untangling. A token is a unit of data for large language models that can be either co
Haley Giuliano
## Ready to see Kong in action?
Get a personalized walkthrough of Kong's platform tailored to your architecture, use cases, and scale requirements.