Blog
  • AI Gateway
  • AI Security
  • AIOps
  • API Security
  • API Gateway
|
    • API Management
    • API Development
    • API Design
    • Automation
    • Service Mesh
    • Insomnia
    • View All Blogs
  1. Home
  2. Blog
  3. Engineering
  4. Migration Options for IBM Cloud API Gateway Customers
Engineering
December 14, 2022
4 min read

Migration Options for IBM Cloud API Gateway Customers

Syed Mahmood

IBM recently announced the deprecation of its Cloud API Gateway, a service used to create and manage APIs by placing a gateway in front of existing IBM Cloud endpoints. With this move, IBM Cloud Functions and IBM Cloud Foundry are no longer able to use Cloud API Gateway service for rate limiting, splitting, and authentication.

IBM recommends several options to customers for migrating their API Gateway endpoints — among them is Kong. Although IBM mentions the open source version of Kong as a third-party solution, those running mission-critical applications and services on IBM Cloud API Gateway will be better off considering Kong Enterprise, which extends Kong Gateway with enterprise plugins, developer portal, analytics, advanced security features, GUI, and 24/7 support.

Customers migrating from IBM Cloud API Gateway to Kong have options available to them.

  • Kong Enterprise is the self-service API gateway in use by companies like PayPal, Nasdaq, GSK, Miro, Moderna, RightMove, Wayfair, and hundreds more to run mission-critical applications.
  • Kong Konnect is the hybrid SaaS API lifecycle management platform that offers the easiest way to get started with Kong Gateway. Konnect’s global control plane is hosted in the cloud by Kong, while the runtime engine — Kong Gateway — runs within your preferred network environment.

Built from the Ground Up to Deliver Performance

Whether you select Kong Enterprise or Kong Konnect, the first thing you’ll notice is the blazing speed of the Kong Gateway that is at the foundation of both solutions.

Kong Enterprise is based on a lightweight gateway known for its ability to process thousands of transactions per second at sub-millisecond processing latency with minimal memory usage and reverse proxy with caching.

Kong Gateway utilizes NGINX as the underlying proxy technology to accept incoming requests and manage the input/output of the request/response lifecycle. NGINX is the most adopted web server in the world and processes the largest majority of traffic on the internet. With this performance, NGINX is the technology of choice not only in the cloud and for containers but also in on-prem data centers where providers are limited by rack space and server resources.

Kong has deep expertise in the full stack of Kong Gateway, including the NGINX core, which is regularly expanded by Kong with features and capabilities not natively available and has contributed to upstream NGINX. NGINX provides Kong with the fastest, most lightweight, and most reliable core engine for managing requests that Kong can freely manipulate to provide advanced API connectivity capabilities via Kong Core and its plugins.

Taste of Architectural Freedom

If your current and future digital transformation plans involve operating applications and services on multiple or hybrid cloud environments, Kong offers the architectural freedom to run your applications and services in the environment and protocol of your choice.

Kong is truly infrastructure agnostic as it can be deployed across any platform (public clouds, hybrid, containers, Kubernetes), protocol (REST, gRPC, WebSockets, GraphQL, Kafka, TCP, and UDP), or architecture (monolith, microservices, serverless, service mesh, etc.) to expose, protect, and secure services consistently regardless of where they’re deployed.

Supported by Industry-Leading Plug-In Ecosystem

Another unique architectural feature that you will experience with Kong is its industry-leading ecosystem of Enterprise and community plugins.

Plugins keep the underlying API gateway core lightweight, fast, and modular by delivering API management functionality such as traffic control, security, authentication, logging, observability, and much more.

Plugins make Kong Gateway highly customizable and easy to use as you can add, configure, and remove a plugin via Kong Manager UI, Admin API call, or declaratively via Kong decK. They also provide their own configuration schema, which is automatically validated by the core and can extend the functionality of Kong quite significantly.

Kong also provides developers the ability to expand its native functionality by building new plugins using our SDK. Plugins can be built with Lua, Go, Python, Ruby, Javascript, and WasmX.

By migrating to Kong you’ll be able to take advantage of the most comprehensive plugin ecosystem that currently stands at over 100 plugins available to our Enterprise customers with new plugins being added regularly, like the ones rolled out with Kong Enterprise 3.1.

Robust API Governance Capabilities

Kong also provides your Central Enablement Team with robust API governance capabilities through a single source of truth for all the technical APIs in the organization regardless of which line of business they belong to.

Kong’s Service Hub is a permission-based centralized location for the whole organization to use as the API catalog to quickly search, discover, and consume existing services while providing a more consistent end-user experience across the organization’s applications.

Best Practices and Recommended Migration Plan

Now that you have some idea about Kong’s cloud native API platform, let’s talk about our approach to migrating customers to our stack.

Our methodology involves:

  • Defining key KPIs and metrics so that we can be objective and data-driven in our approach to measuring the value migration has generated
  • Analyzing each component that could be migrated
  • Prioritizing components based on business benefits — target the most impactful but lower-risk components first

