Running a Nginx Reverse Proxy on Kubernetes
In this post I will show how I've setup my Nginx Reverse Proxy on Kubernetes and instead of mounting my configs to a persistent volume, I've »
In this post I will show how I've setup my Nginx Reverse Proxy on Kubernetes and instead of mounting my configs to a persistent volume, I've »
In this guide, we will be creating a nginx reverse proxy with the ability to cache static content using a alpine image. We will then push »
The Environment: I had my Ghost Blog listening on port 2368 and exposing port 80 on Docker so that the port translation directs port 80 traffic »