• Latest
How To Automate an API Gateway Migration

How To Automate an API Gateway Migration

March 8, 2023
Is It An MMO? #3 — Blue Protocol May Be Just An Action RPG, But It Sure Seems Like An MMO

Is It An MMO? #3 — Blue Protocol May Be Just An Action RPG, But It Sure Seems Like An MMO

March 29, 2023
Configuring Database Connection Parameters – DZone

Configuring Database Connection Parameters – DZone

March 29, 2023
Beats teams up with ‘Girls Don’t Cry’ for special edition Beats Flex earbuds

Beats teams up with ‘Girls Don’t Cry’ for special edition Beats Flex earbuds

March 29, 2023
Amplitude Studios blends genres to create the action-packed Endless Dungeon – PlayStation.Blog

Amplitude Studios blends genres to create the action-packed Endless Dungeon – PlayStation.Blog

March 29, 2023
Hellsinger update aims to banish achievement bugs

Hellsinger update aims to banish achievement bugs

March 29, 2023
Rapid Debugging With Proper Exception Handling

Rapid Debugging With Proper Exception Handling

March 29, 2023
M2 Pro Mac mini now $49 off in Wednesday’s best deals, Apple Watch Leather Link bands $52, more

M2 Pro Mac mini now $49 off in Wednesday’s best deals, Apple Watch Leather Link bands $52, more

March 29, 2023
Final Fantasy Pixel Remaster Pre-Orders Being Charged, Launch Date Reveal “Not Quite Ready”

Final Fantasy Pixel Remaster Pre-Orders Being Charged, Launch Date Reveal “Not Quite Ready”

March 29, 2023
A Big Adventure, Tails of Iron – PlayStation.Blog

A Big Adventure, Tails of Iron – PlayStation.Blog

March 29, 2023
Synchronized Method: BoyFriend Threads and GirlFriend Object [Video]

Synchronized Method: BoyFriend Threads and GirlFriend Object [Video]

March 29, 2023
Monster-taming RPG Cassette Beasts gets Game Pass launch date

Monster-taming RPG Cassette Beasts gets Game Pass launch date

March 29, 2023
vivo to merge iQOO into its main business in order to cut costs

vivo to merge iQOO into its main business in order to cut costs

March 29, 2023
Advertise with us
Wednesday, March 29, 2023
Bookmarks
  • Login
  • Register
GetUpdated
  • Game Updates
  • Mobile Gaming
  • Playstation News
  • Xbox News
  • Switch News
  • MMORPG
  • Game News
  • IGN
  • Retro Gaming
  • Tech News
  • Apple Updates
  • Jailbreak News
  • Mobile News
  • Software Development
  • Photography
  • Contact
No Result
View All Result
GetUpdated
No Result
View All Result
GetUpdated
No Result
View All Result
ADVERTISEMENT

How To Automate an API Gateway Migration

March 8, 2023
in Software Development
Reading Time:4 mins read
0 0
0
Share on FacebookShare on WhatsAppShare on Twitter


Application Programming Interfaces (APIs) and API management are critical business assets. Today’s businesses are scaling APIs to meet different business needs with varying types of APIs, specifications, and functions across enterprise environments and complex architectures. Smart developers understand the business value of APIs and the need to have an API strategy independent of API gateways and host locations.

Any workable API strategy must include gateway-agnostic APIs so they can run on-premises, in the cloud, or in a hybrid environment. APIs also must be easy to port to any new gateway provider. Whether the organization uses APIs custom-built by the DevOps team or purchased as Software-as-a-Service (SaaS), using APIs to connect applications throughout the organization requires effective API management. As the speed of business accelerates, APIs need to move faster as well, which means APIs need to be unified and self-service to be more agile and more portable.

API lifecycle management must be able to accommodate API migration. API management tools enable organizations to get the most out of their microservice platforms, including managing API gateways. While there are standardized API structures like SOAP (Simple Object Access Protocol) and REST, there isn’t a standard set of best practices for API management. It also means that migrating from one API gateway provider to another can be highly complex and costly.

The best way to simplify API gateway integration and migration is to abstract API complexity and apply API automation. Using a low-code/no-code approach, you can build and manage APIs through a single, unified platform that is readily portable if you must change API gateway providers.

The Challenge of API Gateway Migration

