【发布时间】:2019-01-31 08:41:59
【问题描述】:
我看到可以使用 docker-compose 将 Opereto 安装在单个节点上。但是,我想通过在 Kubernetes 上安装 Opereto 来进行扩展。也支持吗?
谢谢
【问题讨论】:
标签: automation automated-tests integration-testing devops system-testing
我看到可以使用 docker-compose 将 Opereto 安装在单个节点上。但是,我想通过在 Kubernetes 上安装 Opereto 来进行扩展。也支持吗?
谢谢
【问题讨论】:
标签: automation automated-tests integration-testing devops system-testing
Opereto 现在以两种交付方式发布:用于小型单节点安装的 docker-compose 和 Kubernetes 集群。 https://docs.opereto.com/installation-get-started/
您可以在任何支持 Kubernetes vanilla 的环境中安装 Opereto。如果您使用 OC 命令而不是 kubectl,部署命令可能会有所不同,但应该很容易解决。
但请注意,Opereto 需要配置 HTTPs 入口。入口配置可能与提供给另一个 K8 的一个 K8 不同。
【讨论】: