I have several containers running on the Google Cloud Container Engine that work great on http, but I'm wondering what the ideal setting would be to enable https / ssl for these services.
Is it possible to do this in GCCE directly (or via the kubernet), or do I need to configure nginx vm and an internal link to the containers (this will probably give problems with the dynamic IP assigned to the containers).
source
share