azure-aks-edge-essentials

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Azure Kubernetes Service Edge Essentials Skill

Azure Kubernetes Service Edge Essentials 技能文档

This skill provides expert guidance for Azure Kubernetes Service Edge Essentials. Covers troubleshooting, best practices, decision making, architecture & design patterns, limits & quotas, security, configuration, integrations & coding patterns, and deployment. It combines local quick-reference content with remote documentation fetching capabilities.
本技能为Azure Kubernetes Service Edge Essentials提供专业指导,涵盖故障排查、最佳实践、决策制定、架构与设计模式、限制与配额、安全、配置、集成与编码模式以及部署。它结合了本地快速参考内容与远程文档获取功能。

How to Use This Skill

如何使用本技能

IMPORTANT for Agent: Use the Category Index below to locate relevant sections. For categories with line ranges (e.g.,
L35-L120
), use
read_file
with the specified lines. For categories with file links (e.g.,
[security.md](security.md)
), use
read_file
on the linked reference file
IMPORTANT for Agent: If
metadata.generated_at
is more than 3 months old, suggest the user pull the latest version from the repository. If
mcp_microsoftdocs
tools are not available, suggest the user install it: Installation Guide
This skill requires network access to fetch documentation content:
  • Preferred: Use
    mcp_microsoftdocs:microsoft_docs_fetch
    with query string
    from=learn-agent-skill
    . Returns Markdown.
  • Fallback: Use
    fetch_webpage
    with query string
    from=learn-agent-skill&accept=text/markdown
    . Returns Markdown.
Agent 重要提示:使用下方的分类索引定位相关章节。对于带有行范围的分类(如
L35-L120
),使用
read_file
读取指定行内容。对于带有文件链接的分类(如
[security.md](security.md)
),使用
read_file
读取链接的参考文件
Agent 重要提示:如果
metadata.generated_at
已超过3个月,建议用户从仓库拉取最新版本。如果
mcp_microsoftdocs
工具不可用,建议用户安装该工具:安装指南
本技能需要网络访问权限以获取文档内容:
  • 首选方式:使用
    mcp_microsoftdocs:microsoft_docs_fetch
    ,并携带查询字符串
    from=learn-agent-skill
    ,返回Markdown格式内容。
  • 备用方式:使用
    fetch_webpage
    ,并携带查询字符串
    from=learn-agent-skill&accept=text/markdown
    ,返回Markdown格式内容。

Category Index

分类索引

CategoryLinesDescription
TroubleshootingL37-L86Diagnosing and fixing AKS Edge/Arc cluster issues: installs, upgrades, networking, storage, security, logs, certificates, known issues, and using tools/PowerShell for deep troubleshooting.
Best PracticesL87-L94Best practices for AKS Edge/Arc: applying Azure Policy, recovering clusters after management VM loss, and safely upgrading Kubernetes/workload clusters via PowerShell or Admin Center
Decision MakingL95-L107Guidance on choosing AKS Edge/Arc vs cloud/on-prem, supported versions/add-ons, monitoring, pricing/licensing, support, and planning migrations or retirement of older AKS/Windows Server setups
Architecture & Design PatternsL108-L114Designing AKS on Windows Server for Azure Local: high availability on two-node setups, SDN VNet architectures, and deployment patterns for AKS Arc target clusters.
Limits & QuotasL115-L126Hardware, storage, IP capacity, scale limits, supported Kubernetes versions, and support policies for AKS Edge Essentials, AKS on Azure Local, and AKS Arc clusters.
SecurityL127-L160Auth, RBAC, SSH, certificates, key/secret encryption, gMSA, and container security for AKS Edge/Arc/Hybrid clusters on Windows Server and Azure Local.
ConfigurationL161-L241Configuring AKS Edge/Arc/hybrid clusters: networking, storage, load balancers, autoscaling, Arc connectivity, Windows/Linux node settings, monitoring, upgrades, and offline/host setup.
Integrations & Coding PatternsL242-L300Integrating AKS Edge/Arc/hybrid with Azure and on-prem services: REST/CLI/PowerShell management, storage/backup, CSI, networking, IoT/OPC/ONVIF, TPM, AI model deploy, and Key Vault secrets.
DeploymentL301-L337Deploying, upgrading, and managing AKS Edge/AKS hybrid/AKS Arc clusters and node pools (Linux/Windows/GPU), including installs, updates, removals, offline/disconnected ops, and system requirements
分类行范围描述
故障排查L37-L86诊断并修复AKS Edge/Arc集群问题:安装、升级、网络、存储、安全、日志、证书、已知问题,以及使用工具/PowerShell进行深度故障排查。
最佳实践L87-L94AKS Edge/Arc的最佳实践:应用Azure Policy、管理VM丢失后恢复集群、通过PowerShell或管理中心安全升级Kubernetes/工作负载集群
决策制定L95-L107关于选择AKS Edge/Arc与云/本地部署、支持的版本/附加组件、监控、定价/许可、支持服务,以及规划旧版AKS/Windows Server架构迁移或退役的指导
架构与设计模式L108-L114为Azure Local设计Windows Server上的AKS:双节点设置的高可用性、SDN虚拟网络架构,以及AKS Arc目标集群的部署模式。
限制与配额L115-L126AKS Edge Essentials、Azure Local上的AKS以及AKS Arc集群的硬件、存储、IP容量、规模限制、支持的Kubernetes版本和支持策略。
安全L127-L160Windows Server和Azure Local上的AKS Edge/Arc/混合集群的认证、RBAC、SSH、证书、密钥/机密加密、gMSA和容器安全。
配置L161-L241配置AKS Edge/Arc/混合集群:网络、存储、负载均衡器、自动扩缩容、Arc连接、Windows/Linux节点设置、监控、升级,以及离线/主机设置。
集成与编码模式L242-L300将AKS Edge/Arc/混合集群与Azure和本地服务集成:REST/CLI/PowerShell管理、存储/备份、CSI、网络、IoT/OPC/ONVIF、TPM、AI模型部署和Key Vault机密。
部署L301-L337部署、升级和管理AKS Edge/AKS混合/AKS Arc集群及节点池(Linux/Windows/GPU),包括安装、更新、移除、离线/断开连接操作和系统要求

Troubleshooting

故障排查

