-
Notifications
You must be signed in to change notification settings - Fork 83
Expand file tree
/
Copy pathAIConformance-1.33.yaml
More file actions
77 lines (75 loc) · 4.48 KB
/
Copy pathAIConformance-1.33.yaml
File metadata and controls
77 lines (75 loc) · 4.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
# Kubernetes AI Conformance Checklist
# Notes: This checklist is based on the Kubernetes AI Conformance document.
# Participants should fill in the 'status', 'evidence', and 'notes' fields for each requirement.
metadata:
kubernetesVersion: v1.33
platformName: "[Platform Name]"
platformVersion: "[Platform Version]"
vendorName: "[Vendor Name]"
websiteUrl: "[Website URL]"
repoUrl: "[Repository URL]"
documentationUrl: "[Documentation URL]"
productLogoUrl: "[Documentation URL]"
description: "[Description]"
contactEmailAddress: "[Contact Email Address]"
spec:
accelerators:
- id: dra_support
description: "Support Dynamic Resource Allocation (DRA) APIs to enable more flexible and fine-grained resource requests beyond simple counts."
level: SHOULD
status: "" # Implemented, Not Implemented, Partially Implemented, N/A
evidence: [] # List of URLs or references to documentation/test results
notes: "" # Must provide a justification when status is N/A
networking:
- id: ai_inference
description: "Support the Kubernetes Gateway API with an implementation for advanced traffic management for inference services, which enables capabilities like weighted traffic splitting, header-based routing (for OpenAI protocol headers), and optional integration with service meshes."
level: MUST
status: ""
evidence: []
notes: ""
schedulingOrchestration:
- id: gang_scheduling
description: "The platform must allow for the installation and successful operation of at least one gang scheduling solution that ensures all-or-nothing scheduling for distributed AI workloads (e.g. Kueue, Volcano, etc.) To be conformant, the vendor must demonstrate that their platform can successfully run at least one such solution."
level: MUST
status: ""
evidence: []
notes: ""
- id: cluster_autoscaling
description: "If the platform provides a cluster autoscaler or an equivalent mechanism, it must be able to scale up/down node groups containing specific accelerator types based on pending pods requesting those accelerators."
level: MUST
status: ""
evidence: []
notes: ""
- id: pod_autoscaling
description: "If the platform supports the HorizontalPodAutoscaler, it must function correctly for pods utilizing accelerators. This includes the ability to scale these Pods based on custom metrics relevant to AI/ML workloads."
level: MUST
status: ""
evidence: []
notes: ""
observability:
- id: accelerator_metrics
description: "For supported accelerator types, the platform must allow for the installation and successful operation of at least one accelerator metrics solution that exposes fine-grained performance metrics via a standardized, machine-readable metrics endpoint. This must include a core set of metrics for per-accelerator utilization and memory usage. Additionally, other relevant metrics such as temperature, power draw, and interconnect bandwidth should be exposed if the underlying hardware or virtualization layer makes them available. The list of metrics should align with emerging standards, such as OpenTelemetry metrics, to ensure interoperability. The platform may provide a managed solution, but this is not required for conformance."
level: MUST
status: ""
evidence: []
notes: ""
- id: ai_service_metrics
description: "Provide a monitoring system capable of discovering and collecting metrics from workloads that expose them in a standard format (e.g. Prometheus exposition format). This ensures easy integration for collecting key metrics from common AI frameworks and servers."
level: MUST
status: ""
evidence: []
notes: ""
security:
- id: secure_accelerator_access
description: "Ensure that access to accelerators from within containers is properly isolated and mediated by the Kubernetes resource management framework (device plugin or DRA) and container runtime, preventing unauthorized access or interference between workloads."
level: MUST
status: ""
evidence: []
notes: ""
operator:
- id: robust_controller
description: "The platform must prove that at least one complex AI operator with a CRD (e.g., Ray, Kubeflow) can be installed and functions reliably. This includes verifying that the operator's pods run correctly, its webhooks are operational, and its custom resources can be reconciled."
level: MUST
status: ""
evidence: []
notes: ""