Versions: Planning stage - interested in latest stable versions. Host OS: Windows
Describe the issue:
Hello OpenSearch Community***, I am a new member beginning to work with OpenSearch Dashboards and am in the planning stages of setting up a development environment. I would appreciate the community’s expert guidance on the recommended installation path.
My Goal: To deploy OpenSearch and OpenSearch Dashboards for development and learning purposes, with future consideration for production best practices.
My Environment: My primary local machine runs on Windows.
I am evaluating the best approach for installation, specifically considering:
Kubernetes (e.g., minikube or kind) .
Docker / Docker Desktop.
Other approaches (archive install, package manager, etc.)
Could you please share insights on: - Most straightforward/reliable method for Windows local development
Thank you for sharing your knowledge!
Configuration: Currently evaluating options - no specific configuration yet.
Relevant Logs or Screenshots: N/A - Planning phase
hye @Leeroy
Thank you for the suggestions!
I’ll try it then I’ll tell you!
Initially I just download docker desktop, and write one YML file for Open Search Dashboard and pull the image then I have access the Open Search Dashboard locally through Docker. I have just one question regarding environment, Will I download properly windows installation or just running on Docker ?
I would personally use docker, it will allow you get a good understanding for configuring and deploying using yaml. Then considering you may want to test and use Kubernetes instead it will teach you the base of what will be needed when you go to deploy via Kubernetes.
Both of which will be good for long term usage. But if you’re new and planning to learn and explore, then doing both deploys windows and docker will be good to get a better understanding of what is required overall.