TopicURL
Run AKS Arc diagnostic checker for cluster failureshttps://learn.microsoft.com/en-us/azure/aks/aksarc/aks-arc-diagnostic-checker
Resolve known issues in AKS enabled by Azure Archttps://learn.microsoft.com/en-us/azure/aks/aksarc/aks-arc-known-issues
Collect and use AKS Edge Essentials logs for troubleshootinghttps://learn.microsoft.com/en-us/azure/aks/aksarc/aks-edge-resources-logs
Troubleshoot common AKS Edge Essentials issueshttps://learn.microsoft.com/en-us/azure/aks/aksarc/aks-edge-troubleshoot-overview
Retrieve kubelet logs from AKS Arc nodeshttps://learn.microsoft.com/en-us/azure/aks/aksarc/aks-get-kubelet-logs
Troubleshoot common Kubernetes issues in AKS Archttps://learn.microsoft.com/en-us/azure/aks/aksarc/aks-troubleshoot
Review known issues and workarounds for AKS Arc on VMwarehttps://learn.microsoft.com/en-us/azure/aks/aksarc/aks-vmware-known-issues
Request support and troubleshoot AKS Arc on VMwarehttps://learn.microsoft.com/en-us/azure/aks/aksarc/aks-vmware-support-troubleshoot
Use troubleshooting guide for AKS Arc on VMware errorshttps://learn.microsoft.com/en-us/azure/aks/aksarc/aks-vmware-troubleshooting-guide
Resolve AKS Arc cluster creation failures after Azure Local upgradehttps://learn.microsoft.com/en-us/azure/aks/aksarc/cluster-create-fails-after-azure-local-upgrade
Fix K8sVersionValidation errors in AKS Archttps://learn.microsoft.com/en-us/azure/aks/aksarc/cluster-k8s-version
Fix AKS Arc cluster unhealthy after Kubernetes upgradehttps://learn.microsoft.com/en-us/azure/aks/aksarc/cluster-unhealthy-after-kubernetes-upgrade
Fix AKS Edge Arc cluster stuck upgradinghttps://learn.microsoft.com/en-us/azure/aks/aksarc/cluster-upgrade-status
Troubleshoot BGP with FRR and MetalLB in AKS Archttps://learn.microsoft.com/en-us/azure/aks/aksarc/connectivity-troubleshoot
Resolve AKS Arc control plane configuration validation errorshttps://learn.microsoft.com/en-us/azure/aks/aksarc/control-plane-validation-errors
Resolve undeleted PDBs when removing AKS Edge clustershttps://learn.microsoft.com/en-us/azure/aks/aksarc/delete-cluster-pdb
Mitigate AKS Arc issues after storage volume deletionhttps://learn.microsoft.com/en-us/azure/aks/aksarc/delete-storage-volume
Remove deleted AKS Arc clusters still visible in portalhttps://learn.microsoft.com/en-us/azure/aks/aksarc/deleted-cluster-visible
Monitor and troubleshoot etcd secret encryption in AKS Archttps://learn.microsoft.com/en-us/azure/aks/aksarc/encrypt-secrets
Resolve repeated Entra prompts with kubectl and RBAC on AKS Archttps://learn.microsoft.com/en-us/azure/aks/aksarc/entra-prompts
Fix AKS Arc cluster create or scale failures due to VHD image issueshttps://learn.microsoft.com/en-us/azure/aks/aksarc/gallery-image-not-usable
Collect on-demand AKS Arc logs for Microsoft supporthttps://learn.microsoft.com/en-us/azure/aks/aksarc/get-on-demand-logs
Fix AKS Arc cluster creation failures with GPU default node poolshttps://learn.microsoft.com/en-us/azure/aks/aksarc/gpu-enabled-cluster-issue
General known issues when running AKS on Windows Serverhttps://learn.microsoft.com/en-us/azure/aks/aksarc/known-issues
Fix Arc connection errors for AKS workload clustershttps://learn.microsoft.com/en-us/azure/aks/aksarc/known-issues-arc
Resolve installation errors for AKS on Windows Serverhttps://learn.microsoft.com/en-us/azure/aks/aksarc/known-issues-installation
Troubleshoot networking problems in AKS Arc clustershttps://learn.microsoft.com/en-us/azure/aks/aksarc/known-issues-networking
Troubleshoot security and identity issues in AKS Archttps://learn.microsoft.com/en-us/azure/aks/aksarc/known-issues-security
Troubleshoot storage issues in AKS on Windows Serverhttps://learn.microsoft.com/en-us/azure/aks/aksarc/known-issues-storage
Fix uninstall problems for AKS on Windows Serverhttps://learn.microsoft.com/en-us/azure/aks/aksarc/known-issues-uninstall
Resolve upgrade issues for AKS Arc deploymentshttps://learn.microsoft.com/en-us/azure/aks/aksarc/known-issues-upgrade
Known Windows Admin Center issues for AKS Archttps://learn.microsoft.com/en-us/azure/aks/aksarc/known-issues-windows-admin-center
Troubleshoot AKS Arc management and workload clustershttps://learn.microsoft.com/en-us/azure/aks/aksarc/known-issues-workload-clusters
Troubleshoot kube-apiserver connectivity from Arc Resource Bridgehttps://learn.microsoft.com/en-us/azure/aks/aksarc/kube-api-server-unreachable
Resolve control plane disk exhaustion from kube-apiserver audit logs in AKS Archttps://learn.microsoft.com/en-us/azure/aks/aksarc/kube-apiserver-log-overflow
Monitor Kubernetes object events in AKS Archttps://learn.microsoft.com/en-us/azure/aks/aksarc/kubernetes-monitor-object-events
Fix .local domain network validation error in AKS Archttps://learn.microsoft.com/en-us/azure/aks/aksarc/network-validation-error-local
Troubleshoot AKS Arc network validation errorshttps://learn.microsoft.com/en-us/azure/aks/aksarc/network-validation-errors
Repair AKS Edge KMS plugin with PowerShellhttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/aks-edge-ps/repair-aksedgekms
Collect AKS hybrid PowerShell module event logshttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/get-akshcieventlog
Collect AKS hybrid pod logs into zip archivehttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/get-akshcilogs
Repair AKS hybrid host certificates with Repair-AksHciCertshttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/repair-akshcicerts
Repair AKS hybrid cluster certificates with Repair-AksHciClusterCertshttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/repair-akshciclustercerts
Resolve AKS Arc storage provisioning and volume imbalance issueshttps://learn.microsoft.com/en-us/azure/aks/aksarc/storage-provision-issue
Use Support.AksArc PowerShell module for diagnosticshttps://learn.microsoft.com/en-us/azure/aks/aksarc/support-module
Mitigate high resource usage by AKS Arc telemetry podhttps://learn.microsoft.com/en-us/azure/aks/aksarc/telemetry-pod-resources
主题链接
运行AKS Arc诊断检查器排查集群故障https://learn.microsoft.com/en-us/azure/aks/aksarc/aks-arc-diagnostic-checker
解决Azure Arc启用的AKS中的已知问题https://learn.microsoft.com/en-us/azure/aks/aksarc/aks-arc-known-issues
收集并使用AKS Edge Essentials日志进行故障排查https://learn.microsoft.com/en-us/azure/aks/aksarc/aks-edge-resources-logs
排查AKS Edge Essentials常见问题https://learn.microsoft.com/en-us/azure/aks/aksarc/aks-edge-troubleshoot-overview
从AKS Arc节点检索kubelet日志https://learn.microsoft.com/en-us/azure/aks/aksarc/aks-get-kubelet-logs
排查AKS Arc中的常见Kubernetes问题https://learn.microsoft.com/en-us/azure/aks/aksarc/aks-troubleshoot
查看VMware上AKS Arc的已知问题与解决方法https://learn.microsoft.com/en-us/azure/aks/aksarc/aks-vmware-known-issues
为VMware上的AKS Arc请求支持并排查问题https://learn.microsoft.com/en-us/azure/aks/aksarc/aks-vmware-support-troubleshoot
使用VMware上AKS Arc的错误排查指南https://learn.microsoft.com/en-us/azure/aks/aksarc/aks-vmware-troubleshooting-guide
解决Azure Local升级后AKS Arc集群创建失败问题https://learn.microsoft.com/en-us/azure/aks/aksarc/cluster-create-fails-after-azure-local-upgrade
修复AKS Arc中的K8sVersionValidation错误https://learn.microsoft.com/en-us/azure/aks/aksarc/cluster-k8s-version
修复Kubernetes升级后AKS Arc集群不健康问题https://learn.microsoft.com/en-us/azure/aks/aksarc/cluster-unhealthy-after-kubernetes-upgrade
修复AKS Edge Arc集群升级卡住的问题https://learn.microsoft.com/en-us/azure/aks/aksarc/cluster-upgrade-status
排查AKS Arc中BGP与FRR、MetalLB的问题https://learn.microsoft.com/en-us/azure/aks/aksarc/connectivity-troubleshoot
解决AKS Arc控制平面配置验证错误https://learn.microsoft.com/en-us/azure/aks/aksarc/control-plane-validation-errors
解决删除AKS Edge集群时未删除的PDB问题https://learn.microsoft.com/en-us/azure/aks/aksarc/delete-cluster-pdb
缓解存储卷删除后AKS Arc的相关问题https://learn.microsoft.com/en-us/azure/aks/aksarc/delete-storage-volume
移除在门户中仍可见的已删除AKS Arc集群https://learn.microsoft.com/en-us/azure/aks/aksarc/deleted-cluster-visible
监控并排查AKS Arc中etcd机密加密问题https://learn.microsoft.com/en-us/azure/aks/aksarc/encrypt-secrets
解决AKS Arc上kubectl和RBAC重复出现的Entra提示问题https://learn.microsoft.com/en-us/azure/aks/aksarc/entra-prompts
修复由于VHD镜像问题导致的AKS Arc集群创建或扩缩容失败https://learn.microsoft.com/en-us/azure/aks/aksarc/gallery-image-not-usable
为微软支持收集按需AKS Arc日志https://learn.microsoft.com/en-us/azure/aks/aksarc/get-on-demand-logs
修复GPU默认节点池导致的AKS Arc集群创建失败问题https://learn.microsoft.com/en-us/azure/aks/aksarc/gpu-enabled-cluster-issue
Windows Server上运行AKS的常见已知问题https://learn.microsoft.com/en-us/azure/aks/aksarc/known-issues
修复AKS工作负载集群的Arc连接错误https://learn.microsoft.com/en-us/azure/aks/aksarc/known-issues-arc
解决Windows Server上AKS的安装错误https://learn.microsoft.com/en-us/azure/aks/aksarc/known-issues-installation
排查AKS Arc集群中的网络问题https://learn.microsoft.com/en-us/azure/aks/aksarc/known-issues-networking
排查AKS Arc中的安全与身份问题https://learn.microsoft.com/en-us/azure/aks/aksarc/known-issues-security
排查Windows Server上AKS的存储问题https://learn.microsoft.com/en-us/azure/aks/aksarc/known-issues-storage
修复Windows Server上AKS的卸载问题https://learn.microsoft.com/en-us/azure/aks/aksarc/known-issues-uninstall
解决AKS Arc部署的升级问题https://learn.microsoft.com/en-us/azure/aks/aksarc/known-issues-upgrade
Windows Admin Center中AKS Arc的已知问题https://learn.microsoft.com/en-us/azure/aks/aksarc/known-issues-windows-admin-center
排查AKS Arc管理集群与工作负载集群问题https://learn.microsoft.com/en-us/azure/aks/aksarc/known-issues-workload-clusters
排查Arc资源桥接器到kube-apiserver的连接问题https://learn.microsoft.com/en-us/azure/aks/aksarc/kube-api-server-unreachable
解决AKS Arc中kube-apiserver审计日志导致的控制平面磁盘耗尽问题https://learn.microsoft.com/en-us/azure/aks/aksarc/kube-apiserver-log-overflow
监控AKS Arc中的Kubernetes对象事件https://learn.microsoft.com/en-us/azure/aks/aksarc/kubernetes-monitor-object-events
修复AKS Arc中的.local域网络验证错误https://learn.microsoft.com/en-us/azure/aks/aksarc/network-validation-error-local
排查AKS Arc的网络验证错误https://learn.microsoft.com/en-us/azure/aks/aksarc/network-validation-errors
使用PowerShell修复AKS Edge KMS插件https://learn.microsoft.com/en-us/azure/aks/aksarc/reference/aks-edge-ps/repair-aksedgekms
收集AKS混合PowerShell模块事件日志https://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/get-akshcieventlog
将AKS混合Pod日志收集到ZIP归档文件https://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/get-akshcilogs
使用Repair-AksHciCerts修复AKS混合主机证书https://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/repair-akshcicerts
使用Repair-AksHciClusterCerts修复AKS混合集群证书https://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/repair-akshciclustercerts
解决AKS Arc存储配置与卷不平衡问题https://learn.microsoft.com/en-us/azure/aks/aksarc/storage-provision-issue
使用Support.AksArc PowerShell模块进行诊断https://learn.microsoft.com/en-us/azure/aks/aksarc/support-module
缓解AKS Arc遥测Pod的高资源占用问题https://learn.microsoft.com/en-us/azure/aks/aksarc/telemetry-pod-resources

