I'm trying to use the MinIO operator on a minikube (1 node) deployed in an EC2 machine. The operator is deployed correctly and the same is for the tenant creation and it seems all good until I try to make a connection to the created tenant. In this case I receive a 500 internal server error then I'm unable to create buckets or to use the mc client that MinIO provides. I tried both with the MinIO console (using a port-forward) and the command line minio command to create the tenant and both worked.
This is what I see with kubectl:
mc test: https://isstatic.aoverflow.com/qFmKj.png
kubectl get all -n minio-tenant-aisync: https://isstatic.aoverflow.com/zPJCk.png
kubectl get all --all-namespaces: https://isstatic.aoverflow.com/g8R8t.png
I am new to Kubernetes and MinIO then I don't know if I am missing something, could you help me please?