I tried to setup Kubernetes in minikube and I was able to get the indexer running as per the logs.
However, when I do the test curl query pointing to 9200, the connection is successful but I dont see a response with the opensearch version.
curl -k -u admin:SecretPassword https://ip:9200/_cat/nodes?vFrom the logs I see requests to run securityadmin has not been initialized. I checked the but the kubernetes wazuh documentation but I cant does not have any information on how to use this specifically in the kubernetes deployment. I can see this documented for the regular deployment and it works. Are there any environment variables that need to be set to execute this script?
Queries/Request:1. How do I run securityadmin script in kubernetes deployment? If possible, please update the kubernetes documentation with example commands that can be used (similar to the step by step instalation method which is detailed).
2. Similar to Wazuh official deployments where you have the "step by step" method which is very detailed, it would nice to include this for Kubernetes local deployment minikube.