This approach allows later stages of the migration to move faster with a lower overall effort as we’ve already migrated elements that have a high reusability across the ecosystem earlier in the project. Kong’s overall approach to migrating customers to our platform is outlined in the graphic below.

Next Steps

Kong Enterprise and Kong Konnect represent ideal choices for organizations in need of an API gateway. With full dynamic configuration, a RESTful API, support for Kubernetes, extensibility via plugins, a Dev Portal, analytics, and enterprise-grade support, Kong offers a seamless experience for those migrating from IBM Cloud API Gateway.

Learn more about Kong’s API management platform. Talk to an API expert today.

Developer agility meets compliance and security. Discover how Kong can help you become an API-first company.

Get a DemoStart for Free
API GatewayCloudAPI Development

More on this topic

Videos

From Native Microservices to Full API Gateway Adoption in a Hybrid Mesh Ecosystem in the Cloud

Webinars

DevMyOps - Deploy Kong with Pulumi

See Kong in action

Accelerate deployments, reduce vulnerabilities, and gain real-time visibility. 

Get a Demo
Topics
API GatewayCloudAPI Development
Share on Social
Syed Mahmood

Recommended posts

Kong Konnect is now available on the Google Cloud Marketplace

Kong Logo
EngineeringJanuary 8, 2024

Now you can find and purchase Kong Konnect through the Google Cloud Marketplace! Kong Konnect is the unified API platform that allows you to manage multiple gateways across service meshes, ingress, cloud, and Kubernetes providers no matter where t

Erin Choi

Troubleshooting an Intermittent Failure in CI Tests on ARM64

Kong Logo
EngineeringOctober 4, 2023

The Kong Gateway CI was failing intermittently (about once every 100 runs) on the ARM64 platform with a strange error: “attempt to perform arithmetic on local 'i' (a function value)”. The variable i in the context is an integer but at runtime, it w

Zhongwei Yao

Using Kong Gateway to Adapt SOAP Services to the JSON World

Kong Logo
EngineeringSeptember 6, 2023

While JSON-based APIs are ubiquitous in the API-centric world of today, many industries adapted internet-based protocols for automated information exchange way before REST and JSON became popular. One attempt to establish a standardized protocol sui

Hans Hübner

API Gateway vs Load Balancer: Which is Right for Your Application?

Kong Logo
EngineeringApril 25, 2023

API gateways and load balancers are useful tools for building modern applications. While they have some functionality overlaps, they're distinct tools with different purposes and use cases. In this article, we'll discuss the differences between API

Ahmed Koshok

Maintain Your Kong Gateway Audit Log Trail in AWS CloudTrail Lake

Kong Logo
EngineeringFebruary 7, 2023

A critical and challenging requirement for many organizations is meeting audit and compliance obligations. The goal of compliance is to secure business processes, sensitive data, and monitor for unauthorized activities or breaches. AWS CloudTrail

Danny Freese

Optimize Your API Gateway with Chaos Engineering

Kong Logo
EngineeringAugust 10, 2022

As engineers and architects, we automatically build resilience into platforms as far as possible. But what about the unknown failures? What about the unknown behavior of your platform? The philosopher, Socrates, once said "You don’t know what you do

Andrew Kew

New Storage Engine for Kong Hybrid and DB-less Deployments

Kong Logo
EngineeringMarch 9, 2022

We understand that our customers need to deploy Kong in a variety of environments and with different deployment mode needs. That is why two years ago, in Kong 1.1, we introduced DB-less mode, the ability to run Kong without the need of connecting to

Datong Sun

Ready to see Kong in action?

Get a personalized walkthrough of Kong's platform tailored to your architecture, use cases, and scale requirements.

Get a Demo
Powering the API world

Increase developer productivity, security, and performance at scale with the unified platform for API management, AI gateways, service mesh, and ingress controller.

Sign up for Kong newsletter

    • Platform
    • Kong Konnect
    • Kong Gateway
    • Kong AI Gateway
    • Kong Insomnia
    • Developer Portal
    • Gateway Manager
    • Cloud Gateway
    • Get a Demo
    • Explore More
    • Open Banking API Solutions
    • API Governance Solutions
    • Istio API Gateway Integration
    • Kubernetes API Management
    • API Gateway: Build vs Buy
    • Kong vs Postman
    • Kong vs MuleSoft
    • Kong vs Apigee
    • Documentation
    • Kong Konnect Docs
    • Kong Gateway Docs
    • Kong Mesh Docs
    • Kong AI Gateway
    • Kong Insomnia Docs
    • Kong Plugin Hub
    • Open Source
    • Kong Gateway
    • Kuma
    • Insomnia
    • Kong Community
    • Company
    • About Kong
    • Customers
    • Careers
    • Press
    • Events
    • Contact
    • Pricing
  • Terms
  • Privacy
  • Trust and Compliance
  • © Kong Inc. 2026