Files
nexus/wiki/entities/Octane.md

44 lines
1.4 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "Octane"
type: entity
tags:
- MicroFocus
- SaaS
- Kubernetes
- EKS
sources:
- ctp-topic-39-implementing-eks-in-the-aws-lab-landing-zone
- ctp-topic-14-octane-hub-on-aws-real-life-experience-moving-production-services-i
last_updated: 2026-04-28
---
## Overview
Octane 是 Micro Focus现 OpenText旗下一款 SaaS 应用,以 IP 地址密集型IP-hungryworkload 著称,是推动 EKS 在 AWS Lab Landing Zone 中实施的核心业务驱动因素。
## Aliases
- Octane
- Micro Focus Octane
- Octane SaaS
## Key Characteristics
- SaaS 模式部署
- IP 地址密集型应用,对 IP 分配有大量需求
- 在 AWS 环境中需要 Kubernetes 容器编排能力
- 驱动了 OpenText/Micro Focus 团队对 EKS 自定义网络方案的探索
## Context
Octane 是 CTP Topic 39 中 EKS 部署的驱动用例。标准 EKS 部署方案无法满足其 IP 需求,团队通过以下方案解决:
- 创建独立私有子网(非主 VPC 子网)
- 启用 EKS 模块的自定义网络配置标志
- 在 Pod 规范中设置 `hostNetwork: true`
## Related Entities
- [[Amazon-EKS]]Octane 部署的容器编排平台
- [[AWS-Landing-Zone]]Octane 运行的 AWS 基础设施环境
- [[MicroFocus]]:(历史)开发 Octane 的公司
- [[OpenText]]:(现母公司)
## Related Sources
- [[ctp-topic-39-implementing-eks-in-the-aws-lab-landing-zone]]
- [[ctp-topic-14-octane-hub-on-aws-real-life-experience-moving-production-services-i]]