Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,21 @@
"redirect_url": "/azure/aks/servicemesh-about",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/aks/container-insights-live-data.md",
"redirect_url": "/azure/aks/monitor-aks",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/aks/container-service-quotas.md",
"redirect_url": "/azure/aks/quotas-skus-regions",
"redirect_document_id": true
},
{
"source_path_from_root": "/articles/aks/control-plane-metrics-default-list.md",
"redirect_url": "/azure/aks/monitor-aks-reference",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/aks/create-cluster.md",
"redirect_url": "/cli/azure/aks#az_aks_create",
Expand Down Expand Up @@ -277,14 +287,19 @@
},
{
"source_path_from_root": "/articles/aks/mixed-sku-node-pools.md",
"redirect_url": "/azure/aks/what-is-aks",
"redirect_url": "/azure/aks/virtual-machines-node-pools",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/aks/monitor-apiserver.md",
"redirect_url": "/azure/aks/monitor-aks#resource-logs",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/aks/monitor-control-plane-metrics.md",
"redirect_url": "/azure/aks/monitor-aks",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/aks/network-observability-byo-cli.md",
"redirect_url": "/azure/aks/network-observability-overview",
Expand Down Expand Up @@ -514,6 +529,11 @@
"source_path_from_root": "/articles/aks/edge-zones.md",
"redirect_url": "/azure/aks/extended-zones",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/aks/tutorial-kubernetes-app-update.md",
"redirect_url": "/azure/aks/tutorial-kubernetes-upgrade-cluster",
"redirect_document_id": false
}
]
}
}
68 changes: 52 additions & 16 deletions scenarios/azure-aks-docs/articles/aks/TOC.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@
href: monitor-aks.md
- name: Network Observability
href: network-observability-overview.md
- name: Advanced Network Observability
href: advanced-network-observability-concepts.md
- name: Security
items:
- name: Security concepts
Expand Down Expand Up @@ -160,12 +162,16 @@
href: concepts-ai-ml-language-models.md
- name: Fine-tuning language models
href: concepts-fine-tune-language-models.md
- name: Machine learning operations (MLOps)
href: concepts-machine-learning-ops.md
- name: Advanced Container Networking Services
items:
- name: Advanced Container Networking Services overview
href: advanced-container-networking-services-overview.md
- name: Advanced Network Observability overview
href: advanced-network-observability-concepts.md
- name: Security
href: advanced-network-container-services-security-concepts.md
- name: Storage
href: concepts-storage.md
- name: Scaling
Expand Down Expand Up @@ -246,6 +252,10 @@
href: windows-best-practices.md
- name: Enforce best practices with deployment safeguards
href: deployment-safeguards.md
- name: AI and machine learning
items:
- name: Machine learning operations (MLOps)
href: best-practices-ml-ops.md
- name: How-to guides
items:
- name: AKS extension for Visual Studio Code
Expand Down Expand Up @@ -336,6 +346,8 @@
href: spot-node-pool.md
- name: Node pool snapshot
href: node-pool-snapshot.md
- name: Add a Virtual Machines node pool
href: virtual-machines-node-pools.md
- name: Use system node pools
href: use-system-pools.md
- name: Resize node pools
Expand All @@ -354,6 +366,16 @@
items:
- name: Stateful workloads
items:
- name: Overview
href: stateful-workloads-overview.md
- name: Deploy a MongoDB cluster
items:
- name: Overview
href: mongodb-overview.md
- name: Create MongoDB infrastructure
href: create-mongodb-infrastructure.md
- name: Deploy MongoDB cluster
href: deploy-mongodb-cluster.md
- name: Deploy a highly available PostgreSQL database
items:
- name: Overview
Expand Down Expand Up @@ -478,6 +500,8 @@
href: use-cvm.md
- name: Use Dedicated Hosts with AKS
href: use-azure-dedicated-hosts.md
- name: Restrict access to IMDS
href: imds-restriction.md
- name: Authentication and authorization
items:
- name: Use managed identities
Expand All @@ -492,8 +516,10 @@
href: enable-authentication-microsoft-entra-id.md
- name: Manage local accounts
href: manage-local-accounts-managed-azure-ad.md
- name: Cluster access control
- name: Cluster access control with Conditional Access
href: access-control-managed-azure-ad.md
- name: Cluster access control with Privileged Identity Management
href: privileged-identity-management.md
- name: Microsoft Entra integration (legacy)
href: azure-ad-integration-cli.md
- name: Enable GMSA integration
Expand Down Expand Up @@ -586,6 +612,8 @@
href: use-node-public-ips.md
- name: Restrict and control cluster egress traffic
href: limit-egress-traffic.md
- name: Configure Static Egress Gateway
href: configure-static-egress-gateway.md
- name: Ingress
items:
- name: Use application routing add-on
Expand Down Expand Up @@ -624,6 +652,10 @@
href: private-clusters.md#use-a-private-endpoint-connection
- name: Diagnose and solve UDP packet drops
href: troubleshoot-udp-packet-drops.md
- name: Network Security
items:
- name: FQDN Filtering with Advanced Container Networking Services
href: advanced-network-container-services-security-cli.md
- name: Storage
items:
- name: CSI storage drivers
Expand Down Expand Up @@ -712,16 +744,8 @@
href: events.md
- name: Monitor kube-audit events
href: monitor-apiserver.md
- name: Monitor control plane metrics
href: monitor-control-plane-metrics.md
- name: Monitor reference
href: monitor-aks-reference.md
- name: Control plane metrics reference
href: control-plane-metrics-default-list.md
- name: View the kubelet logs
href: kubelet-logs.md
- name: View container data in real time
href: container-insights-live-data.md
- name: Cost analysis
items:
- name: Enable cost analysis on your cluster
Expand Down Expand Up @@ -758,6 +782,10 @@
href: istio-support-policy.md
- name: Istio service mesh add-on performance
href: istio-scale.md
- name: Latency comparison for Istio
href: istio-latency.md
- name: Telemetry API for Istio service mesh
href: istio-telemetry.md
- name: Open Service Mesh AKS add-on
items:
- name: About Open Service Mesh
Expand Down Expand Up @@ -800,10 +828,14 @@
items:
- name: About Kubernetes Event-driven Autoscaler (KEDA)
href: keda-about.md
- name: Use ARM template
href: keda-deploy-add-on-arm.md
- name: Use Azure CLI
href: keda-deploy-add-on-cli.md
- name: Enable KEDA add-on for your cluster
items:
- name: Use an ARM template
href: keda-deploy-add-on-arm.md
- name: Use the Azure CLI
href: keda-deploy-add-on-cli.md
- name: Enable on an existing cluster using the Azure portal
href: enable-keda-existing-cluster.md
- name: Securely scale your applications using the Kubernetes Event-driven Autoscaling (KEDA) add-on and workload identity
href: keda-workload-identity.md
- name: Kubernetes Event-driven Autoscaler (KEDA) integrations
Expand Down Expand Up @@ -847,7 +879,7 @@
- name: Windows Server containers
items:
- name: Windows Server containers FAQ
href: windows-faq.md
href: windows-faq.yml
- name: Connect remotely
href: rdp.md
- name: Use HostProcess containers
Expand Down Expand Up @@ -938,6 +970,8 @@
href: ai-toolchain-operator.md
- name: Deploy data and ML pipelines with Flyte
href: use-flyte.md
- name: Work with clusters using Copilot
href: /azure/copilot/work-aks-clusters?toc/azure/aks/toc.json&bc=/azure/aks/breadcrumb/toc.json
- name: DevOps
items:
- name: Azure DevOps Project
Expand Down Expand Up @@ -969,7 +1003,7 @@
- name: Deploy to Azure
href: eks-edw-deploy.md
- name: FAQ
href: faq.md
href: faq.yml
- name: Reference
items:
- name: Azure CLI
Expand All @@ -991,6 +1025,8 @@
- name: Azure Policy built-ins
displayName: samples, policies, definitions
href: ./policy-reference.md
- name: AKS monitoring data reference
href: monitor-aks-reference.md
- name: Resources
items:
- name: Build your skills with Microsoft Learn training
Expand All @@ -1014,4 +1050,4 @@
- name: Support options for AKS
href: aks-support-help.md
- name: Troubleshooting documentation for AKS
href: /troubleshoot/azure/azure-kubernetes/welcome-azure-kubernetes
href: /troubleshoot/azure/azure-kubernetes/welcome-azure-kubernetes
3 changes: 3 additions & 0 deletions scenarios/azure-aks-docs/articles/aks/breadcrumb/TOC.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,7 @@
topicHref: /azure/aks/index
- name: Azure Kubernetes Service
tocHref: /azure/service-connector/
topicHref: /azure/aks/index
- name: Azure Kubernetes Service
tocHref: /azure/copilot/
topicHref: /azure/aks/index
Loading