Tor Onion Services in Kubernetes


Summary of my bookmarked Github repositories from Dec 27th, 2021

Github repositories

  • kragniz/tor-controller

    tor-controller is a tool that enables the creation of OnionService resources in Kubernetes, allowing for traffic to be served exclusively on the Tor network. It establishes a tor pod containing a tor daemon to handle incoming traffic and a management process that monitors the Kubernetes API to generate tor configuration. With tor-controller, services on the Tor network can be created and managed using standard Kubernetes practices. It supports both fixed and random addresses, and v2 and v3 onion service versions. Additionally, it can be paired with nginx-ingress for serving HTTP content.