#InterSystems Kubernetes Operator (IKO)

0 关注者 · 2 帖子

InterSystems Kubernetes Operator (IKO) 可以在任何 Kubernetes 平台上自动部署 InterSystems IRIS® 拓扑。它通过 IrisCluster 自定义资源扩展了 Kubernetes API,IrisCluster 自定义资源可以在任何 Kubernetes 平台上部署为 InterSystems IRIS 分片集群、分布式缓存集群或独立实例(均可选择镜像部署)。IKO 还为 Kubernetes 增加了针对 InterSystems IRIS 特定的集群管理能力,从而能够自动执行诸如向集群添加节点等任务,而之前这类任务需要通过直接与实例交互来手动完成。

新增
文章 Kelly Huang · 六月 2 1m read

当将 IRIS For Health 从 2024.1 升级到 2024.2+(2025.1、2026.1 等)时,您可能会注意到,在以前访问 FHIR 门户的地方,现在会收到 "未找到 "的提示。

 

2024.2 之前:

截至 2024.2+:

这可能是因为它将进入 /csp/fhir-management,而不是之前的 /csp/healthshare。请参见此处的发布公告。

根据您的升级方式,配置可能是自动的,但如果您使用 IKO,请确保更新您的网络应用程序以包含 /csp/fhir-management:

    webgateway:
      replicas: 1
      image: containers.intersystems.com/intersystems/webgateway:2026.1
      applicationPaths:
        #; All of the IRIS instance's system default applications.
        #; For Management Portal only, just use '/csp/sys'.
        #; To support other applications, please add them to this list.
        - /csp/sys
        - /csp/broker
        - /api
        - /isc
        - /oauth2
        - /ui
        - /csp/healthshare
        - /csp/fhir-management
0
0 17
新增
InterSystems 官方 Claire Zheng · 六月 2

InterSystems Kubernetes Operator (IKO) 3.9 现已全面上市。 IKO 3.9 添加了新功能以及大量错误修复和安全更新。 亮点包括:

请按照《安装指南》了解如何下载、安装和开始使用 IKO。 完整的 IKO 3.9 文档将为您提供有关 IKO 以及将其与 InterSystems IRIS 和 InterSystems IRIS for Health 结合使用的更多信息。 IKO 可从 WRC 下载页面下载(搜索 Kubernetes)。 该容器可从InterSystems 容器注册中心获取。

IKO 通过提供易于使用的 irisCluster 资源定义,简化了在 Kubernetes 中使用 InterSystems IRIS 或 InterSystems IRIS for Health 的工作。有关功能的完整列表,包括轻松分片、镜像和 ECP 配置,请参阅文档

0
0 13