Is there a way to automate deployments from GCP ma...
# google-cloud
p
Is there a way to automate deployments from GCP marketplace? I’d need to setup Elasticsearch cluster and AFAIK GCP does not offer any “native” managed solutions for that (like Memorystore for Redis or Cloud SQL for PostgreSQL). However, there is something available in the marketplace (link). Another option (just found it): Elastic has some official ECK support and it looks like it’s basically k8s operator (link). Automating that should be pretty easy. The question is: has anybody used that and can recommend it? 🙂