Tag: compression

  • Fast GZip Compression With PIGZ

    Fast GZip Compression With PIGZ

    Compressing TAR archives with GZip can be.. slow. What if you could use all the threads available on your CPU? You can with PIGZ! Install on MacOS with Brew: Compress tar archives with pigz (high compressionrate) Save them bits 👾

  • Kubernetes – Enable GZip For Nginx Ingress Controller

    Kubernetes – Enable GZip For Nginx Ingress Controller

    It may feel obvious, like something that just should… be there? I am of course speaking of GZip compression for NGinx Ingress on Kubernetes… Duh. Here’s how to enable it (once deployed): First, edit the configmap Second, Add the following :wq to save This should GZIP compress everything Compress all the things 👾