
如果你使用 DeepSeek、元宝 AI、Copilot、ChatGPT 等 AI 工具,协助配置轩辕镜像、编写 docker pull 命令、修改 Docker Compose 镜像地址、配置镜像加速、排查镜像拉取失败、分析报错日志等问题,请先让 AI 阅读并遵守轩辕镜像的规则文档。
只需在 AI 对话中先发送下面这句话即可:
请先完整阅读并严格遵守以下文档中的全部规则与要求:
https://xuanyuan.cloud/agents.md
在未充分阅读并理解该文档前,不要生成任何命令、配置、修改建议、故障排查方案或技术回答。后续所有输出都必须严格以该文档中的规范为最高优先级执行。查看 agents.md 用法指南与完整示范。国内用户首推 元宝 AI、DeepSeek 的深度思考模式,不推荐豆包 AI;Cursor 等编辑器可在对话 @ 该链接,或加入 User Rules。 若 AI 无法访问外链,可 打开说明文档 复制全文粘贴。文档会随站点更新,复制内容可能过期,建议定期检查。
Enterprise Apache Spark orchestration platform for Kubernetes, enabling serverless data processing at scale.
ilum/core is the central control plane for Ilum — a production-grade Spark orchestration platform designed for Kubernetes-native workloads. It provides a comprehensive REST API to launch, monitor, and manage Apache Spark applications across multiple clusters with enterprise-grade scalability and high availability.
bash# Run Ilum Core (requires MongoDB, Kafka, MinIO) docker run -d \ --name ilum-core \ -p 9000:9000 \ -e MONGO_URI=mongodb://mongo:27017/ilum \ -e SPRING_KAFKA_BOOTSTRAP_SERVERS=kafka:9092 \ ilum/core:<version>
Note: For production deployments, use the official Ilum Helm Chart.
<version>: Ilum 6.6.1 + Spark orchestration engine + Java 21| Variable | Description |
|---|---|
| MONGO_URI | MongoDB connection string for metadata storage |
| SPRING_KAFKA_BOOTSTRAP_SERVERS | Kafka brokers for inter-service communication |
| ILUM_STORAGE_MINIO_URL | MinIO endpoint for Spark artifacts and logs |
| ILUM_STORAGE_MINIO_ACCESS_KEY | MinIO access key |
| ILUM_STORAGE_MINIO_SECRET_KEY | MinIO secret key |
| Variable | Default Value | Description |
|---|---|---|
| SERVER_PORT | 9000 | Ilum Core API port |
| ILUM_LIVY_PORT | 9888 | Apache Livy-compatible gateway port |
| ILUM_COMMUNICATION_TYPE | kafka | Communication mode: kafka or grpc |
NOTE:
Using grpc as communication type disables High Availability support. For production deployments with HA requirements, use kafka (default).
Ilum Core is stateless. All persistent data is stored in external infrastructure components (MongoDB, Kafka, MinIO).
TIP: For disaster recovery, ensure regular backups of MongoDB (metadata) and MinIO (Spark artifacts, event logs).
| Port | Service |
|---|---|
9000 | Ilum Core REST API + Apache Livy 0.8.0-compatible endpoints |
9888 | gRPC communication (ilum-core ↔ Spark jobs) |
The image runs as user ilum (UID 1001). Ensure that mounted volumes have appropriate permissions.
CAUTION: Never pass sensitive credentials directly in environment variables!
Recommended methods:
Before production deployment, scan the image:
bash# Trivy trivy image ilum/core:<version>
Run commands from the root of the ilum-backend repository:
bash# Build the service ./gradlew clean build # Build multi-platform Docker image ./gradlew dockerMultiplatformPush
bashdive ilum/core:<version>
bash# Syft syft ilum/core:<version> -o spdx-json > sbom.json
ilum/java:21.0.9_10-jre)The Ilum Core API is designed with an API-first approach.
Interactive API Documentation:
http://<ilum-core>:9000/docs/api/ilum-api-definition moduleAPI Version Compatibility:
| API Version | Ilum Version |
|---|---|
| 1.0.0 | <= 6.6.1 |
Interactive Jobs
Long-running Spark applications that accept consecutive workload requests without re-initialization overhead. Ideal for:
Single Jobs
Traditional batch Spark jobs submitted via API. Supports:
| Mode | Use Case | HA Support |
|---|---|---|
| Kafka | Production deployments requiring scalability and HA | ✅ Yes |
| gRPC (default) | Development/testing environments, simplified setup | ❌ No |
Ilum Core requires the following components to operate:
All dependencies are automatically deployed when using the ilum-aio Helm chart.
您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。



来自真实用户的反馈,见证轩辕镜像的优质服务