Best Practices

最佳实践

TopicURL
Apply Azure policy best practices to AKS on Windows Serverhttps://learn.microsoft.com/en-us/azure/aks/aksarc/policy-guidance
Restore AKS Arc clusters after management VM failurehttps://learn.microsoft.com/en-us/azure/aks/aksarc/restore-aks-cluster
Upgrade AKS Arc workload clusters with PowerShellhttps://learn.microsoft.com/en-us/azure/aks/aksarc/upgrade
Upgrade AKS Arc Kubernetes version via Admin Centerhttps://learn.microsoft.com/en-us/azure/aks/aksarc/upgrade-kubernetes
主题链接
为Windows Server上的AKS应用Azure Policy最佳实践https://learn.microsoft.com/en-us/azure/aks/aksarc/policy-guidance
管理VM故障后恢复AKS Arc集群https://learn.microsoft.com/en-us/azure/aks/aksarc/restore-aks-cluster
使用PowerShell升级AKS Arc工作负载集群https://learn.microsoft.com/en-us/azure/aks/aksarc/upgrade
通过管理中心升级AKS Arc Kubernetes版本https://learn.microsoft.com/en-us/azure/aks/aksarc/upgrade-kubernetes

Decision Making

决策制定

TopicURL
Choose supported add-ons and extensions for AKS Archttps://learn.microsoft.com/en-us/azure/aks/aksarc/add-ons
Understand AKS Edge Essentials pricing and licensing optionshttps://learn.microsoft.com/en-us/azure/aks/aksarc/aks-edge-pricing
Choose monitoring and logging options for AKS Archttps://learn.microsoft.com/en-us/azure/aks/aksarc/aks-monitor-logging
Choose between AKS cloud, edge, and on-premiseshttps://learn.microsoft.com/en-us/azure/aks/aksarc/aks-platforms-compare
Plan for AKS on Windows Server architecture retirementhttps://learn.microsoft.com/en-us/azure/aks/aksarc/aks-windows-server-retirement
Evaluate AKS on Windows Server pricing and trialshttps://learn.microsoft.com/en-us/azure/aks/aksarc/pricing
Understand AKS on Windows Server support and responsibilityhttps://learn.microsoft.com/en-us/azure/aks/aksarc/support-policies
Select supported Kubernetes versions for AKS Archttps://learn.microsoft.com/en-us/azure/aks/aksarc/supported-kubernetes-versions
Plan migration from AKS Arc 2019 to 2022https://learn.microsoft.com/en-us/azure/aks/aksarc/windows-server-migration-guide

Architecture & Design Patterns

架构与设计模式

TopicURL
Understand AKS on Windows Server availability on two-node Azure Localhttps://learn.microsoft.com/en-us/azure/aks/aksarc/deploy-cluster-on-two-node-hci
Deploy AKS Arc target clusters across SDN VNetshttps://learn.microsoft.com/en-us/azure/aks/aksarc/deploy-target-clusters-virtual-networks
Architect AKS on Windows Server with SDN virtual networkinghttps://learn.microsoft.com/en-us/azure/aks/aksarc/software-defined-networking
主题链接
了解双节点Azure Local上Windows Server的AKS可用性https://learn.microsoft.com/en-us/azure/aks/aksarc/deploy-cluster-on-two-node-hci
跨SDN虚拟网络部署AKS Arc目标集群https://learn.microsoft.com/en-us/azure/aks/aksarc/deploy-target-clusters-virtual-networks
为Windows Server上的AKS设计SDN虚拟网络架构https://learn.microsoft.com/en-us/azure/aks/aksarc/software-defined-networking

Limits & Quotas

限制与配额

TopicURL
System and storage requirements for AKS on Azure Localhttps://learn.microsoft.com/en-us/azure/aks/aksarc/aks-arc-local-requirements
Check AKS Edge Essentials host system requirementshttps://learn.microsoft.com/en-us/azure/aks/aksarc/aks-edge-system-requirements
Plan IP address capacity for AKS Arc productionhttps://learn.microsoft.com/en-us/azure/aks/aksarc/aks-hci-ip-address-planning
Support policies and limitations for AKS on Azure Localhttps://learn.microsoft.com/en-us/azure/aks/aksarc/aks-on-azure-local-support-policy
Review AKS Arc on VMware cluster scale limitshttps://learn.microsoft.com/en-us/azure/aks/aksarc/aks-vmware-scale-requirements
Track AKS Arc on Azure Local release changeshttps://learn.microsoft.com/en-us/azure/aks/aksarc/aks-whats-new-local
Review tested resource limits and VM sizes for AKS on Windows Serverhttps://learn.microsoft.com/en-us/azure/aks/aksarc/concepts-support
Scale limits for AKS on Azure Local clustershttps://learn.microsoft.com/en-us/azure/aks/aksarc/scale-requirements

Security

安全

