Skip to content

Commit 0c14310

Browse files
committed
2 parents 7afa84f + abfa00c commit 0c14310

33 files changed

+457
-501
lines changed

.acrolinx-config.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
{:allowed-branchname-matches ["main" "release-.*"]
2-
:allowed-filename-matches ["azure-stack" "AKS-Hybrid" "azure-managed-lustre"]}
2+
:allowed-filename-matches ["azure-stack" "AKS-Hybrid" "azure-managed-lustre" "azure-local"]}

AKS-Hybrid/TOC.yml

Lines changed: 124 additions & 126 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
- name: Overview
44
expanded: true
55
items:
6-
- name: What is AKS enabled by Arc?
6+
- name: What is AKS enabled by Azure Arc?
77
href: aks-overview.md
8-
- name: Compare AKS enabled by Arc deployment options
9-
href: https://techcommunity.microsoft.com/t5/azure-arc-blog/comparing-feature-sets-for-aks-enabled-by-azure-arc-deployment/ba-p/4188163
108
- name: Supported Kubernetes versions
119
href: supported-kubernetes-versions.md
1210
- name: Data collection
1311
href: data-collection.md
12+
- name: Blogs and announcements
13+
href: blogs-announcements.md
1414
- name: AKS on Azure Local, version 23H2
1515
expanded: true
1616
items:
@@ -60,8 +60,6 @@
6060
href: create-clusters-bicep.md
6161
- name: Terraform
6262
href: create-clusters-terraform.md
63-
- name: Quickstart template
64-
href: /samples/azure/azure-quickstart-templates/aks-on-ashci
6563
- name: Azure Resource Manager template
6664
href: resource-manager-quickstart.md
6765
- name: Networking
@@ -169,13 +167,13 @@
169167
- name: Resources
170168
items:
171169
- name: Azure Local
172-
href: /azure-stack/hci/index
173-
- name: Azure hybrid cloud
174-
href: /hybrid
170+
href: /azure-local/index
171+
- name: Azure Adaptive Cloud
172+
href: /azure/adaptive-cloud
175173
- name: Azure Arc Jumpstart
176174
href: https://azurearcjumpstart.com/azure_arc_jumpstart/azure_arc_k8s/aks_stack_hci/
177-
- name: Azure roadmap
178-
href: https://azure.microsoft.com/roadmap/
175+
- name: AKS enabled by Arc roadmap
176+
href: https://github.com/Azure/aksArc/projects
179177
- name: AKS Edge Essentials
180178
items:
181179
- name: Overview
@@ -425,124 +423,124 @@
425423
href: update-akshci-host-powershell.md
426424
- name: Use Windows Admin Center
427425
href: update-akshci-host-windows-admin-center.md
428-
- name: Upgrade Kubernetes version
429-
items:
430-
- name: Use PowerShell
431-
href: upgrade.md
432-
- name: Use Windows Admin Center
433-
href: upgrade-kubernetes.md
434-
- name: Develop applications
426+
- name: Upgrade Kubernetes version
435427
items:
436-
- name: Deploy applications with Helm
437-
href: helm-deploy.md
438-
- name: Deploy Azure Arc-enabled data services
439-
href: deploy-arc-data-services.md
440-
- name: Deploy configurations using GitOps
441-
href: /azure/azure-arc/kubernetes/tutorial-use-gitops-flux2?toc=/azure/aks/hybrid/toc.json&bc=/azure/aks/hybrid/breadcrumb/toc.json
442-
- name: Implement CI/CD using GitOps
443-
href: /azure/azure-arc/kubernetes/tutorial-gitops-flux2-ci-cd?toc=/azure/aks/hybrid/toc.json&bc=/azure/aks/hybrid/breadcrumb/toc.json
444-
- name: Scale
445-
items:
446-
- name: Scale an AKS cluster
447-
href: scale-cluster.md
448-
- name: Use autoscaler
449-
items:
450-
- name: Use PowerShell
451-
href: work-with-horizontal-autoscaler.md
452-
- name: Use autoscaler profiles
453-
href: work-with-autoscaler-profiles.md
454-
- name: Restart, stop, restore
455-
items:
456-
- name: Restart, remove, or reinstall AKS
457-
href: restart-cluster.md
458-
- name: Stop and start an AKS cluster
459-
href: stop-start-cluster.md
460-
- name: Restore AKS cluster from disaster
461-
href: restore-aks-cluster.md
462-
- name: Back up or restore workload clusters using Velero
463-
href: backup-workload-cluster.md
464-
- name: Use Azure Arc Kubernetes
465-
items:
466-
- name: Connect to Azure Arc for Kubernetes
467-
href: connect-to-arc.md
468-
- name: Az module CLI commands
469-
href: /cli/azure/connectedk8s
470-
- name: Networking
471-
items:
472-
- name: Use proxy settings
473-
href: set-proxy-settings.md
474-
- name: Update proxy settings and certificates
475-
href: proxy-change.md
476-
- name: Configure load balancer
477-
href: configure-load-balancer.md
478-
- name: Use multiple load balancers
479-
href: multiple-load-balancers.md
480-
- name: Configure a custom load balancer
481-
href: configure-custom-load-balancer.md
482-
- name: Use an ingress controller
483-
href: create-ingress-controller.md
484-
- name: Use Microsoft Software Defined Networking (SDN)
485-
items:
486-
- name: Deploy SDN
487-
href: software-defined-networking.md
488-
- name: Deploy application clusters on different SDN virtual networks
489-
href: deploy-target-clusters-virtual-networks.md
490-
- name: Storage
491-
items:
492-
- name: Use persistent volumes
493-
href: persistent-volume.md
494-
- name: Security and authentication
495-
items:
496-
- name: Restrict SSH access
497-
href: restrict-ssh-access-22h2.md
498-
- name: Use Active Directory single sign-on
499-
href: ad-sso.md
500-
- name: Use Kubernetes RBAC with Microsoft Entra ID
501-
href: kubernetes-rbac-entra-id.md
502-
- name: Use Azure RBAC with AKS clusters
503-
href: azure-rbac-aks-hybrid.md
504-
- name: Update certificate bundle on container hosts
505-
href: update-certificate-bundle.md
506-
- name: Update certificates
507-
href: update-certificates.md
508-
- name: Secrets Store CSI Driver configuration
509-
href: secrets-store-csi-driver.md
510-
- name: Encrypt etcd secrets
511-
href: encrypt-secrets.md
512-
- name: Configure Defender for Azure Arc-enabled Kubernetes clusters
513-
href: /azure/security-center/defender-for-kubernetes-azure-arc?tabs=k8s-deploy-asc%2ck8s-verify-asc%2ck8s-remove-arc
514-
- name: Monitoring and logging
515-
items:
516-
- name: Use on-premises monitoring
517-
href: monitor-logging.md
518-
- name: Use Windows Server containers
519-
items:
520-
- name: Deploy .NET applications
521-
href: deploy-windows-application.md
522-
- name: Configure group Managed Service Account support
523-
href: prepare-windows-nodes-gmsa.md
524-
- name: Adapt apps for mixed-OS Kubernetes clusters
525-
href: adapt-apps-mixed-os-clusters.md
526-
- name: Develop and run applications
428+
- name: Use PowerShell
429+
href: upgrade.md
430+
- name: Use Windows Admin Center
431+
href: upgrade-kubernetes.md
432+
- name: Develop applications
433+
items:
434+
- name: Deploy applications with Helm
435+
href: helm-deploy.md
436+
- name: Deploy Azure Arc-enabled data services
437+
href: deploy-arc-data-services.md
438+
- name: Deploy configurations using GitOps
439+
href: /azure/azure-arc/kubernetes/tutorial-use-gitops-flux2?toc=/azure/aks/hybrid/toc.json&bc=/azure/aks/hybrid/breadcrumb/toc.json
440+
- name: Implement CI/CD using GitOps
441+
href: /azure/azure-arc/kubernetes/tutorial-gitops-flux2-ci-cd?toc=/azure/aks/hybrid/toc.json&bc=/azure/aks/hybrid/breadcrumb/toc.json
442+
- name: Scale
443+
items:
444+
- name: Scale an AKS cluster
445+
href: scale-cluster.md
446+
- name: Use autoscaler
447+
items:
448+
- name: Use PowerShell
449+
href: work-with-horizontal-autoscaler.md
450+
- name: Use autoscaler profiles
451+
href: work-with-autoscaler-profiles.md
452+
- name: Restart, stop, restore
453+
items:
454+
- name: Restart, remove, or reinstall AKS
455+
href: restart-cluster.md
456+
- name: Stop and start an AKS cluster
457+
href: stop-start-cluster.md
458+
- name: Restore AKS cluster from disaster
459+
href: restore-aks-cluster.md
460+
- name: Back up or restore workload clusters using Velero
461+
href: backup-workload-cluster.md
462+
- name: Use Azure Arc Kubernetes
463+
items:
464+
- name: Connect to Azure Arc for Kubernetes
465+
href: connect-to-arc.md
466+
- name: Az module CLI commands
467+
href: /cli/azure/connectedk8s
468+
- name: Networking
469+
items:
470+
- name: Use proxy settings
471+
href: set-proxy-settings.md
472+
- name: Update proxy settings and certificates
473+
href: proxy-change.md
474+
- name: Configure load balancer
475+
href: configure-load-balancer.md
476+
- name: Use multiple load balancers
477+
href: multiple-load-balancers.md
478+
- name: Configure a custom load balancer
479+
href: configure-custom-load-balancer.md
480+
- name: Use an ingress controller
481+
href: create-ingress-controller.md
482+
- name: Use Microsoft Software Defined Networking (SDN)
527483
items:
528-
- name: Install existing applications with Helm
529-
href: kubernetes-helm.md
530-
- name: Use OpenFaaS
531-
href: openfaas.md
532-
- name: Use Bridge to Kubernetes with Visual Studio Code
533-
href: https://code.visualstudio.com/docs/containers/bridge-to-kubernetes
534-
- name: Use Bridge to Kubernetes with Visual Studio
535-
href: /visualstudio/containers/bridge-to-kubernetes
536-
- name: Deploy a Java application with Open Liberty or WebSphere Liberty
537-
href: deploy-java-liberty-app.md
538-
- name: Deploy Linux applications
539-
href: deploy-linux-application.md
540-
- name: Helper scripts
541-
items:
542-
- name: Set up multiple administrators
543-
href: set-multiple-administrators.md
544-
- name: Remove old PowerShell modules
545-
href: https://github.com/Azure/aks-hci/issues/130
484+
- name: Deploy SDN
485+
href: software-defined-networking.md
486+
- name: Deploy application clusters on different SDN virtual networks
487+
href: deploy-target-clusters-virtual-networks.md
488+
- name: Storage
489+
items:
490+
- name: Use persistent volumes
491+
href: persistent-volume.md
492+
- name: Security and authentication
493+
items:
494+
- name: Restrict SSH access
495+
href: restrict-ssh-access-22h2.md
496+
- name: Use Active Directory single sign-on
497+
href: ad-sso.md
498+
- name: Use Kubernetes RBAC with Microsoft Entra ID
499+
href: kubernetes-rbac-entra-id.md
500+
- name: Use Azure RBAC with AKS clusters
501+
href: azure-rbac-aks-hybrid.md
502+
- name: Update certificate bundle on container hosts
503+
href: update-certificate-bundle.md
504+
- name: Update certificates
505+
href: update-certificates.md
506+
- name: Secrets Store CSI Driver configuration
507+
href: secrets-store-csi-driver.md
508+
- name: Encrypt etcd secrets
509+
href: encrypt-secrets.md
510+
- name: Configure Defender for Azure Arc-enabled Kubernetes clusters
511+
href: /azure/security-center/defender-for-kubernetes-azure-arc?tabs=k8s-deploy-asc%2ck8s-verify-asc%2ck8s-remove-arc
512+
- name: Monitoring and logging
513+
items:
514+
- name: Use on-premises monitoring
515+
href: monitor-logging.md
516+
- name: Use Windows Server containers
517+
items:
518+
- name: Deploy .NET applications
519+
href: deploy-windows-application.md
520+
- name: Configure group Managed Service Account support
521+
href: prepare-windows-nodes-gmsa.md
522+
- name: Adapt apps for mixed-OS Kubernetes clusters
523+
href: adapt-apps-mixed-os-clusters.md
524+
- name: Develop and run applications
525+
items:
526+
- name: Install existing applications with Helm
527+
href: kubernetes-helm.md
528+
- name: Use OpenFaaS
529+
href: openfaas.md
530+
- name: Use Bridge to Kubernetes with Visual Studio Code
531+
href: https://code.visualstudio.com/docs/containers/bridge-to-kubernetes
532+
- name: Use Bridge to Kubernetes with Visual Studio
533+
href: /visualstudio/containers/bridge-to-kubernetes
534+
- name: Deploy a Java application with Open Liberty or WebSphere Liberty
535+
href: deploy-java-liberty-app.md
536+
- name: Deploy Linux applications
537+
href: deploy-linux-application.md
538+
- name: Helper scripts
539+
items:
540+
- name: Set up multiple administrators
541+
href: set-multiple-administrators.md
542+
- name: Remove old PowerShell modules
543+
href: https://github.com/Azure/aks-hci/issues/130
546544
- name: Troubleshooting
547545
items:
548546
- name: Uninstall AKS cluster provisioning from Azure preview

