Skip to content

Commit 394accb

Browse files
Merge pull request #239724 from bwren/kubernetes
Monitor Kubernetes
2 parents 3b387d0 + 7873ae1 commit 394accb

12 files changed

+213
-158
lines changed

articles/aks/cluster-autoscaler.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ To further help improve cluster resource utilization and free up CPU and memory
288288
[aks-faq-node-resource-group]: faq.md#can-i-modify-tags-and-other-properties-of-the-aks-resources-in-the-node-resource-group
289289
[aks-multiple-node-pools]: create-node-pools.md
290290
[aks-scale-apps]: tutorial-kubernetes-scale.md
291-
[aks-view-master-logs]: ../azure-monitor/containers/monitor-kubernetes.md#configure-monitoring
291+
[aks-view-master-logs]: monitor-aks.md#resource-logs
292292
[azure-cli-install]: /cli/azure/install-azure-cli
293293
[az-aks-create]: /cli/azure/aks#az-aks-create
294294
[az-aks-update]: /cli/azure/aks#az-aks-update

articles/aks/intro-kubernetes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ Learn more about deploying and managing AKS.
175175
[azure-monitor-overview]: ../azure-monitor/overview.md
176176
[container-insights]: ../azure-monitor/containers/container-insights-overview.md
177177
[azure-monitor-managed-prometheus]: ../azure-monitor/essentials/prometheus-metrics-overview.md
178-
[collect-control-plane-logs]: monitor-aks.md#collect-control-plane-logs
178+
[collect-resource-logs]: monitor-aks.md#resource-logs
179179
[azure-monitor-logs]: ../azure-monitor/logs/data-platform-logs.md
180180
[helm]: quickstart-helm.md
181181
[aks-best-practices]: best-practices.md

articles/aks/monitor-aks-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The following table lists [dimensions](../azure-monitor/essentials/data-platform
4747

4848
## Resource logs
4949

50-
AKS implements control plane logs for the cluster as [resource logs in Azure Monitor](../azure-monitor/essentials/resource-logs.md). See [Resource logs](monitor-aks.md#resource-logs) for details on creating a diagnostic setting to collect these logs and [How to query logs from Container insights](../azure-monitor/containers/container-insights-log-query.md#resource-logs) for query examples.
50+
AKS implements control plane logs for the cluster as [resource logs in Azure Monitor.](../azure-monitor/essentials/resource-logs.md). See [Resource logs](monitor-aks.md#resource-logs) for details on creating a diagnostic setting to collect these logs and [Sample queries](monitor-aks-reference.md#resource-logs) for query examples.
5151

5252
The following table lists the resource log categories you can collect for AKS. All logs are written to the [AzureDiagnostics](/azure/azure-monitor/reference/tables/azurediagnostics) table.
5353

articles/aks/rdp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,5 +414,5 @@ If you need more troubleshooting data, you can [view the Kubernetes primary node
414414
[install-azure-cli]: /cli/azure/install-azure-cli
415415
[install-azure-powershell]: /powershell/azure/install-az-ps
416416
[ssh-steps]: ssh.md
417-
[view-primary-logs]: ../azure-monitor/containers/container-insights-log-query.md#resource-logs
417+
[view-primary-logs]: monitor-aks.md#resource-logs
418418
[azure-bastion]: ../bastion/bastion-overview.md

articles/azure-monitor/containers/container-insights-cost.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The following types of data collected from a Kubernetes cluster with Container i
2828
- Container environment variables from every monitored container in the cluster
2929
- Completed Kubernetes jobs/pods in the cluster that don't require monitoring
3030
- Active scraping of Prometheus metrics
31-
- [Diagnostic log collection](../../aks/monitor-aks.md#resource-logs) of Kubernetes main node logs in your Azure Kubernetes Service (AKS) cluster to analyze log data generated by main components, such as `kube-apiserver` and `kube-controller-manager`.
31+
- [Resource log collection](../../aks/monitor-aks.md#resource-logs) of Kubernetes main node logs in your Azure Kubernetes Service (AKS) cluster to analyze log data generated by main components, such as `kube-apiserver` and `kube-controller-manager`.
3232

3333
## Estimating costs to monitor your AKS cluster
3434

articles/azure-monitor/containers/container-insights-log-query.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -620,11 +620,6 @@ The required tables for this chart include KubeNodeInventory, KubePodInventory,
620620
| project ClusterName, NodeName, LastReceivedDateTime, Status, ContainerCount, UpTimeMs = UpTimeMs_long, Aggregation = Aggregation_real, LimitValue = LimitValue_real, list_TrendPoint, Labels, ClusterId
621621
```
622622

623-
## Resource logs
624-
625-
For details on resource logs for AKS clusters, see [Collect control plane logs](../../aks/monitor-aks.md#resource-logs).
626-
627-
628623
## Prometheus metrics
629624

630625
The following examples requires the configuration described in [Send Prometheus metrics to Log Analytics workspace with Container insights](container-insights-prometheus-logs.md).
20.7 KB
Loading
19.6 KB
Loading
54.2 KB
Loading
86.8 KB
Loading

0 commit comments

Comments
 (0)