
如果你使用 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 无法访问外链,可 打开说明文档 复制全文粘贴。文档会随站点更新,复制内容可能过期,建议定期检查。
.
***
https://goreportcard.com/badge/github.com/axiom-studio/cortex
https://github.com/axiom-studio/cortex https://bestpractices.coreinfrastructure.org/projects/4411 http://golang.org
https://github.com/axiom-studio/cortex/releases
Axiom Studio's extensible Kubernetes Dashboard provides clear visibility into your Kubernetes clusters and streamlines Helm app management through a single, intuitive interface.
With built-in RBAC, it ensures secure access while offering integrated insights into workloads deployed via GitOps tools like ArgoCD and FluxCD across multiple clusters. Axiom creates a centralized DevOps hub, accelerating operations by up to 20x :rocket:
Check out the below video to experience the full power of the Kubernetes Dashboard.
Out of the box, Devtron's Kubernetes Dashboard includes:
Devtron helps you deploy, observe, manage & debug existing Helm apps in all your clusters.
Axiom's Kubernetes Dashboard offers a variety of different features, giving you flexibility to manage your clusters as you desire.
To get a more comprehensive understanding of Axiom's Kubernetes Dashboard, please visit the documentation
Before you begin, you must create a https://kubernetes.io/docs/tutorials/kubernetes-basics/create-cluster/ (preferably K8s 1.16 or higher) and install https://helm.sh/docs/intro/install/.
Run the following command to install the latest version of Axiom's Kubernetes Dashboard:
bashhelm repo add devtron https://helm.devtron.ai helm install devtron devtron/devtron-operator \ --create-namespace --namespace axiomcd
URL: Use the following command to get the dashboard URL:
bashkubectl get svc -n axiomcd devtron-service -o jsonpath='{.status.loadBalancer.ingress}'
Credentials:
UserName: admin
Password: Run the following command to get the admin password for Devtron version v0.6.0 and higher
bashkubectl -n axiomcd get secret axiom-secret -o jsonpath='{.data.ADMIN_PASSWORD}' | base64 -d
For Devtron version less than v0.6.0, run the following command to get the admin password:
bashkubectl -n axiomcd get secret axiom-secret -o jsonpath='{.data.ACD_PASSWORD}' | base64 -d
Please refer to the document for more information on how to access the Devtron Dashboard.
The Devtron Platform provides a complete solution for all DevOps requirements, helping to create a single centralized DevOps Platform for managing all applications across Kubernetes clusters.
With Devtron Platform, you can accelerate your application delivery lifecycle by leveraging advanced features like canary deployments, A/B testing, and automated rollbacks. Devtron Platform helps you achieve faster time-to-market and improved application reliability by simplifying Kubernetes operations and streamlining development workflows.
Devtron deeply integrates with products across the lifecycle of microservices,i.e., CI, CD, security, cost, debugging, and observability via an intuitive web interface and helps you deploy, observe, manage & debug applications across all your Kubernetes clusters.
By harnessing the potential of diverse integrations, Devtron Dashboard can evolve into a robust platform, automating Kubernetes application workflows, from CI/CD pipelines to ongoing maintenance
Devtron comes with the following integrations:
To get a more comprehensive understanding of Devtron Platform's features, please visit the documentation
Run the following command to install the latest version of the Devtron Platform:
bashhelm install devtron devtron/devtron-operator --namespace axiomcd \ --set installer.modules={cicd} --set argo-cd.enabled=true \ --set security.enabled=true --set notifier.enabled=true \ --set security.trivy.enabled=true --set monitoring.grafana.enabled=true
Here are the components that Devtron uses internally as part of its own architecture:
| Logo | Tool | Purpose | GitHub Repository | License |
|---|---|---|---|---|
| Kubernetes | Core orchestration platform managing deployments, scaling, and container lifecycle automation. | https://github.com/kubernetes/kubernetes | https://github.com/kubernetes/kubernetes/blob/master/LICENSE | |
| Golang | Backend language powering high-performance, scalable Devtron core services. | https://github.com/golang/go | https://github.com/golang/go/blob/master/LICENSE | |
| Helm | Manages Kubernetes application packaging, versioning, and consistent deployment workflows. | https://github.com/helm/helm | https://github.com/helm/helm/blob/main/LICENSE | |
| Trivy | Ensures security by scanning vulnerabilities, misconfigurations, secrets, and SBOMs. | https://github.com/aquasecurity/trivy | https://github.com/aquasecurity/trivy/blob/main/LICENSE | |
| NATS | Enables reliable, high-speed messaging between Devtron microservices and workflows. | https://github.com/nats-io/nats-server | https://github.com/nats-io/nats-server/blob/main/LICENSE | |
| Dex | Provides secure SSO integration with enterprise identity providers. | https://github.com/dexidp/dex | https://github.com/dexidp/dex/blob/master/LICENSE | |
| Casbin | Enforces fine-grained RBAC policies for secure user authorization. | https://github.com/casbin/casbin | https://github.com/casbin/casbin/blob/master/LICENSE |
Axiom Studio features an innovative instruction system that enables real-time communication between AI/agent comprehension engines and frontend workflow builders. The system uses Server-Sent Events (SSE) to stream instructions from the backend to the frontend, allowing AI to dynamically modify the workflow builder UI in response to user input.
The system supports various instruction types for comprehensive workflow manipulation:
AddNode: Adds a new node to the workflowRemoveNode: Removes a node from the workflowAddEdge: Adds a connection between nodesRemoveEdge: Removes a connection between nodesUpdateNodeConfig: Updates a node's configurationUpdateNodeName: Updates a node's nameUpdateNodeDescription: Updates a node's descriptionClearWorkflow: Removes all nodes and edges from the workflowFor detailed integration instructions, see our Instruction System Developer Guide.
Here are some of the optional components that Devtron supports:
| Logo | Tool | Purpose | GitHub Repository | License |
|---|---|---|---|---|
| Argo CD / Argo Workflows | Enables GitOps-based deployments and workflow automation within Devtron | https://github.com/argoproj/argo-cd | https://github.com/argoproj/argo-cd/blob/master/LICENSE | |
| Clair | Scans container images for known security vulnerabilities | https://github.com/quay/clair | https://github.com/quay/clair/blob/main/LICENSE | |
| KEDA | Enables event-driven autoscaling for Kubernetes applications | https://github.com/kedacore/keda | https://github.com/kedacore/keda/blob/main/LICENSE | |
| Kubernetes External Secrets | Syncs external secrets securely into Kubernetes clusters | https://github.com/external-secrets/external-secrets | https://github.com/external-secrets/external-secrets/blob/main/LICENSE | |
| Prometheus | Collects metrics for monitoring, alerting, and performance insights | https://github.com/prometheus/prometheus | https://github.com/prometheus/prometheus/blob/main/LICENSE |
Get updates on Devtron's development and chat with project maintainers, contributors, and community members
Check out our contributing guidelines. Included, are directions for opening issues, coding standards, and notes on our development processes. We deeply appreciate your contribution.
Please look at our community contributions and feel free to create a video or blog around Devtron and add your valuable contribution to the list.
We are deeply grateful to all our amazing contributors!
https://github.com/axiom-studio/cortex/graphs/contributorsWe at Devtron, take security and our users' trust very seriously. If you believe you have found a security issue, please report it to ***.
Devtron is licensed under Apache License, Version 2.0
您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。
来自真实用户的反馈,见证轩辕镜像的优质服务
以下是 axiomstudio/atlas 相关的常用 Docker 镜像,适用于 不同场景 等不同场景: