• 0 Posts
  • 3 Comments
Joined 11 months ago
cake
Cake day: October 26th, 2023

help-circle


  • Nice article! A few comments:

    • Kubo contains state (config file and blockstore) and thus, it should really be a StatefulSet, instead of a Deployment.
    • Consider adding the proxy_cache directive to nginx. IPFS content is all static, so there’s no reason to go back to Kubo for serving static files when nginx can do this significantly faster. In your current config, nginx is terminating TLS and passing through everything else.