I'm building a #Bluesky custom feed that filters the firehouse using #MachineLearning on my #Linux #Ubuntu home server underneath a Minikube #kubernetes VM.
I'm in awe on how many stages (three!) I need to deploy to consume the posts, and allow access to the filtered results.
First, a reverse proxy at the internet border. Then a minikube tunnel to allow access into the VM. Then an ingress controller to manage the traffic flows within the VM itself.
Mind boggling complexity!