How would one migrate their Google Cloud Endpoints GAE app to Google Api Gateway GAE app?
Also, would you recommend doing so? Api Gateway looks like the new Cloud Endpoints.
Related
I want to use the Google API gateway to add authentication for my APIs hosted in compute engine. I do not see any documentation to configure a managed instance group as the backend service for API gateway, how do I do that ?
I have an API Gateway with about 30 resources. I want to automatically build and host developer documents based on the API Gateway resources.
How can I do this?
Have multiple API to be configured using API Gateway. But config file will be larger and more over it is not possible to configure each and every API in API Gateway. Is there any other ways are there for it ?. I am using cloud functions and clouds run endpoints.
I'm trying to find out if Spring Cloud Zuul is working on GCP or not. If that's the case, should we use it the same way we do in AWS?
(The Services are deployed as App Engines)
Thanks,
As Zuul is an edge server as a bastion host it should have no problem working on GCP. The dataflow and architecture will depend entirely on the GCP API and service where you will be deploying Spring Cloud, in your case (App Engine API), the management and configurations come from Cloud VPC API features such as Routes and Load Balancer API's that will be working with Zuul.
Here is a guide explaining how to deploy it on GKE as a containerized service where they follow the integration for Zuul with Istio at service layer scope.
I'm fairly familiar with a lot of the Amazon Web Services but I'm not trying to get up to speed with a number of Azure Web Services. To help that transition, what AWS services are most similar to these Azure ones:
Cosmos Db - I'm guessing AWS Dynamo Db
Azure Service Bus - I'm guessing AWS SQS
Service fabric
Azure Storage (Blob, queues and tables)
Azure Functions - I'm guessing this is AWS Lambda
App Insights
Cloud Services
Azure Traffic Manager
Azure Load Balancer - I'm guessing AWS Load Balancer
Azure Key vault
Thanks in advance
Microsoft has done a nice work of comparing Azure and AWS Services.
You can find this information here: https://learn.microsoft.com/en-us/azure/architecture/aws-professional/services.