TopicURL
Configure AD single sign-on to AKS Arc API serverhttps://learn.microsoft.com/en-us/azure/aks/aksarc/ad-sso
Use Key Manager to rotate AKS Edge service account keyshttps://learn.microsoft.com/en-us/azure/aks/aksarc/aks-edge-howto-key-manager
Configure KMS-based secret encryption for AKS Edge Essentialshttps://learn.microsoft.com/en-us/azure/aks/aksarc/aks-edge-howto-secret-encryption
Configure workload identity on AKS Edge Essentialshttps://learn.microsoft.com/en-us/azure/aks/aksarc/aks-edge-workload-identity
Set up Azure RBAC authorization for AKS Arc clustershttps://learn.microsoft.com/en-us/azure/aks/aksarc/azure-rbac-aks-hybrid
Use Azure RBAC to control kubeconfig access in AKS Archttps://learn.microsoft.com/en-us/azure/aks/aksarc/azure-rbac-local
Manage certificates for secure communication in AKS on Windows Serverhttps://learn.microsoft.com/en-us/azure/aks/aksarc/certificates-overview
Apply security concepts for AKS on Windows Server clustershttps://learn.microsoft.com/en-us/azure/aks/aksarc/concepts-security
Configure SSH keys for AKS Arc cluster nodeshttps://learn.microsoft.com/en-us/azure/aks/aksarc/configure-ssh-keys
Implement container security in AKS on Windows Serverhttps://learn.microsoft.com/en-us/azure/aks/aksarc/container-security
Enable Microsoft Entra authentication for AKS Arc clustershttps://learn.microsoft.com/en-us/azure/aks/aksarc/enable-authentication-microsoft-entra-id
Encrypt Kubernetes etcd secrets in AKS on Azure Localhttps://learn.microsoft.com/en-us/azure/aks/aksarc/encrypt-etcd-secrets
Control AKS Arc access with Entra ID and Kubernetes RBAChttps://learn.microsoft.com/en-us/azure/aks/aksarc/kubernetes-rbac-entra-id
Configure Kubernetes RBAC with Microsoft Entra ID in AKS Archttps://learn.microsoft.com/en-us/azure/aks/aksarc/kubernetes-rbac-local
Configure gMSA-based AD authentication for AKS Windows containershttps://learn.microsoft.com/en-us/azure/aks/aksarc/prepare-windows-nodes-gmsa
Add gMSA credential spec for AKS hybridhttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/add-akshcigmsacredentialspec
Enable AKS hybrid Active Directory auth with Install-AksHciAdAuthhttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/install-akshciadauth
Install gMSA webhook addon on AKS hybrid with Install-AksHciGmsaWebhookhttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/install-akshcigmsawebhook
Rotate AKS hybrid cloud agent CA certificates with Invoke-AksHciRotateCACertificatehttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/invoke-akshcirotatecacertificate
Create AKS hybrid SSH configurations with New-AksHciSSHConfigurationhttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/new-akshcisshconfiguration
Delete AKS hybrid gMSA credential specs with Remove-AksHciGmsaCredentialSpechttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/remove-akshcigmsacredentialspec
Restrict SSH access to AKS Arc virtual machineshttps://learn.microsoft.com/en-us/azure/aks/aksarc/restrict-ssh-access
Restrict SSH access to AKS Arc virtual machineshttps://learn.microsoft.com/en-us/azure/aks/aksarc/restrict-ssh-access-22h2
Configure multiple administrators for AKS on Windows Serverhttps://learn.microsoft.com/en-us/azure/aks/aksarc/set-multiple-administrators
SSH into Windows and Linux worker nodes in AKS Archttps://learn.microsoft.com/en-us/azure/aks/aksarc/ssh-connect-to-windows-and-linux-worker-nodes
Securely connect to AKS Arc nodes using SSHhttps://learn.microsoft.com/en-us/azure/aks/aksarc/ssh-connection
Configure trusted certificate bundles for AKS Arc hostshttps://learn.microsoft.com/en-us/azure/aks/aksarc/update-certificate-bundle
Manage infrastructure and Kubernetes certificates in AKS Archttps://learn.microsoft.com/en-us/azure/aks/aksarc/update-certificates
Validate signed container images in AKS on Azure Localhttps://learn.microsoft.com/en-us/azure/aks/aksarc/validate-signed-container-images
Configure workload identity federation on AKS Arc clustershttps://learn.microsoft.com/en-us/azure/aks/aksarc/workload-identity
主题链接
配置AD单点登录到AKS Arc API服务器https://learn.microsoft.com/en-us/azure/aks/aksarc/ad-sso
使用密钥管理器轮换AKS Edge服务账户密钥https://learn.microsoft.com/en-us/azure/aks/aksarc/aks-edge-howto-key-manager
为AKS Edge Essentials配置基于KMS的机密加密https://learn.microsoft.com/en-us/azure/aks/aksarc/aks-edge-howto-secret-encryption
为AKS Edge Essentials配置工作负载身份https://learn.microsoft.com/en-us/azure/aks/aksarc/aks-edge-workload-identity
为AKS Arc集群设置Azure RBAC授权https://learn.microsoft.com/en-us/azure/aks/aksarc/azure-rbac-aks-hybrid
使用Azure RBAC控制AKS Arc中的kubeconfig访问https://learn.microsoft.com/en-us/azure/aks/aksarc/azure-rbac-local
管理Windows Server上AKS的安全通信证书https://learn.microsoft.com/en-us/azure/aks/aksarc/certificates-overview
为Windows Server上的AKS集群应用安全概念https://learn.microsoft.com/en-us/azure/aks/aksarc/concepts-security
为AKS Arc集群节点配置SSH密钥https://learn.microsoft.com/en-us/azure/aks/aksarc/configure-ssh-keys
在Windows Server上的AKS中实现容器安全https://learn.microsoft.com/en-us/azure/aks/aksarc/container-security
为AKS Arc集群启用Microsoft Entra身份验证https://learn.microsoft.com/en-us/azure/aks/aksarc/enable-authentication-microsoft-entra-id
在Azure Local上的AKS中加密Kubernetes etcd机密https://learn.microsoft.com/en-us/azure/aks/aksarc/encrypt-etcd-secrets
使用Entra ID和Kubernetes RBAC控制AKS Arc访问https://learn.microsoft.com/en-us/azure/aks/aksarc/kubernetes-rbac-entra-id
在AKS Arc中配置Microsoft Entra ID与Kubernetes RBAChttps://learn.microsoft.com/en-us/azure/aks/aksarc/kubernetes-rbac-local
为AKS Windows容器配置基于gMSA的AD身份验证https://learn.microsoft.com/en-us/azure/aks/aksarc/prepare-windows-nodes-gmsa
为AKS混合添加gMSA凭据规范https://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/add-akshcigmsacredentialspec
使用Install-AksHciAdAuth启用AKS混合Active Directory身份验证https://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/install-akshciadauth
使用Install-AksHciGmsaWebhook在AKS混合上安装gMSA Webhook附加组件https://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/install-akshcigmsawebhook
使用Invoke-AksHciRotateCACertificate轮换AKS混合云代理CA证书https://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/invoke-akshcirotatecacertificate
使用New-AksHciSSHConfiguration创建AKS混合SSH配置https://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/new-akshcisshconfiguration
使用Remove-AksHciGmsaCredentialSpec删除AKS混合gMSA凭据规范https://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/remove-akshcigmsacredentialspec
限制对AKS Arc虚拟机的SSH访问https://learn.microsoft.com/en-us/azure/aks/aksarc/restrict-ssh-access
限制对AKS Arc虚拟机的SSH访问https://learn.microsoft.com/en-us/azure/aks/aksarc/restrict-ssh-access-22h2
为Windows Server上的AKS配置多个管理员https://learn.microsoft.com/en-us/azure/aks/aksarc/set-multiple-administrators
通过SSH连接到AKS Arc的Windows和Linux工作节点https://learn.microsoft.com/en-us/azure/aks/aksarc/ssh-connect-to-windows-and-linux-worker-nodes
使用SSH安全连接到AKS Arc节点https://learn.microsoft.com/en-us/azure/aks/aksarc/ssh-connection
为AKS Arc主机配置受信任的证书捆绑包https://learn.microsoft.com/en-us/azure/aks/aksarc/update-certificate-bundle
管理AKS Arc中的基础设施与Kubernetes证书https://learn.microsoft.com/en-us/azure/aks/aksarc/update-certificates
在Azure Local上的AKS中验证签名的容器镜像https://learn.microsoft.com/en-us/azure/aks/aksarc/validate-signed-container-images
在AKS Arc集群上配置工作负载身份联合https://learn.microsoft.com/en-us/azure/aks/aksarc/workload-identity

Configuration

配置

TopicURL
Configure scheduling for mixed Linux/Windows AKS Arc clustershttps://learn.microsoft.com/en-us/azure/aks/aksarc/adapt-apps-mixed-os-clusters
Configure node taints for AKS Arc clustershttps://learn.microsoft.com/en-us/azure/aks/aksarc/aks-arc-use-node-taints
Configure networking for AKS Edge Essentials clustershttps://learn.microsoft.com/en-us/azure/aks/aksarc/aks-edge-concept-networking
Configure AKS Edge Essentials via aksedge-config.jsonhttps://learn.microsoft.com/en-us/azure/aks/aksarc/aks-edge-deployment-config-json
Enable GPU acceleration in AKS Edge Essentialshttps://learn.microsoft.com/en-us/azure/aks/aksarc/aks-edge-gpu
Connect AKS Edge Essentials clusters to Azure Archttps://learn.microsoft.com/en-us/azure/aks/aksarc/aks-edge-howto-connect-to-arc
Expose Kubernetes services on AKS Edge Essentialshttps://learn.microsoft.com/en-us/azure/aks/aksarc/aks-edge-howto-expose-service
Advanced AKS Edge Essentials configuration and scriptshttps://learn.microsoft.com/en-us/azure/aks/aksarc/aks-edge-howto-more-configs
Configure multiple NICs for AKS Edge Essentials Linux nodeshttps://learn.microsoft.com/en-us/azure/aks/aksarc/aks-edge-howto-multi-nic
Configure AKS Edge Essentials for offline installationhttps://learn.microsoft.com/en-us/azure/aks/aksarc/aks-edge-howto-offline-install
Prepare Windows host machines for AKS Edge Essentialshttps://learn.microsoft.com/en-us/azure/aks/aksarc/aks-edge-howto-setup-machine
Configure nested virtualization for AKS Edge Essentialshttps://learn.microsoft.com/en-us/azure/aks/aksarc/aks-edge-howto-setup-nested-environment
Uninstall AKS Edge Essentials from host machineshttps://learn.microsoft.com/en-us/azure/aks/aksarc/aks-edge-howto-uninstall
Update AKS Edge Essentials clusters onlinehttps://learn.microsoft.com/en-us/azure/aks/aksarc/aks-edge-howto-update
Use GitOps with Arc-enabled AKS Edge Essentialshttps://learn.microsoft.com/en-us/azure/aks/aksarc/aks-edge-howto-use-gitops
Use Local Path Provisioner storage on AKS Edge Essentialshttps://learn.microsoft.com/en-us/azure/aks/aksarc/aks-edge-howto-use-storage-local-path
Configure external NFS storage for AKS Edge Essentialshttps://learn.microsoft.com/en-us/azure/aks/aksarc/aks-edge-howto-use-storage-nfs
Update AKS Edge Essentials clusters offlinehttps://learn.microsoft.com/en-us/azure/aks/aksarc/aks-edge-hybrid-howto-update-offline
Configure Arc-enabled logical networks for AKS Archttps://learn.microsoft.com/en-us/azure/aks/aksarc/aks-networks
Configure Kubernetes extension for AKS Arc on VMwarehttps://learn.microsoft.com/en-us/azure/aks/aksarc/aks-vmware-install-kubernetes-extension
Retrieve admin kubeconfig for AKS Arc on VMware clustershttps://learn.microsoft.com/en-us/azure/aks/aksarc/aks-vmware-retrieve-kubeconfig
Enable Azure Arc gateway for AKS Arc connectivityhttps://learn.microsoft.com/en-us/azure/aks/aksarc/arc-gateway-aks-arc
Configure cluster autoscaler for AKS Archttps://learn.microsoft.com/en-us/azure/aks/aksarc/auto-scale-aks-arc
Configure Kubernetes cluster labels in AKS Archttps://learn.microsoft.com/en-us/azure/aks/aksarc/cluster-labels
Configure container networking for AKS on Windows Server applicationshttps://learn.microsoft.com/en-us/azure/aks/aksarc/concepts-container-networking
Configure node VM networking for AKS on Windows Serverhttps://learn.microsoft.com/en-us/azure/aks/aksarc/concepts-node-networking
Create and integrate custom load balancers with AKS Archttps://learn.microsoft.com/en-us/azure/aks/aksarc/configure-custom-load-balancer
Configure HAProxy load balancer for AKS Arc clustershttps://learn.microsoft.com/en-us/azure/aks/aksarc/configure-load-balancer
Use CSI disk drivers and storage classes in AKS Archttps://learn.microsoft.com/en-us/azure/aks/aksarc/container-storage-interface-disks
Use CSI disk drivers and storage classes in AKS Archttps://learn.microsoft.com/en-us/azure/aks/aksarc/container-storage-interface-disks-windows-server
Configure CSI file drivers for SMB/NFS in AKS Archttps://learn.microsoft.com/en-us/azure/aks/aksarc/container-storage-interface-files
Configure CSI file drivers for SMB/NFS in AKS Archttps://learn.microsoft.com/en-us/azure/aks/aksarc/container-storage-interface-files-windows-server
Enable and query AKS Arc control plane metricshttps://learn.microsoft.com/en-us/azure/aks/aksarc/control-plane-metrics
Deploy MetalLB load balancer on AKS Arc via CLIhttps://learn.microsoft.com/en-us/azure/aks/aksarc/deploy-load-balancer-cli
Deploy MetalLB extension for AKS Arc using Azure portalhttps://learn.microsoft.com/en-us/azure/aks/aksarc/deploy-load-balancer-portal
Disable Windows node pool feature on older AKS Archttps://learn.microsoft.com/en-us/azure/aks/aksarc/disable-windows-nodepool
Enable Windows node pool feature on AKS Archttps://learn.microsoft.com/en-us/azure/aks/aksarc/howto-enable-windows-node-pools
Configure Kubernetes audit logging for AKS Archttps://learn.microsoft.com/en-us/azure/aks/aksarc/kubernetes-monitor-audit-events
Create and manage node pools in AKS on Azure Localhttps://learn.microsoft.com/en-us/azure/aks/aksarc/manage-node-pools
Configure Prometheus and EFK monitoring for AKS Archttps://learn.microsoft.com/en-us/azure/aks/aksarc/monitor-logging
Scale and manage multiple HAProxy load balancers in AKS Archttps://learn.microsoft.com/en-us/azure/aks/aksarc/multiple-load-balancers
Configure network prerequisites for AKS Arc clustershttps://learn.microsoft.com/en-us/azure/aks/aksarc/network-system-requirements
Provision and manage persistent volumes in AKS on Windows Serverhttps://learn.microsoft.com/en-us/azure/aks/aksarc/persistent-volume
Update noProxy and certificate settings in AKS Archttps://learn.microsoft.com/en-us/azure/aks/aksarc/proxy-change
Use AKS Edge Essentials PowerShell cmdletshttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/aks-edge-ps/
Install required AKS Edge host OS featureshttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/aks-edge-ps/install-aksedgehostfeatures
Create AKS Edge deployment configuration JSONhttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/aks-edge-ps/new-aksedgeconfig
Generate AKS Edge scale configuration templatehttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/aks-edge-ps/new-aksedgescaleconfig
Configure AKS Edge Kubernetes upgrade policyhttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/aks-edge-ps/set-aksedgeupgrade
Test AKS Edge Azure Arc connection statushttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/aks-edge-ps/test-aksedgearcconnection
Validate AKS Edge network parameters pre-deploymenthttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/aks-edge-ps/test-aksedgenetworkparameters
Disable Azure Arc connection on AKS hybridhttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/disable-akshciarcconnection
Enable Azure Arc connection on AKS hybridhttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/enable-akshciarcconnection
Get AKS hybrid autoscaler profile settingshttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/get-akshciautoscalerprofile
Retrieve AKS hybrid deployment billing statushttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/get-akshcibillingstatus
Get AKS hybrid cluster virtual network settingshttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/get-akshciclusternetwork
Get AKS hybrid host configuration settingshttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/get-akshciconfig
Initialize AKS hybrid nodes with Initialize-AksHciNodehttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/initialize-akshcinode
Deploy Prometheus-based monitoring on AKS hybrid with Install-AksHciMonitoringhttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/install-akshcimonitoring
Create AKS hybrid autoscaler profiles with New-AksHciAutoScalerProfilehttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/new-akshciautoscalerprofile
Define AKS hybrid cluster networks with New-AksHciClusterNetworkhttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/new-akshciclusternetwork
Configure AKS hybrid load balancers with New-AksHciLoadBalancerSettinghttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/new-akshciloadbalancersetting
Create AKS hybrid network settings with New-AksHciNetworkSettinghttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/new-akshcinetworksetting
Create AKS hybrid proxy configurations with New-AksHciProxySettinghttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/new-akshciproxysetting
Create AKS hybrid storage containers with New-AksHciStorageContainerhttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/new-akshcistoragecontainer
Remove AKS hybrid autoscaler profiles with Remove-AksHciAutoScalerProfilehttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/remove-akshciautoscalerprofile
Remove AKS hybrid cluster networks with Remove-AksHciClusterNetworkhttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/remove-akshciclusternetwork
Update AKS hybrid autoscaler profiles with Set-AksHciAutoScalerProfilehttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/set-akshciautoscalerprofile
Scale and configure AKS hybrid clusters with Set-AksHciClusterhttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/set-akshcicluster
Update AKS hybrid host configuration with Set-AksHciConfighttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/set-akshciconfig
Scale and modify AKS hybrid node pools with Set-AksHciNodePoolhttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/set-akshcinodepool
Configure AKS hybrid offline download with Set-AksHciOffsiteConfighttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/set-akshcioffsiteconfig
Register AKS hybrid with Azure using Set-AksHciRegistrationhttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/set-akshciregistration
Retrieve admin kubeconfig for AKS Arc clustershttps://learn.microsoft.com/en-us/azure/aks/aksarc/retrieve-admin-kubeconfig
Configure proxy server settings for AKS on Windows Serverhttps://learn.microsoft.com/en-us/azure/aks/aksarc/set-proxy-settings
Interpret AKS Arc validation tests before installationhttps://learn.microsoft.com/en-us/azure/aks/aksarc/validation-tests
Configure AKS Arc autoscaler profile parametershttps://learn.microsoft.com/en-us/azure/aks/aksarc/work-with-autoscaler-profiles
主题链接
为混合Linux/Windows AKS Arc集群配置调度https://learn.microsoft.com/en-us/azure/aks/aksarc/adapt-apps-mixed-os-clusters
为AKS Arc集群配置节点污点https://learn.microsoft.com/en-us/azure/aks/aksarc/aks-arc-use-node-taints
为AKS Edge Essentials集群配置网络https://learn.microsoft.com/en-us/azure/aks/aksarc/aks-edge-concept-networking
通过aksedge-config.json配置AKS Edge Essentialshttps://learn.microsoft.com/en-us/azure/aks/aksarc/aks-edge-deployment-config-json
在AKS Edge Essentials中启用GPU加速https://learn.microsoft.com/en-us/azure/aks/aksarc/aks-edge-gpu
将AKS Edge Essentials集群连接到Azure Archttps://learn.microsoft.com/en-us/azure/aks/aksarc/aks-edge-howto-connect-to-arc
在AKS Edge Essentials上暴露Kubernetes服务https://learn.microsoft.com/en-us/azure/aks/aksarc/aks-edge-howto-expose-service
AKS Edge Essentials的高级配置与脚本https://learn.microsoft.com/en-us/azure/aks/aksarc/aks-edge-howto-more-configs
为AKS Edge Essentials Linux节点配置多个网卡https://learn.microsoft.com/en-us/azure/aks/aksarc/aks-edge-howto-multi-nic
为AKS Edge Essentials配置离线安装https://learn.microsoft.com/en-us/azure/aks/aksarc/aks-edge-howto-offline-install
为AKS Edge Essentials准备Windows主机https://learn.microsoft.com/en-us/azure/aks/aksarc/aks-edge-howto-setup-machine
为AKS Edge Essentials配置嵌套虚拟化https://learn.microsoft.com/en-us/azure/aks/aksarc/aks-edge-howto-setup-nested-environment
从主机卸载AKS Edge Essentialshttps://learn.microsoft.com/en-us/azure/aks/aksarc/aks-edge-howto-uninstall
在线更新AKS Edge Essentials集群https://learn.microsoft.com/en-us/azure/aks/aksarc/aks-edge-howto-update
在启用Arc的AKS Edge Essentials中使用GitOpshttps://learn.microsoft.com/en-us/azure/aks/aksarc/aks-edge-howto-use-gitops
在AKS Edge Essentials上使用本地路径配置器存储https://learn.microsoft.com/en-us/azure/aks/aksarc/aks-edge-howto-use-storage-local-path
为AKS Edge Essentials配置外部NFS存储https://learn.microsoft.com/en-us/azure/aks/aksarc/aks-edge-howto-use-storage-nfs
离线更新AKS Edge Essentials集群https://learn.microsoft.com/en-us/azure/aks/aksarc/aks-edge-hybrid-howto-update-offline
为AKS Arc配置启用Arc的逻辑网络https://learn.microsoft.com/en-us/azure/aks/aksarc/aks-networks
为VMware上的AKS Arc配置Kubernetes扩展https://learn.microsoft.com/en-us/azure/aks/aksarc/aks-vmware-install-kubernetes-extension
检索VMware上AKS Arc集群的管理员kubeconfighttps://learn.microsoft.com/en-us/azure/aks/aksarc/aks-vmware-retrieve-kubeconfig
为AKS Arc连接启用Azure Arc网关https://learn.microsoft.com/en-us/azure/aks/aksarc/arc-gateway-aks-arc
为AKS Arc配置集群自动扩缩容https://learn.microsoft.com/en-us/azure/aks/aksarc/auto-scale-aks-arc
在AKS Arc中配置Kubernetes集群标签https://learn.microsoft.com/en-us/azure/aks/aksarc/cluster-labels
为Windows Server上的AKS应用配置容器网络https://learn.microsoft.com/en-us/azure/aks/aksarc/concepts-container-networking
为Windows Server上的AKS配置节点VM网络https://learn.microsoft.com/en-us/azure/aks/aksarc/concepts-node-networking
创建并集成自定义负载均衡器与AKS Archttps://learn.microsoft.com/en-us/azure/aks/aksarc/configure-custom-load-balancer
为AKS Arc集群配置HAProxy负载均衡器https://learn.microsoft.com/en-us/azure/aks/aksarc/configure-load-balancer
在AKS Arc中使用CSI磁盘驱动与存储类https://learn.microsoft.com/en-us/azure/aks/aksarc/container-storage-interface-disks
在AKS Arc中使用CSI磁盘驱动与存储类https://learn.microsoft.com/en-us/azure/aks/aksarc/container-storage-interface-disks-windows-server
为AKS Arc配置CSI文件驱动以支持SMB/NFShttps://learn.microsoft.com/en-us/azure/aks/aksarc/container-storage-interface-files
为AKS Arc配置CSI文件驱动以支持SMB/NFShttps://learn.microsoft.com/en-us/azure/aks/aksarc/container-storage-interface-files-windows-server
启用并查询AKS Arc控制平面指标https://learn.microsoft.com/en-us/azure/aks/aksarc/control-plane-metrics
通过CLI在AKS Arc上部署MetalLB负载均衡器https://learn.microsoft.com/en-us/azure/aks/aksarc/deploy-load-balancer-cli
使用Azure门户为AKS Arc部署MetalLB扩展https://learn.microsoft.com/en-us/azure/aks/aksarc/deploy-load-balancer-portal
在旧版AKS Arc上禁用Windows节点池功能https://learn.microsoft.com/en-us/azure/aks/aksarc/disable-windows-nodepool
在AKS Arc上启用Windows节点池功能https://learn.microsoft.com/en-us/azure/aks/aksarc/howto-enable-windows-node-pools
为AKS Arc配置Kubernetes审计日志https://learn.microsoft.com/en-us/azure/aks/aksarc/kubernetes-monitor-audit-events
在Azure Local上创建并管理AKS节点池https://learn.microsoft.com/en-us/azure/aks/aksarc/manage-node-pools
为AKS Arc配置Prometheus与EFK监控https://learn.microsoft.com/en-us/azure/aks/aksarc/monitor-logging
在AKS Arc中扩缩容并管理多个HAProxy负载均衡器https://learn.microsoft.com/en-us/azure/aks/aksarc/multiple-load-balancers
为AKS Arc集群配置网络先决条件https://learn.microsoft.com/en-us/azure/aks/aksarc/network-system-requirements
在Windows Server上的AKS中配置并管理持久卷https://learn.microsoft.com/en-us/azure/aks/aksarc/persistent-volume
在AKS Arc中更新noProxy与证书设置https://learn.microsoft.com/en-us/azure/aks/aksarc/proxy-change
使用AKS Edge Essentials PowerShell cmdlethttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/aks-edge-ps/
安装所需的AKS Edge主机OS功能https://learn.microsoft.com/en-us/azure/aks/aksarc/reference/aks-edge-ps/install-aksedgehostfeatures
创建AKS Edge部署配置JSONhttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/aks-edge-ps/new-aksedgeconfig
生成AKS Edge规模配置模板https://learn.microsoft.com/en-us/azure/aks/aksarc/reference/aks-edge-ps/new-aksedgescaleconfig
配置AKS Edge Kubernetes升级策略https://learn.microsoft.com/en-us/azure/aks/aksarc/reference/aks-edge-ps/set-aksedgeupgrade
测试AKS Edge Azure Arc连接状态https://learn.microsoft.com/en-us/azure/aks/aksarc/reference/aks-edge-ps/test-aksedgearcconnection
预部署验证AKS Edge网络参数https://learn.microsoft.com/en-us/azure/aks/aksarc/reference/aks-edge-ps/test-aksedgenetworkparameters
在AKS混合上禁用Azure Arc连接https://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/disable-akshciarcconnection
在AKS混合上启用Azure Arc连接https://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/enable-akshciarcconnection
获取AKS混合自动扩缩容配置文件设置https://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/get-akshciautoscalerprofile
检索AKS混合部署的计费状态https://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/get-akshcibillingstatus
获取AKS混合集群虚拟网络设置https://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/get-akshciclusternetwork
获取AKS混合主机配置设置https://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/get-akshciconfig
使用Initialize-AksHciNode初始化AKS混合节点https://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/initialize-akshcinode
使用Install-AksHciMonitoring在AKS混合上部署基于Prometheus的监控https://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/install-akshcimonitoring
使用New-AksHciAutoScalerProfile创建AKS混合自动扩缩容配置文件https://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/new-akshciautoscalerprofile
使用New-AksHciClusterNetwork定义AKS混合集群网络https://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/new-akshciclusternetwork
使用New-AksHciLoadBalancerSetting配置AKS混合负载均衡器https://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/new-akshciloadbalancersetting
使用New-AksHciNetworkSetting创建AKS混合网络设置https://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/new-akshcinetworksetting
使用New-AksHciProxySetting创建AKS混合代理配置https://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/new-akshciproxysetting
使用New-AksHciStorageContainer创建AKS混合存储容器https://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/new-akshcistoragecontainer
使用Remove-AksHciAutoScalerProfile删除AKS混合自动扩缩容配置文件https://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/remove-akshciautoscalerprofile
使用Remove-AksHciClusterNetwork删除AKS混合集群网络https://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/remove-akshciclusternetwork
使用Set-AksHciAutoScalerProfile更新AKS混合自动扩缩容配置文件https://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/set-akshciautoscalerprofile
使用Set-AksHciCluster扩缩容并配置AKS混合集群https://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/set-akshcicluster
使用Set-AksHciConfig更新AKS混合主机配置https://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/set-akshciconfig
使用Set-AksHciNodePool扩缩容并修改AKS混合节点池https://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/set-akshcinodepool
使用Set-AksHciOffsiteConfig配置AKS混合离线下载https://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/set-akshcioffsiteconfig
使用Set-AksHciRegistration将AKS混合注册到Azurehttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/set-akshciregistration
检索AKS Arc集群的管理员kubeconfighttps://learn.microsoft.com/en-us/azure/aks/aksarc/retrieve-admin-kubeconfig
为Windows Server上的AKS配置代理服务器设置https://learn.microsoft.com/en-us/azure/aks/aksarc/set-proxy-settings
解读AKS Arc安装前的验证测试https://learn.microsoft.com/en-us/azure/aks/aksarc/validation-tests
配置AKS Arc自动扩缩容配置文件参数https://learn.microsoft.com/en-us/azure/aks/aksarc/work-with-autoscaler-profiles

