代理路由
使用在 DC/OS 代理节点上运行的 Admin Router Agent
Admin Router Agent 在 DC/OS 代理节点上运行。它公开以下 API 路由。
Admin Router Agent 侦听端口 61001
(HTTP)。
DC/OS Enterprise 增加组件通信的可选 SSL 加密。所以在 strict
和 permissive
安全模式中,Admin Router Agent 也会侦听端口 61002
(HTTPS)。
有关 API 路由方式的详细信息,请参阅 DC/OS API 参考。
Routes
Legend
- Proxy retrieves resources from another address.
File retrieves static files.
Authentication
Metadata
Pkgpanda
Proxy /pkgpanda/
DC/OS component package management
Path: http://$backend
Server: unix:/run/dcos/pkgpanda-api.sock
Backend: DC/OS Component Package Manager (Pkgpanda) API Reference: https://docs.d2iq.com/1.11/administering-clusters/component-management/
System
Proxy /system/health/v1
Component service status
Path: http://$backend
Server: unix:/run/dcos/dcos-diagnostics.sock
Backend: DC/OS Diagnostics API Reference: https://docs.d2iq.com/1.11/monitoring/#system-health-http-api-endpoint Proxy /system/v1/logs/
Node, component service, and container (task) logs
Path: http://$backend
Server: unix:/run/dcos/dcos-log.sock
Backend: DC/OS Log API Reference: https://docs.d2iq.com/1.11/monitoring/logging/logging-api/ Proxy /system/v1/logs/v1/(?
range|stream)/framework/(? .*?)/executor/(? .*?)/container/(? .*?) Container (task) logs
Path: http://$backend
Server: unix:/run/dcos/dcos-log.sock
Backend: DC/OS Log API Reference: https://docs.d2iq.com/1.11/monitoring/logging/logging-api/ Proxy /system/v1/metrics/
Node, container, and application metrics
Path: http://$backend
Server: unix:/run/dcos/dcos-metrics-agent.sock
Backend: DC/OS Metrics API Reference: https://docs.d2iq.com/1.11/metrics/metrics-api/