Host an open-source OpenSearch solution inside Google Cloud Autopilot, GKE Standard, or the equivalent on AWS or Azure using Operator
Note
Deliverables:
- Provide necessary credentials (cloud account, API keys, etc.) to validate the solution.
- Terraform code.
- A brief documentation or README explaining the approach, best practices followed, and how to validate the deployment.
Tip
Implement GCP Workload Identity for secure identity management and avoid static credentials.
Important
Please install OpenSearch only using the operator no helm or any other way to install it.
Caution
- K8S Best Practices: Follow cloud security best practices for cluster setup and management e.g., least privilege principle, network policies, node auto-upgrade.
- Cost Optimized: Ensure that all resources created follow cloud cost-optimization guidelines.
Good luck!