Integrations & Coding Patterns

集成与编码模式

TopicURL
Create AKS Arc clusters using Hybrid Container Service REST APIhttps://learn.microsoft.com/en-us/azure/aks/aksarc/aks-create-clusters-api
Discover and stream ONVIF cameras with Akri on AKS Edgehttps://learn.microsoft.com/en-us/azure/aks/aksarc/aks-edge-how-to-akri-onvif
Discover OPC UA servers with Akri on AKS Edgehttps://learn.microsoft.com/en-us/azure/aks/aksarc/aks-edge-how-to-akri-opc-ua
Access TPM from AKS Edge Essentials Linux VMhttps://learn.microsoft.com/en-us/azure/aks/aksarc/aks-edge-howto-access-tpm
Deploy Azure IoT Operations on AKS Edge Essentialshttps://learn.microsoft.com/en-us/azure/aks/aksarc/aks-edge-howto-deploy-azure-iot
Deploy Kubernetes metrics server on AKS Edge Essentialshttps://learn.microsoft.com/en-us/azure/aks/aksarc/aks-edge-howto-metric-server
Use az aksarc CLI commands for AKS Arc managementhttps://learn.microsoft.com/en-us/azure/aks/aksarc/aksarc
Back up AKS Arc clusters to Blob or MinIO with Velerohttps://learn.microsoft.com/en-us/azure/aks/aksarc/backup-workload-cluster
Connect AKS on Windows Server clusters to Azure Archttps://learn.microsoft.com/en-us/azure/aks/aksarc/connect-to-arc
Deploy AI models on AKS Arc with KAITO operatorhttps://learn.microsoft.com/en-us/azure/aks/aksarc/deploy-ai-model
Deploy from Azure Container Registry to AKS on Windows Serverhttps://learn.microsoft.com/en-us/azure/aks/aksarc/deploy-azure-container-registry
Deploy from Azure Container Registry to AKS Archttps://learn.microsoft.com/en-us/azure/aks/aksarc/deploy-container-registry
Collect AKS Arc logs using az aksarc CLIhttps://learn.microsoft.com/en-us/azure/aks/aksarc/logs
Manage AKS Arc node pools with az aksarchttps://learn.microsoft.com/en-us/azure/aks/aksarc/nodepool
Add-AksEdgeNode PowerShell reference for AKS Edge clustershttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/aks-edge-ps/add-aksedgenode
Connect-AksEdgeArc PowerShell reference for Arc onboardinghttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/aks-edge-ps/connect-aksedgearc
Copy-AksEdgeNodeFile PowerShell reference for node file transferhttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/aks-edge-ps/copy-aksedgenodefile
Disconnect-AksEdgeArc PowerShell reference for Arc removalhttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/aks-edge-ps/disconnect-aksedgearc
Get-AksEdgeDeploymentInfo PowerShell reference for AKS Edgehttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/aks-edge-ps/get-aksedgedeploymentinfo
Get-AksEdgeEventLog PowerShell reference for log collectionhttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/aks-edge-ps/get-aksedgeeventlog
Get-AksEdgeKubeConfig PowerShell reference for kubeconfig retrievalhttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/aks-edge-ps/get-aksedgekubeconfig
Get-AksEdgeLogs PowerShell reference for full log exporthttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/aks-edge-ps/get-aksedgelogs
Get-AksEdgeManagedServiceToken PowerShell referencehttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/aks-edge-ps/get-aksedgemanagedservicetoken
Get-AksEdgeNodeAddr PowerShell reference for node IP/MAChttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/aks-edge-ps/get-aksedgenodeaddr
Use Get-AksEdgeNodeConnectivityMode PowerShell cmdlethttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/aks-edge-ps/get-aksedgenodeconnectivitymode
Use Get-AksEdgeNodeName PowerShell cmdlethttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/aks-edge-ps/get-aksedgenodename
Use Get-AksEdgeUpgrade to query upgrade policyhttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/aks-edge-ps/get-aksedgeupgrade
Run SSH commands with Invoke-AksEdgeNodeCommandhttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/aks-edge-ps/invoke-aksedgenodecommand
Use AksHci PowerShell module to manage AKS hybridhttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/
Access AKS hybrid cluster credentials for kubectlhttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/get-akshcicredential
Use Get-AksHciNodePool to list AKS hybrid node poolshttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/get-akshcinodepool
Retrieve AKS hybrid proxy settings with Get-AksHciProxySettinghttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/get-akshciproxysetting
Get AKS hybrid registration info using Get-AksHciRegistrationhttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/get-akshciregistration
Download AKS hybrid release bits with Get-AksHciReleasehttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/get-akshcirelease
Query AKS hybrid storage containers with Get-AksHciStorageContainerhttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/get-akshcistoragecontainer
List AKS on Azure Local updates using Get-AksHciUpdateshttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/get-akshciupdates
Check AKS hybrid Kubernetes version with Get-AksHciVersionhttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/get-akshciversion
List supported AKS hybrid VM sizes with Get-AksHciVmSizehttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/get-akshcivmsize
Install CSI NFS plugin on AKS hybrid with Install-AksHciCsiNfshttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/install-akshcicsinfs
Install CSI SMB plugin on AKS hybrid with Install-AksHciCsiSmbhttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/install-akshcicsismb
Use Sync-AksHciBilling to trigger AKS hybrid billing synchttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/sync-akshcibilling
Use Test-UpdateAksHci to check AKS hybrid support windowhttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/test-updateakshci
Use Uninstall-AksHci to remove AKS hybrid deploymenthttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/uninstall-akshci
Use Uninstall-AksHciAdAuth to remove AKS hybrid AD authhttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/uninstall-akshciadauth
Use Uninstall-AksHciCsiNfs to remove AKS hybrid NFS CSIhttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/uninstall-akshcicsinfs
Use Uninstall-AksHciCsiSmb to remove AKS hybrid SMB CSIhttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/uninstall-akshcicsismb
Use Uninstall-AksHciGmsaWebhook to remove AKS hybrid gMSA webhookhttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/uninstall-akshcigmsawebhook
Use Uninstall-AksHciMonitoring to remove AKS hybrid monitoringhttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/uninstall-akshcimonitoring
Use Update-AksHci to upgrade AKS hybrid host Kuberneteshttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/update-akshci
Use Update-AksHciCertificates to rotate AKS hybrid management certshttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/update-akshcicertificates
Use Update-AksHciCluster to upgrade AKS hybrid workload clustershttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/update-akshcicluster
Use Update-AksHciClusterCertificates to rotate AKS hybrid workload certshttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/update-akshciclustercertificates
Integrate Secrets Store CSI and Key Vault with AKS Archttps://learn.microsoft.com/en-us/azure/aks/aksarc/secrets-store-csi-driver
List and select AKS Arc VM sizes via CLIhttps://learn.microsoft.com/en-us/azure/aks/aksarc/vmsize
Configure AKS Arc virtual networks using az aksarchttps://learn.microsoft.com/en-us/azure/aks/aksarc/vnet
主题链接
使用混合容器服务REST API创建AKS Arc集群https://learn.microsoft.com/en-us/azure/aks/aksarc/aks-create-clusters-api
在AKS Edge上使用Akri发现并流传输ONVIF摄像头https://learn.microsoft.com/en-us/azure/aks/aksarc/aks-edge-how-to-akri-onvif
在AKS Edge上使用Akri发现OPC UA服务器https://learn.microsoft.com/en-us/azure/aks/aksarc/aks-edge-how-to-akri-opc-ua
从AKS Edge Essentials Linux VM访问TPMhttps://learn.microsoft.com/en-us/azure/aks/aksarc/aks-edge-howto-access-tpm
在AKS Edge Essentials上部署Azure IoT Operationshttps://learn.microsoft.com/en-us/azure/aks/aksarc/aks-edge-howto-deploy-azure-iot
在AKS Edge Essentials上部署Kubernetes指标服务器https://learn.microsoft.com/en-us/azure/aks/aksarc/aks-edge-howto-metric-server
使用az aksarc CLI命令管理AKS Archttps://learn.microsoft.com/en-us/azure/aks/aksarc/aksarc
使用Velero将AKS Arc集群备份到Blob或MinIOhttps://learn.microsoft.com/en-us/azure/aks/aksarc/backup-workload-cluster
将Windows Server上的AKS集群连接到Azure Archttps://learn.microsoft.com/en-us/azure/aks/aksarc/connect-to-arc
使用KAITO operator在AKS Arc上部署AI模型https://learn.microsoft.com/en-us/azure/aks/aksarc/deploy-ai-model
从Azure容器注册表部署到Windows Server上的AKShttps://learn.microsoft.com/en-us/azure/aks/aksarc/deploy-azure-container-registry
从Azure容器注册表部署到AKS Archttps://learn.microsoft.com/en-us/azure/aks/aksarc/deploy-container-registry
使用az aksarc CLI收集AKS Arc日志https://learn.microsoft.com/en-us/azure/aks/aksarc/logs
使用az aksarc管理AKS Arc节点池https://learn.microsoft.com/en-us/azure/aks/aksarc/nodepool
AKS Edge集群的Add-AksEdgeNode PowerShell参考https://learn.microsoft.com/en-us/azure/aks/aksarc/reference/aks-edge-ps/add-aksedgenode
Arc onboard的Connect-AksEdgeArc PowerShell参考https://learn.microsoft.com/en-us/azure/aks/aksarc/reference/aks-edge-ps/connect-aksedgearc
节点文件传输的Copy-AksEdgeNodeFile PowerShell参考https://learn.microsoft.com/en-us/azure/aks/aksarc/reference/aks-edge-ps/copy-aksedgenodefile
Arc移除的Disconnect-AksEdgeArc PowerShell参考https://learn.microsoft.com/en-us/azure/aks/aksarc/reference/aks-edge-ps/disconnect-aksedgearc
AKS Edge的Get-AksEdgeDeploymentInfo PowerShell参考https://learn.microsoft.com/en-us/azure/aks/aksarc/reference/aks-edge-ps/get-aksedgedeploymentinfo
日志收集的Get-AksEdgeEventLog PowerShell参考https://learn.microsoft.com/en-us/azure/aks/aksarc/reference/aks-edge-ps/get-aksedgeeventlog
kubeconfig检索的Get-AksEdgeKubeConfig PowerShell参考https://learn.microsoft.com/en-us/azure/aks/aksarc/reference/aks-edge-ps/get-aksedgekubeconfig
完整日志导出的Get-AksEdgeLogs PowerShell参考https://learn.microsoft.com/en-us/azure/aks/aksarc/reference/aks-edge-ps/get-aksedgelogs
Get-AksEdgeManagedServiceToken PowerShell参考https://learn.microsoft.com/en-us/azure/aks/aksarc/reference/aks-edge-ps/get-aksedgemanagedservicetoken
节点IP/MAC的Get-AksEdgeNodeAddr PowerShell参考https://learn.microsoft.com/en-us/azure/aks/aksarc/reference/aks-edge-ps/get-aksedgenodeaddr
使用Get-AksEdgeNodeConnectivityMode PowerShell cmdlethttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/aks-edge-ps/get-aksedgenodeconnectivitymode
使用Get-AksEdgeNodeName PowerShell cmdlethttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/aks-edge-ps/get-aksedgenodename
使用Get-AksEdgeUpgrade查询升级策略https://learn.microsoft.com/en-us/azure/aks/aksarc/reference/aks-edge-ps/get-aksedgeupgrade
使用Invoke-AksEdgeNodeCommand运行SSH命令https://learn.microsoft.com/en-us/azure/aks/aksarc/reference/aks-edge-ps/invoke-aksedgenodecommand
使用AksHci PowerShell模块管理AKS混合https://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/
访问AKS混合集群的kubectl凭据https://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/get-akshcicredential
使用Get-AksHciNodePool列出AKS混合节点池https://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/get-akshcinodepool
使用Get-AksHciProxySetting检索AKS混合代理设置https://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/get-akshciproxysetting
使用Get-AksHciRegistration获取AKS混合注册信息https://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/get-akshciregistration
使用Get-AksHciRelease下载AKS混合版本文件https://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/get-akshcirelease
使用Get-AksHciStorageContainer查询AKS混合存储容器https://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/get-akshcistoragecontainer
使用Get-AksHciUpdates列出Azure Local上的AKS更新https://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/get-akshciupdates
使用Get-AksHciVersion检查AKS混合Kubernetes版本https://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/get-akshciversion
使用Get-AksHciVmSize列出支持的AKS混合VM规格https://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/get-akshcivmsize
使用Install-AksHciCsiNfs在AKS混合上安装CSI NFS插件https://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/install-akshcicsinfs
使用Install-AksHciCsiSmb在AKS混合上安装CSI SMB插件https://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/install-akshcicsismb
使用Sync-AksHciBilling触发AKS混合计费同步https://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/sync-akshcibilling
使用Test-UpdateAksHci检查AKS混合支持窗口https://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/test-updateakshci
使用Uninstall-AksHci移除AKS混合部署https://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/uninstall-akshci
使用Uninstall-AksHciAdAuth移除AKS混合AD身份验证https://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/uninstall-akshciadauth
使用Uninstall-AksHciCsiNfs移除AKS混合NFS CSIhttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/uninstall-akshcicsinfs
使用Uninstall-AksHciCsiSmb移除AKS混合SMB CSIhttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/uninstall-akshcicsismb
使用Uninstall-AksHciGmsaWebhook移除AKS混合gMSA Webhookhttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/uninstall-akshcigmsawebhook
使用Uninstall-AksHciMonitoring移除AKS混合监控https://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/uninstall-akshcimonitoring
使用Update-AksHci升级AKS混合主机Kuberneteshttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/update-akshci
使用Update-AksHciCertificates轮换AKS混合管理证书https://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/update-akshcicertificates
使用Update-AksHciCluster升级AKS混合工作负载集群https://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/update-akshcicluster
使用Update-AksHciClusterCertificates轮换AKS混合工作负载证书https://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/update-akshciclustercertificates
将Secrets Store CSI与Key Vault集成到AKS Archttps://learn.microsoft.com/en-us/azure/aks/aksarc/secrets-store-csi-driver
通过CLI列出并选择AKS Arc VM规格https://learn.microsoft.com/en-us/azure/aks/aksarc/vmsize
使用az aksarc配置AKS Arc虚拟网络https://learn.microsoft.com/en-us/azure/aks/aksarc/vnet