AKS-Hybrid/blogs-announcements.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
title: AKS enabled by Azure Arc blogs and announcements
3+
description: Learn about the latest blogs and announcements for Azure Kubernetes Service (AKS) enabled by Azure Arc.
4+
author: sethmanheim
5+
ms.author: sethm
6+
ms.date: 12/3/2024
7+
ms.topic: conceptual
8+
9+
---
10+
11+
# Blogs and announcements
12+
13+
This article provides a list of blogs and announcements for Azure Kubernetes Service (AKS) enabled by Azure Arc.
14+
15+
See the [Microsoft Tech Community - Azure Arc Blogs](https://techcommunity.microsoft.com/tag/azure%20arc?nodeId=board%3AAzureArcBlog) for a complete list of relevant articles.
16+
17+
## 2024
18+
19+
| Month | News |
20+
|-|-|
21+
| Nov | *Blog*: [Speed Innovation with Arc-enabled Kubernetes Applications](https://techcommunity.microsoft.com/blog/azurearcblog/speed-innovation-with-arc-enabled-kubernetes-applications/4298658) <br/> *Blog*: [AKS Arc - Optimized for AI Workloads](https://techcommunity.microsoft.com/blog/azurearcblog/aks-arc---optimized-for-ai-workloads/4292435) <br/>*Blog*: [Introducing Azure Local, cloud infrastructure for distributed locations enabled by Azure Arc](https://techcommunity.microsoft.com/blog/azurearcblog/introducing-azure-local-cloud-infrastructure-for-distributed-locations-enabled-b/4296017) <br/>*(Azure Local pricing includes AKS enabled by Arc)*<br/> *Video*: [Azure Local with lost cost hardware](https://youtu.be/yxlAfS9mh2E) <br/> *Video*: [Disconnected operations for Azure Local](https://www.youtube.com/watch?v=8VwhonI_Jq8)|
22+
| July | *Blog*: [Compare feature sets for AKS enabled by Azure Arc deployment options](https://techcommunity.microsoft.com/t5/azure-arc-blog/comparing-feature-sets-for-aks-enabled-by-azure-arc-deployment/ba-p/4188163)|
23+
| April | *Blog*: [Sneak peek at new Azure edge infrastructure at Hannover Messe 2024](https://techcommunity.microsoft.com/t5/azure-stack-blog/sneak-peek-at-new-azure-edge-infrastructure-at-hannover-messe/ba-p/4120256)|
24+
25+
## 2023
26+
27+
| Month | News |
28+
|-|-|
29+
| May | *Blog*: [Achieve distributed high availability: Stack HCI and AKS Hybrid](https://techcommunity.microsoft.com/t5/azure-architecture-blog/achieving-distributed-high-availability-stack-hci-and-aks-hybrid/ba-p/3820279) |
30+
| March | **GA**: [Bring all your workloads to the edge with AKS Edge Essentials. Now generally available!](https://techcommunity.microsoft.com/t5/internet-of-things-blog/bring-all-your-workloads-to-the-edge-with-aks-edge-essentials/ba-p/3765162) <br/> *Blog*: [Announcing the 3-year retirement of Windows Server 2019 on Azure Kubernetes Service and AKS hybrid](https://techcommunity.microsoft.com/t5/containers/announcing-the-3-year-retirement-of-windows-server-2019-on-azure/ba-p/3777341) <br/> *Blog*: [How do AKS and AKS on Azure Stack HCI compare?](https://techcommunity.microsoft.com/t5/azure-arc-blog/how-do-aks-and-aks-on-azure-stack-hci-compare/ba-p/3761670)|
31+
| Feb | **GA**: [AKS enabled by Azure Arc is now available on Azure Stack HCI 23H2](https://techcommunity.microsoft.com/t5/azure-stack-blog/aks-enabled-by-azure-arc-is-now-available-on-azure-stack-hci/ba-p/4045648) |
32+
33+
## 2021
34+
35+
| Month | News |
36+
|-|-|
37+
| June | **GA**: [Announcing the GA of Azure IoT Edge for Linux on Windows](https://techcommunity.microsoft.com/t5/internet-of-things-blog/announcing-the-ga-of-azure-iot-edge-for-linux-on-windows/ba-p/2477508) |
38+
| May | **GA**: [Azure Kubernetes Service on Azure Stack HCI now Generally Available](https://techcommunity.microsoft.com/t5/azure-stack-blog/azure-kubernetes-service-on-azure-stack-hci-now-generally/ba-p/2382390) |
39+
40+
## Next steps
41+
42+
[AKS enabled by Azure Arc overview](overview.md)

AKS-Hybrid/breadcrumb/toc.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
- name: Azure hybrid and multicloud documentation
1+
- name: Adaptive Cloud documentation
22
tocHref: /azure/adaptive-cloud/
33
topicHref: /azure/adaptive-cloud/index
44
items:
55
- name: AKS enabled by Azure Arc
6-
tocHref: /azure/aks/hybrid/
7-
topicHref: /azure/aks/hybrid/index
6+
tocHref: /azure/aks/aksarc/
7+
topicHref: /azure/aks/aksarc/index
88
### items:
99
### For contextual TOC
1010
- name: AKS enabled by Azure Arc
1111
tocHref: /azure/azure-arc/kubernetes/
12-
topicHref: /azure/aks/hybrid/index
12+
topicHref: /azure/aks/aksarc/index

AKS-Hybrid/create-clusters-terraform.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.date: 11/15/2024
1010

1111
# Create Kubernetes clusters using Terraform (preview)
1212

13-
This article describes how to create Kubernetes cluster in Azure Local using Terraform and Azure Verified Module. Th workflow is as follows:
13+
This article describes how to create Kubernetes clusters in Azure Local using Terraform and the Azure Verified Module. The workflow is as follows:
1414

1515
- Create an SSH key pair.
1616
- Create a Kubernetes cluster in Azure Local 23H2 using Terraform. By default, the cluster is Azure Arc-connected.

AKS-Hybrid/docfx.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"feedback_help_link_url": "https://github.com/Azure/aksArc/issues",
5454
"feedback_help_link_type": "get-product-support",
5555
"feedback_product_url": "https://feedback.azure.com/d365community/forum/a2f8da29-b853-ec11-8f8e-0022481f2fe7",
56-
"breadcrumb_path": "/azure/aks/hybrid/breadcrumb/toc.json",
56+
"breadcrumb_path": "/azure/aks/aksarc/breadcrumb/toc.json",
5757
"extendBreadcrumb": false,
5858
"manager":"femila",
5959
"ms.service": "azure-stack",
@@ -66,8 +66,8 @@
6666
"./**/*.md": "azure-kubernetes-service-hybrid"
6767
},
6868
"titleSuffix": {
69-
"**/*.md": "AKS hybrid",
70-
"aks-hci/**/*.md": "AKS hybrid"
69+
"**/*.md": "AKS enabled by Azure Arc",
70+
"azure-local/**/*.md": "AKS enabled by Azure Arc"
7171
},
7272
"feedback_product_url": {
7373
"aks-hci/**/*.md": "https://feedback.azure.com/d365community/forum/a2f8da29-b853-ec11-8f8e-0022481f2fe7"
@@ -76,6 +76,6 @@
7676
}
7777
},
7878
"template": [],
79-
"dest": "AKS-Hybrid"
79+
"dest": "AKS-Arc"
8080
}
8181
}

0 commit comments

Comments
 (0)