Skip to content

Commit f80e212

Browse files
authored
Merge pull request #114676 from MS-jgol/retire-istio
change toc to retire old kubernetes doc
2 parents b7d554c + 63f0bf0 commit f80e212

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

articles/azure-monitor/app/kubernetes.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,11 @@ ms.date: 04/25/2019
88

99
---
1010

11-
# Zero instrumentation application monitoring for Kubernetes hosted applications
11+
# Zero instrumentation application monitoring for Kubernetes hosted applications with Istio - DEPRECATED
1212

1313
> [!IMPORTANT]
14-
> This functionality is currently in public preview.
15-
> This preview version is provided without a service level agreement, and it's not recommended for production workloads. Certain features might not be supported or might have constrained capabilities.
16-
> For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
14+
> This functionality is currently being deprecated and will no longer be supported after August 1st, 2020.
15+
> The currently recommended version works only for [Java through standalone agent](https://docs.microsoft.com/azure/azure-monitor/app/java-in-process-agent).
1716
1817
Azure Monitor now leverages service mesh tech on your Kubernetes cluster to provide out of the box application monitoring for any Kubernetes hosted app. With default Application Insight features like [Application Map](../../azure-monitor/app/app-map.md) to model your dependencies, [Live Metrics Stream](../../azure-monitor/app/live-stream.md) for real-time monitoring, powerful visualizations with the [default dashboard](../../azure-monitor/app/overview-dashboard.md), [Metric Explorer](../../azure-monitor/platform/metrics-getting-started.md), and [Workbooks](../../azure-monitor/app/usage-workbooks.md). This feature will help users spot performance bottlenecks and failure hotspots across all of their Kubernetes workloads within a selected Kubernetes namespace. By capitalizing on your existing service mesh investments with technologies like Istio, Azure Monitor enables auto-instrumented app monitoring without any modification to your application's code.
1918

@@ -108,7 +107,7 @@ Below is the troubleshooting flow to use when telemetry doesn't appear in the Az
108107
```
109108
Verify that there is a container named *istio-proxy* running on the pod.
110109

111-
5. View the Application Insights adapters traces.
110+
5. View the Application Insights adapter's traces.
112111

113112
```console
114113
kubectl get pods -n istio-system -l "app=application-insights-istio-mixer-adapter"

articles/azure-monitor/toc.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -239,9 +239,11 @@
239239
- name: Azure Functions
240240
displayname: functions, monitor functions, automation
241241
href: ../azure-functions/functions-monitoring.md
242-
- name: Kubernetes applications
243-
displayname: aks, microservice, istio, service mesh, application monitoring, monitor kubernetes, monitor aks
244-
href: app/kubernetes.md
242+
- name: Azure Kubernetes Service
243+
items:
244+
- name: Kubernetes (Deprecated)
245+
displayname: aks, microservice, istio, service mesh, application monitoring, monitor kubernetes, monitor aks
246+
href: app/kubernetes.md
245247
- name: Standalone - any environment
246248
items:
247249
- name: Java (preview)
@@ -282,7 +284,7 @@
282284
href: app/app-map.md
283285
- name: Transaction diagnostics
284286
href: app/transaction-diagnostics.md
285-
displayname: e2e, end-to-end, component, dependency, cross-compoent transaction, operation ID, dependencies
287+
displayname: e2e, end-to-end, component, dependency, cross-component transaction, operation ID, dependencies
286288
- name: Availability
287289
items:
288290
- name: URL tests

0 commit comments

Comments
 (0)