Deployment

部署

TopicURL
Uninstall AKS cluster provisioning preview before AKS Arc upgradehttps://learn.microsoft.com/en-us/azure/aks/aksarc/aks-hybrid-preview-uninstall
Check AKS Arc on VMware system requirements and supporthttps://learn.microsoft.com/en-us/azure/aks/aksarc/aks-vmware-system-requirements
Upgrade Kubernetes and OS for AKS Arc clustershttps://learn.microsoft.com/en-us/azure/aks/aksarc/cluster-upgrade
Deploy GPU-enabled node pools in AKS Archttps://learn.microsoft.com/en-us/azure/aks/aksarc/deploy-gpu-node-pool
Operate AKS Arc clusters in disconnected Azure Localhttps://learn.microsoft.com/en-us/azure/aks/aksarc/disconnected-operations-aks
Deploy Windows node pools and apps on AKS Archttps://learn.microsoft.com/en-us/azure/aks/aksarc/howto-create-windows-node-pools
Upgrade Windows Server versions on AKS Arc node poolshttps://learn.microsoft.com/en-us/azure/aks/aksarc/howto-upgrade-windows-os
Create new AKS Edge deployment with PowerShellhttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/aks-edge-ps/new-aksedgedeployment
Remove AKS Edge deployment from machinehttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/aks-edge-ps/remove-aksedgedeployment
Remove a local AKS Edge node from clusterhttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/aks-edge-ps/remove-aksedgenode
Drain AKS Edge node before removalhttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/aks-edge-ps/set-aksedgenodetodrain
Update AKS Edge control plane nodeshttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/aks-edge-ps/start-aksedgecontrolplaneupdate
Start AKS Edge node VM with PowerShellhttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/aks-edge-ps/start-aksedgenode
Start AKS Edge Essentials node update processhttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/aks-edge-ps/start-aksedgeupdate
Update AKS Edge worker nodes with PowerShellhttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/aks-edge-ps/start-aksedgeworkernodeupdate
Stop AKS Edge node VM with PowerShellhttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/aks-edge-ps/stop-aksedgenode
Verify AKS Edge deployment creation statushttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/aks-edge-ps/test-aksedgedeployment
Check AKS Edge node VM creation statushttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/aks-edge-ps/test-aksedgenode
Add physical node to AKS hybrid deploymenthttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/add-akshcinode
Disable offline image download for AKS hybridhttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/disable-akshciofflinedownload
Revert AKS hybrid from preview to stable channelhttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/disable-akshcipreview
Enable offline image download for AKS hybridhttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/enable-akshciofflinedownload
Enable AKS hybrid preview update channelhttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/enable-akshcipreview
List AKS hybrid managed Kubernetes clustershttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/get-akshcicluster
Check available AKS hybrid cluster upgradeshttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/get-akshciclusterupdates
List available Kubernetes versions for AKS hybridhttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/get-akshcikubernetesversion
Install AKS hybrid using Install-AksHci PowerShell cmdlethttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/install-akshci
Create AKS hybrid clusters using New-AksHciClusterhttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/new-akshcicluster
Create AKS hybrid node pools with New-AksHciNodePoolhttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/new-akshcinodepool
Delete AKS hybrid clusters using Remove-AksHciClusterhttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/remove-akshcicluster
Remove physical AKS hybrid nodes with Remove-AksHciNodehttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/remove-akshcinode
Delete AKS hybrid node pools with Remove-AksHciNodePoolhttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/remove-akshcinodepool
Restart AKS hybrid and reset clusters with Restart-AksHcihttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/restart-akshci
Verify system requirements for AKS on Windows Serverhttps://learn.microsoft.com/en-us/azure/aks/aksarc/system-requirements
主题链接
在AKS Arc升级前卸载AKS集群配置预览版https://learn.microsoft.com/en-us/azure/aks/aksarc/aks-hybrid-preview-uninstall
检查VMware上AKS Arc的系统要求与支持服务https://learn.microsoft.com/en-us/azure/aks/aksarc/aks-vmware-system-requirements
升级AKS Arc集群的Kubernetes与操作系统https://learn.microsoft.com/en-us/azure/aks/aksarc/cluster-upgrade
在AKS Arc上部署支持GPU的节点池https://learn.microsoft.com/en-us/azure/aks/aksarc/deploy-gpu-node-pool
在断开连接的Azure Local中操作AKS Arc集群https://learn.microsoft.com/en-us/azure/aks/aksarc/disconnected-operations-aks
在AKS Arc上部署Windows节点池与应用https://learn.microsoft.com/en-us/azure/aks/aksarc/howto-create-windows-node-pools
升级AKS Arc节点池上的Windows Server版本https://learn.microsoft.com/en-us/azure/aks/aksarc/howto-upgrade-windows-os
使用PowerShell创建新的AKS Edge部署https://learn.microsoft.com/en-us/azure/aks/aksarc/reference/aks-edge-ps/new-aksedgedeployment
从主机移除AKS Edge部署https://learn.microsoft.com/en-us/azure/aks/aksarc/reference/aks-edge-ps/remove-aksedgedeployment
从集群移除本地AKS Edge节点https://learn.microsoft.com/en-us/azure/aks/aksarc/reference/aks-edge-ps/remove-aksedgenode
在移除前排空AKS Edge节点https://learn.microsoft.com/en-us/azure/aks/aksarc/reference/aks-edge-ps/set-aksedgenodetodrain
更新AKS Edge控制平面节点https://learn.microsoft.com/en-us/azure/aks/aksarc/reference/aks-edge-ps/start-aksedgecontrolplaneupdate
使用PowerShell启动AKS Edge节点VMhttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/aks-edge-ps/start-aksedgenode
启动AKS Edge Essentials节点更新流程https://learn.microsoft.com/en-us/azure/aks/aksarc/reference/aks-edge-ps/start-aksedgeupdate
使用PowerShell更新AKS Edge工作节点https://learn.microsoft.com/en-us/azure/aks/aksarc/reference/aks-edge-ps/start-aksedgeworkernodeupdate
使用PowerShell停止AKS Edge节点VMhttps://learn.microsoft.com/en-us/azure/aks/aksarc/reference/aks-edge-ps/stop-aksedgenode
验证AKS Edge部署创建状态https://learn.microsoft.com/en-us/azure/aks/aksarc/reference/aks-edge-ps/test-aksedgedeployment
检查AKS Edge节点VM创建状态https://learn.microsoft.com/en-us/azure/aks/aksarc/reference/aks-edge-ps/test-aksedgenode
向AKS混合部署添加物理节点https://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/add-akshcinode
为AKS混合禁用离线镜像下载https://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/disable-akshciofflinedownload
将AKS混合从预览版恢复到稳定版通道https://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/disable-akshcipreview
为AKS混合启用离线镜像下载https://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/enable-akshciofflinedownload
启用AKS混合预览版更新通道https://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/enable-akshcipreview
列出AKS混合托管Kubernetes集群https://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/get-akshcicluster
检查AKS混合集群的可用升级https://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/get-akshciclusterupdates
列出AKS混合的可用Kubernetes版本https://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/get-akshcikubernetesversion
使用Install-AksHci PowerShell cmdlet安装AKS混合https://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/install-akshci
使用New-AksHciCluster创建AKS混合集群https://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/new-akshcicluster
使用New-AksHciNodePool创建AKS混合节点池https://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/new-akshcinodepool
使用Remove-AksHciCluster删除AKS混合集群https://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/remove-akshcicluster
使用Remove-AksHciNode移除AKS混合物理节点https://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/remove-akshcinode
使用Remove-AksHciNodePool删除AKS混合节点池https://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/remove-akshcinodepool
使用Restart-AksHci重启AKS混合并重置集群https://learn.microsoft.com/en-us/azure/aks/aksarc/reference/ps/restart-akshci
验证Windows Server上AKS的系统要求https://learn.microsoft.com/en-us/azure/aks/aksarc/system-requirements