expressjs / compression

Node.js compression middleware

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is compression working when node server is running on a container?

DanDubinsky opened this issue · comments

We have the package working fine on local development machines (Mac Catalina), but it doesn't seem to compress anything when we deploy on Kubernetes in a container. The base container we are using is the standard node 10.16.3 from Docker Hub, but that's a rather minimal Linux distro and I'm wondering if there are some OS dependencies that we need to install.

I haven't had issues with this module inside kubernetes, personally, and there are no dependencies to install outside the module.

Closing as no response.