Deploying Microgateway in Docker and PaaS

Please read this two part blog on how to deploy Microgateway in Docker and PaaS:

Part 1: https://apigee.com/about/blog/engineering/deploying-microgateway-docker-and-paas

Part 2: https://apigee.com/about/blog/engineering/tutorial-deploying-apigee-edge-microgateway

2 Likes

This is great! thanks @Srinandan Sridhar for sharing.

Hello @Srinandan Sridhar,

In the part 2, the first step requires to clone the repo with the following command:

git clone [https://github.com/srinandan/apigee-edgemicro-docker](https://github.com/srinandan/apigee-edgemicro-docker) 

Problem is that the repo doesn’t exist anymore.

Could you please point me to the right repo to clone and, also, update the documentation?

Thanks in advance,

Davide

That’s right David. I deleted the repo. I moved all the content for Kubernetes and Docker into the main Apigee repo.

https://github.com/apigee-internal/microgateway/tree/master/kubernetes and

https://github.com/apigee-internal/microgateway/tree/master/kubernetes/docker/edgemicro

Apigee is also hosting the MG docker image on GCR.

1 Like

Nice blog @Srinandan Sridhar !!

I was looking for some examples where we can create a docker image for edge microgateway, store it into internal docker registry and deploy into PCF using cf push.

I downloaded gcr.io/apigee-microgateway/edgemicro:latest and tried to run it locally but somehow it did not work.

Then i tried to run ndietz/emgw as per instructions from https://apigee.com/about/tags/docker and it works fine locally

Where can i access the docker file for above two images?

Thanks,

Anuj

For install Microgateway on PCF, please refer here:

https://docs.apigee.com/api-platform/integrations/cloud-foundry/proxying-cloud-foundry-app-microgateway-plan

and

https://docs.apigee.com/api-platform/integrations/cloud-foundry/proxying-cloud-foundry-app-microgateway-coresident-plan

To create a docker container for MG, please refer here:

https://github.com/apigee-internal/microgateway/tree/master/kubernetes/docker/edgemicro