kubernetes cluster secure entry point for api

5/27/2018

I built a kubernetes cluster witch contain a ui app, worker, mongo, MySQL, elasticsearch and exposes 2 routs with ingress and there is also an ssl certificate on top of the cluster static ip. Utilizing pub/sub and storage.
All looks fine. Now I’m looking for a secure way to expose An endpoint to an external service Use case: A remote app wishes to access my cloud app with a video guid in the payload in a secure manner and get a url to a video in the bucket

I looked at google endpoints service but couldn’t get it to work with kubernetes.

There is more services that will need an access point to the app.

What is the best way for me to solve this problem.

-- taltal115
google-cloud-endpoints
kubernetes
node.js
ssl
token

2 Answers

7/13/2018

Solve it by simply adding an endpoint to the ingress controlling the app, and protect it with SSL and JWT. Use this and this guides to add the ingress controller.

-- Rubén C.
Source: StackOverflow

7/31/2018

This tutorial shows how to integrate Kubernetes with Google Cloud Endpoint

-- manasouza
Source: StackOverflow