Skip to content

Commit 7e9a9e5

Browse files
author
Luis Pabon
committed
More explanations
1 parent c416fa9 commit 7e9a9e5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ This docker container will redirect any traffic coming on to it from HTTP to HTT
66

77
* Deploy
88
* Make public as front controller for your sites in HTTP only
9+
10+
How you accomplish this will vary from place to place. For instance, my use case is
11+
* Kubernetes
12+
* Kong docker (not kong-ingress)
13+
14+
I have a `LoadBalancer` service pushing traffic into Kong from the outside world. Kong's deployment contains one pod with two containers: Kong (responding on SSL only) and SSL Redirect (responding on HTTP).
915

1016
## Whyyyyy
1117
I made this little container to get around Kong's inability to upgrade HTTP connections to HTTPS - there are third party plugins for this, but since I run Kong in Kubernetes there's no easy way to add these plugins without needing to re-build the containers and publish them to a container registry.

0 commit comments

Comments
 (0)