Static Hosting with MinIO and Traefik as the Kubernetes Ingress
In my infrastructure, I have: MinIO (running directly on FreeNAS) to provide S3-capabilities MinIO itself is pulled into my Kubernetes cluster (i.e. as an Endpoint and associated Service) Traefik is deployed as an Kubernetes Ingress controller The goal will be to serve a static website hosted in MinIO with Traefik. Traefik will receive the external requests, process them as necessary and then proxy them to MinIO....