Skip to content

Commit 954e4f3

Browse files
authored
Merge pull request #206151 from zr-msft/zr-aks-gh-action-update
[AKS] add GH actions and refactored related content
2 parents 5951421 + ce7895c commit 954e4f3

File tree

4 files changed

+195
-330
lines changed

4 files changed

+195
-330
lines changed

articles/aks/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
href: supported-kubernetes-versions.md
1111
- name: Add-ons, extensions, and other integrations
1212
href: integrations.md
13-
displayName: add-on, extensions, prometheus, grafana, openfaas, spark, istio, linkerd, consul
13+
displayName: add-on, extensions, prometheus, grafana, openfaas, spark, istio, linkerd, consul, github, actions
1414
- name: Solution architectures
1515
href: /azure/architecture/reference-architectures/containers/aks-start-here?bc=%2fazure%2faks%2fbreadcrumb%2ftoc.json&toc=%2fazure%2faks%2ftoc.json?WT.mc_id=AKSDOCSTOC
1616
- name: Quickstarts

articles/aks/index.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ landingContent:
4444
url: use-network-policies.md#create-an-aks-cluster-for-calico-network-policies
4545
- text: API Server VNet integration (preview)
4646
url: api-server-vnet-integration.md
47-
47+
- text: GitHub Actions for AKS
48+
url: integrations.md#github-actions
4849
- linkListType: concept
4950
links:
5051
- text: Kubernetes core concepts for AKS
@@ -186,4 +187,6 @@ landingContent:
186187
- text: Dapr cluster extension
187188
url: dapr.md
188189
- text: Cluster extensions
189-
url: cluster-extensions.md
190+
url: cluster-extensions.md
191+
- text: GitHub Actions for AKS
192+
url: integrations.md#github-actions

articles/aks/integrations.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Azure Kubernetes Service (AKS) provides additional, supported functionality for
1313

1414
## Add-ons
1515

16-
Add-ons are a fully-supported way to provide extra capabilities for your AKS cluster. Add-ons' installation, configuration, and lifecycle is managed by AKS. Use `az aks addon` to install an add-on or manage the add-ons for your cluster.
16+
Add-ons are a fully supported way to provide extra capabilities for your AKS cluster. Add-ons' installation, configuration, and lifecycle is managed by AKS. Use `az aks addon` to install an add-on or manage the add-ons for your cluster.
1717

1818
The following rules are used by AKS for applying updates to installed add-ons:
1919

@@ -44,6 +44,10 @@ Cluster extensions build on top of certain Helm charts and provide an Azure Reso
4444

4545
Both extensions and add-ons are supported ways to add functionality to your AKS cluster. When you install an add-on, the functionality is added as part of the AKS resource provider in the Azure API. When you install an extension, the functionality is added as part of a separate resource provider in the Azure API.
4646

47+
## GitHub Actions
48+
49+
GitHub Actions helps you automate your software development workflows from within GitHub. For more details on using GitHub Actions with Azure, see [What is GitHub Actions for Azures][github-actions]. For an example of using GitHub Actions with an AKS cluster, see [Build, test, and deploy containers to Azure Kubernetes Service using GitHub Actions][github-actions-aks].
50+
4751
## Open source and third-party integrations
4852

4953
You can install many open source and third-party integrations on your AKS cluster, but these open-source and third-party integrations are not covered by the [AKS support policy][aks-support-policy].
@@ -99,4 +103,17 @@ The below table shows a few examples of open-source and third-party integrations
99103
[keda]: keda-about.md
100104
[web-app-routing]: web-app-routing.md
101105
[maintenance-windows]: planned-maintenance.md
102-
[release-tracker]: release-tracker.md
106+
[release-tracker]: release-tracker.md
107+
[github-actions]: /azure/developer/github/github-actions
108+
[azure/aks-set-context]: https://github.com/Azure/aks-set-context
109+
[azure/k8s-set-context]: https://github.com/Azure/k8s-set-context
110+
[azure/k8s-bake]: https://github.com/Azure/k8s-bake
111+
[azure/k8s-create-secret]: https://github.com/Azure/k8s-create-secret
112+
[azure/k8s-deploy]: https://github.com/Azure/k8s-deploy
113+
[azure/k8s-lint]: https://github.com/Azure/k8s-lint
114+
[azure/setup-helm]: https://github.com/Azure/setup-helm
115+
[azure/setup-kubectl]: https://github.com/Azure/setup-kubectl
116+
[azure/k8s-artifact-substitute]: https://github.com/Azure/k8s-artifact-substitute
117+
[azure/aks-create-action]: https://github.com/Azure/aks-create-action
118+
[azure/aks-github-runner]: https://github.com/Azure/aks-github-runner
119+
[github-actions-aks]: kubernetes-action.md

0 commit comments

Comments
 (0)