{"id":2056,"date":"2024-07-18T12:29:06","date_gmt":"2024-07-18T12:29:06","guid":{"rendered":"https:\/\/imesh.ai\/blog\/?p=2056"},"modified":"2024-08-13T05:20:59","modified_gmt":"2024-08-13T05:20:59","slug":"imesh-api-gateway-release-hydra-1-0","status":"publish","type":"post","link":"https:\/\/imesh.ai\/blog\/imesh-api-gateway-release-hydra-1-0\/","title":{"rendered":"IMESH API Gateway Release Hydra 1.0"},"content":{"rendered":"\n<p><a href=\"https:\/\/gateway-api.sigs.k8s.io\/\">Kubernetes Gateway API<\/a> was launched in <a href=\"https:\/\/thenewstack.io\/kubernetes-api-gateway-1-0-goes-live-as-maintainers-plan-for-the-future\/\">November 2023<\/a> to standardize the network services in the Kubernetes ecosystem. The primary aim of the project was to overcome the limitations of Kubernetes ingress in three dimensions: traffic management functionality, resource standardization, and the ability to easily implement RBAC on resources.&nbsp;<\/p>\n\n\n\n<p>After the project was released, almost all the controllers conformed to the new standard, which provided standardized templates for network resources such as Gateways, Routes, etc.<\/p>\n\n\n\n<p>The Gateway API project promoted Gateway, GatewayClass, and HTTPRoute APIs to GA at release time. Gradually, all other resources, such as network or security policies, will be made GA. This means that the code, annotations, and CRDs will remain the same irrespective of the <a href=\"https:\/\/gateway-api.sigs.k8s.io\/implementations\/\">controller <\/a>you choose for Gateway API.&nbsp;<\/p>\n\n\n\n<p>RBAC of the Gateway API is planned for DevOps\/Cloud engineers and Application developers. While DevOps can use Gateway resources to enable incoming traffic, Routes resources are meant for application developers to handle the traffic, apply various filtering and load balancing logic for their backend service, generate response code, etc.&nbsp;<\/p>\n\n\n\n<p>After discussing with multiple clients, we understood that seven pressing problems can hinder the widespread adoption of Gateway API:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Managing one or multiple Gateway API controllers for different use-cases<\/li>\n\n\n\n<li>The learning curve for developers (especially Routes for HTTP, gRPC, etc.)<\/li>\n\n\n\n<li>Ease of implementing RBAC for multiple clusters<\/li>\n\n\n\n<li>Ease of implementing security and network policies<\/li>\n\n\n\n<li>Single point Observability&nbsp;<\/li>\n\n\n\n<li>Integration with popular service mesh such as Istio<\/li>\n\n\n\n<li>Vendor lock-in with huge cost<\/li>\n<\/ol>\n\n\n\n<p>To overcome the above problems, IMESH has launched a new product called IMESH API Gateway, which acts as an aggregator on top of the famous Gateway API controller. In the next section, we discuss all the cool features we have launched in our first release, Hydra- named after a constellation (our engineers are fascinated with astronomical constellations \ud83d\ude42).<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Features of IMESH API Gateway Hydra<\/h2>\n\n\n\n<p>In the Hydra release, we developed a few solutions to help DevOps and application developers adopt Gateway API for handling north-south traffic. IMESH API Gateway offers an intuitive UI for creating APIs by leveraging the Gateway and Route resources of popular Gateway API controllers. We are currently supporting Istio Ingress and Envoy Gateway controllers for Gateway API.&nbsp;<\/p>\n\n\n\n<p>Here are the list of features:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>API Configuration plane for Gateway<\/li>\n\n\n\n<li>API Configuration plane for Route<\/li>\n\n\n\n<li>Admin panel for Cluster Management&nbsp;<\/li>\n\n\n\n<li>Native support for Gateway API Controllers- Istio Ingress and Envoy Gateway<\/li>\n<\/ol>\n\n\n\n<p>We aim to enable small and medium teams to get started with creating APIs with the latest ingress or Gateway API specs without having to break their head or bank.&nbsp;<\/p>\n\n\n\n<p>Let us look at each feature in detail.&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">API Configuration plane to manage Gateway resources<\/h3>\n\n\n\n<p>IMESH API Gateway offers <strong>API Configuration <\/strong>to create and manage APIs for your Kubernetes applications(refer Fig A). Since IMESH API Gateway is based on the top of Gateway API standards, the API Configuration provides two options- Gateway and Routes.&nbsp;<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"453\" src=\"https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/API-Configuration-menu-for-creating-and-managing-APIs-1024x453.png\" alt=\"API Configuration menu for creating and managing APIs\" class=\"wp-image-2061\" srcset=\"https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/API-Configuration-menu-for-creating-and-managing-APIs-1024x453.png 1024w, https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/API-Configuration-menu-for-creating-and-managing-APIs-300x133.png 300w, https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/API-Configuration-menu-for-creating-and-managing-APIs-768x340.png 768w, https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/API-Configuration-menu-for-creating-and-managing-APIs-1536x680.png 1536w, https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/API-Configuration-menu-for-creating-and-managing-APIs-400x177.png 400w, https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/API-Configuration-menu-for-creating-and-managing-APIs-800x354.png 800w, https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/API-Configuration-menu-for-creating-and-managing-APIs-1160x513.png 1160w, https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/API-Configuration-menu-for-creating-and-managing-APIs.png 1600w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n<\/div>\n\n\n<p class=\"has-text-align-center\"><strong>Fig A: API Configuration menu for creating and managing APIs<\/strong><\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Enterprise-wide visibility of Gateway Resources<\/h4>\n\n\n\n<p>The Gateway of API Configuration provides the option to create an API gateway to receive external traffic in a specific port. The landing page will provide all the consolidated API gateways created in your enterprise multicluster environment. DevOps and cloud teams can be scattered across geography or projects; the Gateway dashboard provides a consolidated view of all the Gateways and their respective IP address, the namespace they are created in, the Gateway class, and more info at the fingertips. One can also quickly check the YAML configuration file of the Gateway resource without logging into multiple clusters. They can delete the Gateway resources from the IMESH application based on the requirements.&nbsp;<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img decoding=\"async\" width=\"1024\" height=\"228\" src=\"https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/create-a-route-1024x228.png\" alt=\"\" class=\"wp-image-2062\" srcset=\"https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/create-a-route-1024x228.png 1024w, https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/create-a-route-300x67.png 300w, https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/create-a-route-768x171.png 768w, https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/create-a-route-1536x342.png 1536w, https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/create-a-route-400x89.png 400w, https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/create-a-route-800x178.png 800w, https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/create-a-route-1160x258.png 1160w, https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/create-a-route.png 1600w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n<\/div>\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img decoding=\"async\" width=\"1024\" height=\"462\" src=\"https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/YAML-viewer-of-Gateway-resources-1024x462.png\" alt=\"\" class=\"wp-image-2063\" srcset=\"https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/YAML-viewer-of-Gateway-resources-1024x462.png 1024w, https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/YAML-viewer-of-Gateway-resources-300x135.png 300w, https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/YAML-viewer-of-Gateway-resources-768x347.png 768w, https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/YAML-viewer-of-Gateway-resources-1536x693.png 1536w, https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/YAML-viewer-of-Gateway-resources-400x180.png 400w, https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/YAML-viewer-of-Gateway-resources-800x361.png 800w, https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/YAML-viewer-of-Gateway-resources-1160x523.png 1160w, https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/YAML-viewer-of-Gateway-resources.png 1895w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n<\/div>\n\n\n<p class=\"has-text-align-center\"><strong>Fig B: YAML viewer of Gateway resources<\/strong><\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Create and manage API Gateways with ease<\/h4>\n\n\n\n<p>IMESH API Gateway allows DevOps to create, edit, and delete Gateway resources from the application itself. All they need to do is fill out a form, and the IMESH app will automatically create the YAML and store it in the Git repo. The idea here is that DevOps can stop worrying about the YAML configuration or practicing Infrastructure-as-a-code and instead spend just a few minutes setting up their Gateway.&nbsp;<\/p>\n\n\n\n<p>All you need to do is click <strong>Add New Gateway<\/strong> and complete the form. Gateway creation has two parts: <strong>General Info<\/strong> and <strong>Listener<\/strong>. First, the DevOps engineer must fill in the general info about Gateway resource creation, such as namespace, selecting Gateway class, etc. In the <strong>Listener<\/strong> section, you must fill in information about the traffic, such as IP protocol (HTTP, HTTPS, TCP, UDP, etc.), Port, and TLS mode.&nbsp;<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"358\" src=\"https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/Add-New-Gateway-1024x358.png\" alt=\"\" class=\"wp-image-2064\" srcset=\"https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/Add-New-Gateway-1024x358.png 1024w, https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/Add-New-Gateway-300x105.png 300w, https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/Add-New-Gateway-768x268.png 768w, https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/Add-New-Gateway-1536x537.png 1536w, https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/Add-New-Gateway-400x140.png 400w, https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/Add-New-Gateway-800x280.png 800w, https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/Add-New-Gateway-1160x405.png 1160w, https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/Add-New-Gateway.png 1600w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n<\/div>\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"393\" src=\"https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/create-new-listener-1024x393.png\" alt=\"\" class=\"wp-image-2065\" srcset=\"https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/create-new-listener-1024x393.png 1024w, https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/create-new-listener-300x115.png 300w, https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/create-new-listener-768x295.png 768w, https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/create-new-listener-1536x589.png 1536w, https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/create-new-listener-400x154.png 400w, https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/create-new-listener-800x307.png 800w, https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/create-new-listener-1160x445.png 1160w, https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/create-new-listener.png 1600w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>&nbsp;Once you create a listener, you can save and deploy the Gateway resource.&nbsp;<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"283\" src=\"https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/add-listener-1024x283.png\" alt=\"\" class=\"wp-image-2066\" srcset=\"https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/add-listener-1024x283.png 1024w, https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/add-listener-300x83.png 300w, https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/add-listener-768x212.png 768w, https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/add-listener-1536x424.png 1536w, https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/add-listener-400x111.png 400w, https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/add-listener-800x221.png 800w, https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/add-listener-1160x320.png 1160w, https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/add-listener.png 1600w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n<\/div>\n\n\n<p>After you deploy, a Gateway resource will be created in the defined namespace, and a public IP will be made, which will be listed in the specified traffic protocol at the designated port. Note you can add multiple listeners to a single gateway; the idea here is to create one gateway for a project and numerous listeners for various applications.&nbsp;<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Supporting network protocols<\/h4>\n\n\n\n<p>For this Hydra 1.0 release, IMESH API Gateway supports HTTP, HTPPS, TCP, TLS, and UDP protocols. In the subsequent release, we are progressing toward supporting additional protocols, such as gRPC.&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">API Configuration plane for creating and managing Routes easily&nbsp;<\/h3>\n\n\n\n<p>Once you receive traffic at a specific port, you need to create Route resources to handle the traffic and send a response to the requestor.&nbsp;<\/p>\n\n\n\n<p>Like creating and managing Gateway resources from the UI, IMESH API Gateway provides the flexibility to develop Routes from the UI. This reduces the application developers&#8217; load to learn YAML files; creating an advanced filtering option can be challenging and often derail them from the core work.&nbsp;<\/p>\n\n\n\n<p>DevOps and Cloud engineers can give application developers access only to Routes, not Gateways. In this way, an enterprise can achieve segregation of ownership based on Role.&nbsp;<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Creation and management of Route resources<\/h4>\n\n\n\n<p>Application developers can easily create a Route for their application in a few minutes. All they need to do is click Add New HTTPRoute and complete the form. The form has three sections: General Info (about the namespace, labels, annotations, etc.), Gateway linking (linking to a Listener of a Gateway), and HTTP Rules (conditions to filter traffic and send it to the backend service).&nbsp;<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"404\" src=\"https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/Add-New-HTTPRoute-1024x404.png\" alt=\"\" class=\"wp-image-2067\" srcset=\"https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/Add-New-HTTPRoute-1024x404.png 1024w, https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/Add-New-HTTPRoute-300x118.png 300w, https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/Add-New-HTTPRoute-768x303.png 768w, https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/Add-New-HTTPRoute-1536x607.png 1536w, https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/Add-New-HTTPRoute-400x158.png 400w, https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/Add-New-HTTPRoute-800x316.png 800w, https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/Add-New-HTTPRoute-1160x458.png 1160w, https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/Add-New-HTTPRoute.png 1869w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n<\/div>\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"391\" src=\"https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/create-a-route-info-1024x391.png\" alt=\"\" class=\"wp-image-2068\" srcset=\"https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/create-a-route-info-1024x391.png 1024w, https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/create-a-route-info-300x115.png 300w, https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/create-a-route-info-768x293.png 768w, https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/create-a-route-info-1536x587.png 1536w, https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/create-a-route-info-400x153.png 400w, https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/create-a-route-info-800x306.png 800w, https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/create-a-route-info-1160x443.png 1160w, https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/create-a-route-info.png 1600w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n<\/div>\n\n\n<p>Under the HTTP Rules, engineers need to fill in the following information about Condition (to filter traffic), Action (such as modifying request header, redirect to, URL rewrite, Request mirror), and Destination (backend service name, port, and traffic percentage).&nbsp;<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"426\" src=\"https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/create-a-http-rule-1024x426.png\" alt=\"\" class=\"wp-image-2069\" srcset=\"https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/create-a-http-rule-1024x426.png 1024w, https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/create-a-http-rule-300x125.png 300w, https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/create-a-http-rule-768x319.png 768w, https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/create-a-http-rule-1536x638.png 1536w, https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/create-a-http-rule-400x166.png 400w, https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/create-a-http-rule-800x333.png 800w, https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/create-a-http-rule-1160x482.png 1160w, https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/create-a-http-rule.png 1600w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n<\/div>\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"382\" src=\"https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/create-a-http-rule-info--1024x382.png\" alt=\"\" class=\"wp-image-2070\" srcset=\"https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/create-a-http-rule-info--1024x382.png 1024w, https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/create-a-http-rule-info--300x112.png 300w, https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/create-a-http-rule-info--768x287.png 768w, https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/create-a-http-rule-info--1536x573.png 1536w, https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/create-a-http-rule-info--400x149.png 400w, https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/create-a-http-rule-info--800x299.png 800w, https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/create-a-http-rule-info--1160x433.png 1160w, https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/create-a-http-rule-info-.png 1600w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n<\/div>\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"408\" src=\"https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/create-a-http-destination-info-1024x408.png\" alt=\"\" class=\"wp-image-2071\" srcset=\"https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/create-a-http-destination-info-1024x408.png 1024w, https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/create-a-http-destination-info-300x120.png 300w, https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/create-a-http-destination-info-768x306.png 768w, https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/create-a-http-destination-info-1536x612.png 1536w, https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/create-a-http-destination-info-400x160.png 400w, https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/create-a-http-destination-info-800x319.png 800w, https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/create-a-http-destination-info-1160x463.png 1160w, https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/create-a-http-destination-info.png 1600w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n<\/div>\n\n\n<p>A new Route resource is created once the form is completed, saved, and deployed. IMESH API Gateway creates a YAML file and stores it for further reference.&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Admin panel for Cluster Management&nbsp;<\/h3>\n\n\n\n<p>IMESH API Gateway offers an admin panel for Role, Cluster, and User Management. However, in this release, we have released Cluster Management, where the Admin or Infrastructure team onboards clusters to the IMESH Platform. Once they click Add Cluster, the platform will provide them with a set of commands to install an agent, which will be responsible for performing client-side operations from the IMESH platform perspective. Users will be onboarded only after a cluster is added, RBAC can be achieved, and new network resources can be created and managed.&nbsp;<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"387\" src=\"https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/create-cluster-1024x387.png\" alt=\"\" class=\"wp-image-2072\" srcset=\"https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/create-cluster-1024x387.png 1024w, https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/create-cluster-300x113.png 300w, https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/create-cluster-768x290.png 768w, https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/create-cluster-1536x580.png 1536w, https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/create-cluster-400x151.png 400w, https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/create-cluster-800x302.png 800w, https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/create-cluster-1160x438.png 1160w, https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/create-cluster.png 1600w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n<\/div>\n\n\n<h3 class=\"wp-block-heading\">Native support for Gateway API Controllers- Istio Ingress and Envoy Gateway<\/h3>\n\n\n\n<p>As of this release, IMESH API Gateway provides native support for two Gateway API controllers: Istio Ingress and Envoy Gateway. Both are equally powerful and have their own USP, so they suit different user requirements. Based on your team&#8217;s requirements, you can install either (or both). IMESH offers the flexibility to choose the controllers in the Gateway form.&nbsp;<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"345\" src=\"https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/Istio-Ingress-and-Envoy-Gateway-1024x345.png\" alt=\"\" class=\"wp-image-2073\" srcset=\"https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/Istio-Ingress-and-Envoy-Gateway-1024x345.png 1024w, https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/Istio-Ingress-and-Envoy-Gateway-300x101.png 300w, https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/Istio-Ingress-and-Envoy-Gateway-768x259.png 768w, https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/Istio-Ingress-and-Envoy-Gateway-1536x517.png 1536w, https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/Istio-Ingress-and-Envoy-Gateway-400x135.png 400w, https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/Istio-Ingress-and-Envoy-Gateway-800x270.png 800w, https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/Istio-Ingress-and-Envoy-Gateway-1160x391.png 1160w, https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/Istio-Ingress-and-Envoy-Gateway.png 1600w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n<\/div>\n\n\n<h2 class=\"wp-block-heading\">Benefits IMESH API Gateway for DevOps and Cloud engineers<\/h2>\n\n\n\n<p>With IMESH API Gateway, enterprises in general will reap multiple benefits:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Easily choose multiple Gateway API controllers without any problem<\/li>\n\n\n\n<li>Faster adoption of the new Gateway API standard for API creation and management<\/li>\n\n\n\n<li>Easy implementation of RBAC for Gateway and Route resources<\/li>\n\n\n\n<li>Save huge amount of developers&#8217; time to create and manage Route resources for APIs with UI-based forms<\/li>\n\n\n\n<li>Enterprise-wide visibility of network resources such as Gateway and Routes in a single platform.&nbsp;<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\">Next Step<\/h2>\n\n\n\n<p>As a beta customer, you can use IMESH API Gateway for free. Follow this <a href=\"https:\/\/docs.imesh.ai\/\">documentation <\/a>to get started. We would love to hear your feedback.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Kubernetes Gateway API was launched in November 2023 to standardize the network<span class=\"excerpt-more\"><\/span><\/p>\n","protected":false},"author":4,"featured_media":2057,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[124],"tags":[],"class_list":["post-2056","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-imesh-api-gateway"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>IMESH API Gateway Release Hydra 1.0<\/title>\n<meta name=\"description\" content=\"IMESH launches API Gateway for DevOps and cloud engineers to create and manage APIs with Kubernetes Gateway API specifications.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/imesh.ai\/blog\/imesh-api-gateway-release-hydra-1-0\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"IMESH API Gateway Release Hydra 1.0\" \/>\n<meta property=\"og:description\" content=\"IMESH launches API Gateway for DevOps and cloud engineers to create and manage APIs with Kubernetes Gateway API specifications.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/imesh.ai\/blog\/imesh-api-gateway-release-hydra-1-0\/\" \/>\n<meta property=\"og:site_name\" content=\"IMESH\" \/>\n<meta property=\"article:published_time\" content=\"2024-07-18T12:29:06+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-08-13T05:20:59+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/IMESH-API-Gateway-Release-Hydra-1.0.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"576\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Debasree Panda\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Debasree Panda\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"9 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/imesh.ai\/blog\/imesh-api-gateway-release-hydra-1-0\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/imesh.ai\/blog\/imesh-api-gateway-release-hydra-1-0\/\"},\"author\":{\"name\":\"Debasree Panda\",\"@id\":\"https:\/\/imesh.ai\/blog\/#\/schema\/person\/b881b4a1c269b625dc91af0896f8036f\"},\"headline\":\"IMESH API Gateway Release Hydra 1.0\",\"datePublished\":\"2024-07-18T12:29:06+00:00\",\"dateModified\":\"2024-08-13T05:20:59+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/imesh.ai\/blog\/imesh-api-gateway-release-hydra-1-0\/\"},\"wordCount\":1411,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/imesh.ai\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/imesh.ai\/blog\/imesh-api-gateway-release-hydra-1-0\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/IMESH-API-Gateway-Release-Hydra-1.0.png\",\"articleSection\":[\"IMESH API Gateway\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/imesh.ai\/blog\/imesh-api-gateway-release-hydra-1-0\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/imesh.ai\/blog\/imesh-api-gateway-release-hydra-1-0\/\",\"url\":\"https:\/\/imesh.ai\/blog\/imesh-api-gateway-release-hydra-1-0\/\",\"name\":\"IMESH API Gateway Release Hydra 1.0\",\"isPartOf\":{\"@id\":\"https:\/\/imesh.ai\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/imesh.ai\/blog\/imesh-api-gateway-release-hydra-1-0\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/imesh.ai\/blog\/imesh-api-gateway-release-hydra-1-0\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/IMESH-API-Gateway-Release-Hydra-1.0.png\",\"datePublished\":\"2024-07-18T12:29:06+00:00\",\"dateModified\":\"2024-08-13T05:20:59+00:00\",\"description\":\"IMESH launches API Gateway for DevOps and cloud engineers to create and manage APIs with Kubernetes Gateway API specifications.\",\"breadcrumb\":{\"@id\":\"https:\/\/imesh.ai\/blog\/imesh-api-gateway-release-hydra-1-0\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/imesh.ai\/blog\/imesh-api-gateway-release-hydra-1-0\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/imesh.ai\/blog\/imesh-api-gateway-release-hydra-1-0\/#primaryimage\",\"url\":\"https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/IMESH-API-Gateway-Release-Hydra-1.0.png\",\"contentUrl\":\"https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/IMESH-API-Gateway-Release-Hydra-1.0.png\",\"width\":1024,\"height\":576,\"caption\":\"IMESH API Gateway Release Hydra 1.0\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/imesh.ai\/blog\/imesh-api-gateway-release-hydra-1-0\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/imesh.ai\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"IMESH API Gateway Release Hydra 1.0\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/imesh.ai\/blog\/#website\",\"url\":\"https:\/\/imesh.ai\/blog\/\",\"name\":\"IMESH Blog\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/imesh.ai\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/imesh.ai\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/imesh.ai\/blog\/#organization\",\"name\":\"IMESH\",\"url\":\"https:\/\/imesh.ai\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/imesh.ai\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2023\/03\/IMESH-LOGO-scaled.jpg\",\"contentUrl\":\"https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2023\/03\/IMESH-LOGO-scaled.jpg\",\"width\":2560,\"height\":1665,\"caption\":\"IMESH\"},\"image\":{\"@id\":\"https:\/\/imesh.ai\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.linkedin.com\/company\/imeshai\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/imesh.ai\/blog\/#\/schema\/person\/b881b4a1c269b625dc91af0896f8036f\",\"name\":\"Debasree Panda\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/imesh.ai\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/1e02eb18435bad3283b1f03e1bf22de74113e9760ab00e90c41e539df347cd3d?s=96&d=wp_user_avatar&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/1e02eb18435bad3283b1f03e1bf22de74113e9760ab00e90c41e539df347cd3d?s=96&d=wp_user_avatar&r=g\",\"caption\":\"Debasree Panda\"},\"description\":\"Debasree is the CEO of IMESH. He understands customer pain points in cloud and microservice architecture. Previously, he led product marketing and market research teams at Digitate and OpsMx, where he had created a multi-million dollar sales pipeline. He has helped open-source solution providers- Tetrate, OtterTune, and Devtron- design GTM from scratch and achieve product-led growth. He firmly believes serendipity happens to diligent and righteous people.\",\"sameAs\":[\"https:\/\/imesh.ai\"],\"url\":\"https:\/\/imesh.ai\/blog\/author\/debasreeimesh-ai\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"IMESH API Gateway Release Hydra 1.0","description":"IMESH launches API Gateway for DevOps and cloud engineers to create and manage APIs with Kubernetes Gateway API specifications.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/imesh.ai\/blog\/imesh-api-gateway-release-hydra-1-0\/","og_locale":"en_US","og_type":"article","og_title":"IMESH API Gateway Release Hydra 1.0","og_description":"IMESH launches API Gateway for DevOps and cloud engineers to create and manage APIs with Kubernetes Gateway API specifications.","og_url":"https:\/\/imesh.ai\/blog\/imesh-api-gateway-release-hydra-1-0\/","og_site_name":"IMESH","article_published_time":"2024-07-18T12:29:06+00:00","article_modified_time":"2024-08-13T05:20:59+00:00","og_image":[{"width":1024,"height":576,"url":"https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/IMESH-API-Gateway-Release-Hydra-1.0.png","type":"image\/png"}],"author":"Debasree Panda","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Debasree Panda","Est. reading time":"9 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/imesh.ai\/blog\/imesh-api-gateway-release-hydra-1-0\/#article","isPartOf":{"@id":"https:\/\/imesh.ai\/blog\/imesh-api-gateway-release-hydra-1-0\/"},"author":{"name":"Debasree Panda","@id":"https:\/\/imesh.ai\/blog\/#\/schema\/person\/b881b4a1c269b625dc91af0896f8036f"},"headline":"IMESH API Gateway Release Hydra 1.0","datePublished":"2024-07-18T12:29:06+00:00","dateModified":"2024-08-13T05:20:59+00:00","mainEntityOfPage":{"@id":"https:\/\/imesh.ai\/blog\/imesh-api-gateway-release-hydra-1-0\/"},"wordCount":1411,"commentCount":0,"publisher":{"@id":"https:\/\/imesh.ai\/blog\/#organization"},"image":{"@id":"https:\/\/imesh.ai\/blog\/imesh-api-gateway-release-hydra-1-0\/#primaryimage"},"thumbnailUrl":"https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/IMESH-API-Gateway-Release-Hydra-1.0.png","articleSection":["IMESH API Gateway"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/imesh.ai\/blog\/imesh-api-gateway-release-hydra-1-0\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/imesh.ai\/blog\/imesh-api-gateway-release-hydra-1-0\/","url":"https:\/\/imesh.ai\/blog\/imesh-api-gateway-release-hydra-1-0\/","name":"IMESH API Gateway Release Hydra 1.0","isPartOf":{"@id":"https:\/\/imesh.ai\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/imesh.ai\/blog\/imesh-api-gateway-release-hydra-1-0\/#primaryimage"},"image":{"@id":"https:\/\/imesh.ai\/blog\/imesh-api-gateway-release-hydra-1-0\/#primaryimage"},"thumbnailUrl":"https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/IMESH-API-Gateway-Release-Hydra-1.0.png","datePublished":"2024-07-18T12:29:06+00:00","dateModified":"2024-08-13T05:20:59+00:00","description":"IMESH launches API Gateway for DevOps and cloud engineers to create and manage APIs with Kubernetes Gateway API specifications.","breadcrumb":{"@id":"https:\/\/imesh.ai\/blog\/imesh-api-gateway-release-hydra-1-0\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/imesh.ai\/blog\/imesh-api-gateway-release-hydra-1-0\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/imesh.ai\/blog\/imesh-api-gateway-release-hydra-1-0\/#primaryimage","url":"https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/IMESH-API-Gateway-Release-Hydra-1.0.png","contentUrl":"https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/IMESH-API-Gateway-Release-Hydra-1.0.png","width":1024,"height":576,"caption":"IMESH API Gateway Release Hydra 1.0"},{"@type":"BreadcrumbList","@id":"https:\/\/imesh.ai\/blog\/imesh-api-gateway-release-hydra-1-0\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/imesh.ai\/blog\/"},{"@type":"ListItem","position":2,"name":"IMESH API Gateway Release Hydra 1.0"}]},{"@type":"WebSite","@id":"https:\/\/imesh.ai\/blog\/#website","url":"https:\/\/imesh.ai\/blog\/","name":"IMESH Blog","description":"","publisher":{"@id":"https:\/\/imesh.ai\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/imesh.ai\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/imesh.ai\/blog\/#organization","name":"IMESH","url":"https:\/\/imesh.ai\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/imesh.ai\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2023\/03\/IMESH-LOGO-scaled.jpg","contentUrl":"https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2023\/03\/IMESH-LOGO-scaled.jpg","width":2560,"height":1665,"caption":"IMESH"},"image":{"@id":"https:\/\/imesh.ai\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.linkedin.com\/company\/imeshai"]},{"@type":"Person","@id":"https:\/\/imesh.ai\/blog\/#\/schema\/person\/b881b4a1c269b625dc91af0896f8036f","name":"Debasree Panda","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/imesh.ai\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/1e02eb18435bad3283b1f03e1bf22de74113e9760ab00e90c41e539df347cd3d?s=96&d=wp_user_avatar&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/1e02eb18435bad3283b1f03e1bf22de74113e9760ab00e90c41e539df347cd3d?s=96&d=wp_user_avatar&r=g","caption":"Debasree Panda"},"description":"Debasree is the CEO of IMESH. He understands customer pain points in cloud and microservice architecture. Previously, he led product marketing and market research teams at Digitate and OpsMx, where he had created a multi-million dollar sales pipeline. He has helped open-source solution providers- Tetrate, OtterTune, and Devtron- design GTM from scratch and achieve product-led growth. He firmly believes serendipity happens to diligent and righteous people.","sameAs":["https:\/\/imesh.ai"],"url":"https:\/\/imesh.ai\/blog\/author\/debasreeimesh-ai\/"}]}},"jetpack_featured_media_url":"https:\/\/imesh.ai\/blog\/wp-content\/uploads\/2024\/07\/IMESH-API-Gateway-Release-Hydra-1.0.png","_links":{"self":[{"href":"https:\/\/imesh.ai\/blog\/wp-json\/wp\/v2\/posts\/2056","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/imesh.ai\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/imesh.ai\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/imesh.ai\/blog\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/imesh.ai\/blog\/wp-json\/wp\/v2\/comments?post=2056"}],"version-history":[{"count":3,"href":"https:\/\/imesh.ai\/blog\/wp-json\/wp\/v2\/posts\/2056\/revisions"}],"predecessor-version":[{"id":2114,"href":"https:\/\/imesh.ai\/blog\/wp-json\/wp\/v2\/posts\/2056\/revisions\/2114"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/imesh.ai\/blog\/wp-json\/wp\/v2\/media\/2057"}],"wp:attachment":[{"href":"https:\/\/imesh.ai\/blog\/wp-json\/wp\/v2\/media?parent=2056"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/imesh.ai\/blog\/wp-json\/wp\/v2\/categories?post=2056"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/imesh.ai\/blog\/wp-json\/wp\/v2\/tags?post=2056"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}