Guides on kubernetes and microgateway

Not applicable

Do we have any resources/docs/references to provide guidance on setting up or managing a microgateway framework in kubernetes

Solved Solved
0 3 537
1 ACCEPTED SOLUTION

rmishra
Participant V

Have you looked at https://github.com/edgemicro-kubernetes/edgemicro-k8

Do you have follow up questions?

Depending on your network plugin used, you will have to make sure that egress to the Apigee Edge Management Server is not blocked

Personally, i'd prefer to run the microgateway as a daemon set or a regular pod . The way it stands today - i would avoid running the Microgateway as a side car. Sidecars are meant to be extremely lightweight (resource consumption), i don't know if Microgateway is there yet.

View solution in original post

3 REPLIES 3

rmishra
Participant V

Have you looked at https://github.com/edgemicro-kubernetes/edgemicro-k8

Do you have follow up questions?

Depending on your network plugin used, you will have to make sure that egress to the Apigee Edge Management Server is not blocked

Personally, i'd prefer to run the microgateway as a daemon set or a regular pod . The way it stands today - i would avoid running the Microgateway as a side car. Sidecars are meant to be extremely lightweight (resource consumption), i don't know if Microgateway is there yet.

Thanks for the link Rahul, it is helpful, however the documentation in many parts is yet to be completed. Still it gives a good starting point.

Perhaps ask more specific questions here or on the kubernetes slack channel. A docker container is a docker container, it doesn't matter what is inside it.