如何在 GKE 上安装 ECK,具有 2 个环境(生产和开发)
我按照以下说明进行操作: https://www.elastic.co/guide/en/cloud-on-k8s/1.0/k8s-quickstart.html#k8s-deploy-elasticsearch。但我想知道如何区分用于生产的 ECK 和用于开发的 ECK 之间的安装。
- 我应该分别安装 Elasticsearch 运算符用于生产和开发吗?
- 弹性算子和弹性节点有什么关系?我如何知道哪个弹性运营商在开发环境中管理节点?
I follow instructions from : https://www.elastic.co/guide/en/cloud-on-k8s/1.0/k8s-quickstart.html#k8s-deploy-elasticsearch. But I am wondering how to differentiate the installation between ECK for production and ECK for development.
- Should I install Elasticsearch operator for production and development respectively?
- What is relation between elastic operator and elastic node? And how do I know which elastic operator manages a node in development environment?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我就是这样做的:
生产部署:
开发部署:
this is how I did it:
production deployment:
dev deployment: