Skip to content

Commit 010518c

Browse files
committed
Update k8s compute TSG and log info
1 parent 1f1a4f6 commit 010518c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/machine-learning/reference-kubernetes.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -138,17 +138,17 @@ Upon AzureML extension deployment completes, it will create following resources
138138
139139
### Collected log details
140140

141-
Some logs about AzureML workloads in the cluster, such as status, metrics, life cycle, etc., will be collected through extension components. The following list shows all the log details collected, including the type of logs collected and where they were sent to or stored.
141+
Some logs about AzureML workloads in the cluster will be collected through extension components, such as status, metrics, life cycle, etc. The following list shows all the log details collected, including the type of logs collected and where they were sent to or stored.
142142

143143
|Pod |Resource description |Detail logging info |
144144
|--|--|--|
145-
|amlarc-identity-controller |Request and renew Azure Blob/Azure Container Registry token through managed identity. |Only used when `enableInference=true` is set when installing the extension. It has trace logs for status on getting identity for endpoints to authenticate with AML service.|
146-
|amlarc-identity-proxy |Request and renew Azure Blob/Azure Container Registry token through managed identity. |Only used when `enableInference=true` is set when installing the extension. It has trace logs for status on getting identity for the cluster to authenticate with AML service.|
147-
|aml-operator | Manage the lifecycle of training jobs. |The logs contain AML training job pod status in the cluster.|
145+
|amlarc-identity-controller |Request and renew Azure Blob/Azure Container Registry token through managed identity. |Only used when `enableInference=true` is set when installing the extension. It has trace logs for status on getting identity for endpoints to authenticate with AzureML service.|
146+
|amlarc-identity-proxy |Request and renew Azure Blob/Azure Container Registry token through managed identity. |Only used when `enableInference=true` is set when installing the extension. It has trace logs for status on getting identity for the cluster to authenticate with AzureML service.|
147+
|aml-operator | Manage the lifecycle of training jobs. |The logs contain AzureML training job pod status in the cluster.|
148148
|azureml-fe-v2| The front-end component that routes incoming inference requests to deployed services. |Access logs at request level, including request Id, start time, response code, error details and durations for request latency. Trace logs for service metadata changes, service running healthy status, etc. for debugging purpose.|
149-
| gateway | The gateway is used to communicate and send data back and forth. | Trace logs on requests from AML services to the clusters.|
150-
|healthcheck |--| The logs contain azureml namespace resource (AML extension) status to diagnose what make the extension not functional. |
151-
|inference-operator-controller-manager| Manage the lifecycle of inference endpoints. |The logs contain AML inference endpoint and deployment pod status in the cluster.|
149+
| gateway | The gateway is used to communicate and send data back and forth. | Trace logs on requests from AzureML services to the clusters.|
150+
|healthcheck |--| The logs contain azureml namespace resource (AzureML extension) status to diagnose what make the extension not functional. |
151+
|inference-operator-controller-manager| Manage the lifecycle of inference endpoints. |The logs contain AzureML inference endpoint and deployment pod status in the cluster.|
152152
| metrics-controller-manager | Manage the configuration for Prometheus.|Trace logs for status of uploading training job and inference deployment metrics on CPU utilization and memory utilization.|
153153
| relayserver | relayserver is only needed in arc-connected cluster and will not be installed in AKS cluster.| Relayserver works with Azure Relay to communicate with the cloud services. The logs contain request level info from Azure relay. |
154154

0 commit comments

Comments
 (0)