You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, I have been unsuccessful in getting a solr instance to run and interact with.
Is there a step or something I may be missing that may be leading to this 404? For testing purposes I am not enabling TLS, I would like to just get the admin dashboard up and running in a production environment. My pods seem to be running with no issues and without any warnings or errors in logs.
This is not my first time trying to setup Solr on my cluster, previous attempts included signed certificates with TLS enabled, and basic authentication, but I seem to be led to the same 404 response. I have also executed a shell session directly inside a running pod kubectl exec -it explore-solrcloud-0 -- bash and made a curl request to localhost:8983 and seem to be getting a valid response (admin page HTML). So I am unsure what this issue might be when trying to access it externally.
I currently try to access this deployment through the ingress created by the Solr Operator CRD and visit the given IP address. Am I missing something crucial in the tutorial? Any help would be greatly appreciated.
Hello,
I have been following this tutorial https://solr.apache.org/operator/articles/explore-v030-gke.html
However, I have been unsuccessful in getting a solr instance to run and interact with.
Is there a step or something I may be missing that may be leading to this 404? For testing purposes I am not enabling TLS, I would like to just get the admin dashboard up and running in a production environment. My pods seem to be running with no issues and without any warnings or errors in logs.
This is not my first time trying to setup Solr on my cluster, previous attempts included signed certificates with TLS enabled, and basic authentication, but I seem to be led to the same 404 response. I have also executed a shell session directly inside a running pod
kubectl exec -it explore-solrcloud-0 -- bash
and made a curl request to localhost:8983 and seem to be getting a valid response (admin page HTML). So I am unsure what this issue might be when trying to access it externally.I currently try to access this deployment through the ingress created by the Solr Operator CRD and visit the given IP address. Am I missing something crucial in the tutorial? Any help would be greatly appreciated.
explore-SolrCloud.yaml:
The text was updated successfully, but these errors were encountered: