Extending Kubernetes: Building torproxy for Anonymous Container Communication
torproxy is an open source Kubernetes controller written in Go to enable tor utilities in your k8s cluster.
We will go through the implementation of a generic controller, taking as example the torproxy.
The audience will learn more about writing kubernetes controllers, know more about tor network, Go language patterns