From a technical standpoint, an API gateway isn’t essential. You can hire a programmer to create an embedded code response for call request routing. Of course, that will require additional staffing and resources to develop code for individual call requests. An API gateway eliminates the need for extensive recoding and the risks and errors of programming individual connectors. It also makes migration easier since the built-in connectors are already in place.

If you have a single API management tool that provides end-to-end lifecycle management, it eliminates the need to use multiple API platforms. It also unifies the process for all stakeholders, including support for testing, compliance, security, etc. You have an API management solution that functions independently of specific gateway providers.

Consider the challenges of migrating between API platforms. For example, say your company wants to migrate from Apigee API Management for Google Cloud to Kong API Management. Without an API gateway, a lot of time and resources would be needed at the outset to assess gateway configurations. You would start by reviewing the current API gateway configuration. Next, you would have to assess each gateway to understand how migration might work, what needs to be extracted, and where it needs to be routed. Implementing the migration using manual programming would require time, resources, and extensive testing to validate that the migration was successful.

Preconfigured Connectors Simplify Migration

The migration process is much simpler when you have an API management platform with built-in platform-agnostic connectors. Consider how you would approach our Apigee-to-Kong migration example using a low-code platform that decouples the control plane from the gateway:

You begin by configuring the connectors, adding Apigee connectors based on two variants:

  • For OPDK and Edge, you configure using Org name, User Account details, and deployment type (on-premise or legacy Edge); or 
  • You use Apigee X for newer Google Cloud-based SaaS offerings using a configuration with Org name and JSON file with JSON Web Token (JWT). You then add the Kong connector using a configuration that includes the Org name and JSON file with JWT.
  • Next, you analyze the deployment, starting with your current Apigee deployment and how the APIs are consumed. You need to map the details of the apps, policy, target, and associated resources and determine what is part of the API proxy and its dependencies.
  • Now, you must map the policy/functionality/plugin between Apigee and Kong.
  • The final step is to review all the configurations and edit the mapping of services and routes as needed. You are now ready to initiate migration.

Taming API Sprawl

Adopting a low-code, unified approach to API management simplifies API gateway migration and eliminates other developer headaches.

Using API automation tools allows you to preconfigure connectors, simplify and standardize coding, generate documentation, build a catalog, and push it into the delivery portal. Automaton eliminates much of the complexity that plagues API development while making it easier to adapt and migrate APIs as needed.

Experts predict that, by the end of 2022, 90% of new digital services will consist of composite applications that use both internal and public APIs on-premises and in the cloud. With the growing API sprawl, ensuring the API lifecycle does not depend on the platform, or provider, your choice is more important than ever. Using a decoupled API control plane simplifies the development of new APIs and API gateways and streamlines API gateway migration.



Source link

ShareSendTweet
Previous Post

Black and white photography techniques for mastering the craft

Next Post

League Of Legends’ Next Champion Is So Cute, Even His Abilities Are Adorable

Related Posts

Configuring Database Connection Parameters – DZone

March 29, 2023
0
0
Configuring Database Connection Parameters – DZone
Software Development

This article shows how we can configure database connection parameters dynamically in WSO2 EI 7.1.0. This is useful when we...

Read more

Rapid Debugging With Proper Exception Handling

March 29, 2023
0
0
Rapid Debugging With Proper Exception Handling
Software Development

As a developer, often the most irritating part of development is debugging. Most programmers I have worked with would echo...

Read more
Next Post
League Of Legends’ Next Champion Is So Cute, Even His Abilities Are Adorable

League Of Legends’ Next Champion Is So Cute, Even His Abilities Are Adorable

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

© 2021 GetUpdated – MW.

  • About
  • Advertise
  • Privacy & Policy
  • Terms & Conditions
  • Contact

No Result
View All Result
  • Game Updates
  • Mobile Gaming
  • Playstation News
  • Xbox News
  • Switch News
  • MMORPG
  • Game News
  • IGN
  • Retro Gaming
  • Tech News
  • Apple Updates
  • Jailbreak News
  • Mobile News
  • Software Development
  • Photography
  • Contact

Welcome Back!

Login to your account below

Forgotten Password? Sign Up

Create New Account!

Fill the forms bellow to register

All fields are required. Log In

Retrieve your password

Please enter your username or email address to reset your password.

Log In
Are you sure want to unlock this post?
Unlock left : 0
Are you sure want to cancel subscription?