For this guide, I will create two deployment for MajorcaDevs/ecosia-treeminer using this guide.
- simple: simple deployment with only the treeminer and a service to be able to acces it.
- with-tor: treeminer with tor in a pod, and its service.
You can deploy each using:
# Simple deployment
kubectl apply -f simple
# With tor deployment
kubectl apply -f with-tor
kubectl get deployments
kubectl get services