-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add "Deploy wasmCloud on AKS article" #85
base: main
Are you sure you want to change the base?
Conversation
@Mossaka @squillace not sure of the right procedure for adding this article. |
Learn Build status updates of commit d3c2b7d:
|
File | Status | Preview URL | Details |
---|---|---|---|
articles/aks/openfaas.md | Details | ||
articles/aks/wasmcloud.md | Details |
articles/aks/openfaas.md
- Line 2, Column 8: [Warning: duplicate-titles - See documentation]
Title 'Use OpenFaaS on Azure Kubernetes Service (AKS) - Azure Kubernetes Service' is duplicated in: 'articles/aks/openfaas.md(2,8), articles/aks/wasmcloud.md(2,8)'. Titles must be unique within a docset.
- Line 3, Column 14: [Suggestion: duplicate-descriptions - See documentation]
Attribute 'description' with value 'Learn how to deploy and use OpenFaaS on an Azure Kubernetes Service (AKS) cluster to build serverless functions with containers.' is duplicated in 'articles/aks/openfaas.md(3,14)', 'articles/aks/wasmcloud.md(3,14)'.
articles/aks/wasmcloud.md
- Line 2, Column 8: [Warning: duplicate-titles - See documentation]
Title 'Use OpenFaaS on Azure Kubernetes Service (AKS) - Azure Kubernetes Service' is duplicated in: 'articles/aks/openfaas.md(2,8), articles/aks/wasmcloud.md(2,8)'. Titles must be unique within a docset.
- Line 3, Column 14: [Suggestion: duplicate-descriptions - See documentation]
Attribute 'description' with value 'Learn how to deploy and use OpenFaaS on an Azure Kubernetes Service (AKS) cluster to build serverless functions with containers.' is duplicated in 'articles/aks/openfaas.md(3,14)', 'articles/aks/wasmcloud.md(3,14)'.
- Line 7, Column 12: [Suggestion: ms-author-invalid - See documentation]
Invalid value for 'ms.author', 'protochron' is not a valid Microsoft alias.
For more details, please refer to the build report.
Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.
For any questions, please:
- Try searching the learn.microsoft.com contributor guides
- Post your question in the Learn support channel
@microsoft-github-policy-service agree |
This PR adds a new article to the AKS documentation describing how to deploy wasmCloud on AKS.
Learn Build status updates of commit b766340: 💡 Validation status: suggestions
articles/aks/wasmcloud.md
For more details, please refer to the build report. Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them. For any questions, please:
|
PRMerger Results
|
Learn Build status updates of commit f0cb834: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
PRMerger Results
|
The following users don't have valid GitHub IDs, or are not collaborators on this repo: tysonn, mkluck |
@squillace - can you review this? Note that all articles must be reviewed and owned by a Microsoft content professional... and the commits in this PR will have to move to the private repo for a full PR review after approval by a technical and content reviewer. please tag me or MicrosoftDocs/public-repo-pr-review-team whenever you need a response from us. Thanks. repo owners fyi: @Tysonn @mkluck #label:"aq-pr-triaged" |
I will review it too |
@@ -0,0 +1,218 @@ | |||
--- | |||
title: Use wasmCloud on Azure Kubernetes Service (AKS) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just to be consistent with SpinKube article: https://learn.microsoft.com/en-us/azure/aks/deploy-spinkube
I would suggest the title to be "Deploy wasmCloud to Azure Kubernetes Service (AKS) to run distributed WebAssembly (Wasm) workloads"
ms.date: 11/07/2024 | ||
--- | ||
|
||
# Use wasmCloud on Azure Kubernetes Service (AKS) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# Use wasmCloud on Azure Kubernetes Service (AKS) | |
# Deploy wasmCloud to Azure Kubernetes Service (AKS) to run distributed WebAssembly (Wasm) workloads |
--- | ||
|
||
# Use wasmCloud on Azure Kubernetes Service (AKS) | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add a paragraph describing what WebAssembly Components are
# Use wasmCloud on Azure Kubernetes Service (AKS) | ||
|
||
[wasmCloud][wasmcloud] is a CNCF project designed to fast-track the development, deployment and orchestration of WebAssembly components. This document details instructions on how to deploy wasmCloud on an Azure Kubernetes Service (AKS) cluster. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Describe what are the benefits of running WebAssembly workloads compare with container workloads
* You need an active Azure subscription. If you don't have one, create a [free account](https://azure.microsoft.com/free/) before you begin. | ||
* You need an AKS cluster. If you don't have an existing cluster, you can create one using the [Azure CLI](./learn/quick-kubernetes-deploy-cli.md), [Azure PowerShell](./learn/quick-kubernetes-deploy-powershell.md), or [Azure portal](./learn/quick-kubernetes-deploy-portal.md). | ||
* You need to install the wasmCloud CLI (wash). For installation options, see [wasmcloud-cli][wasmcloud-cli]. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Specify the versions for tools like wash
* You need an active Azure subscription. If you don't have one, create a [free account](https://azure.microsoft.com/free/) before you begin. | ||
* You need an AKS cluster. If you don't have an existing cluster, you can create one using the [Azure CLI](./learn/quick-kubernetes-deploy-cli.md), [Azure PowerShell](./learn/quick-kubernetes-deploy-powershell.md), or [Azure portal](./learn/quick-kubernetes-deploy-portal.md). | ||
* You need to install the wasmCloud CLI (wash). For installation options, see [wasmcloud-cli][wasmcloud-cli]. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Describe "## Limitations"
# By default, the chart installs NATS, Wadm, and wasmCloud Operator subcharts | ||
helm upgrade --install \ | ||
wasmcloud-platform \ | ||
--values https://raw.githubusercontent.com/wasmCloud/wasmcloud/main/charts/wasmcloud-platform/values.yaml \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider use a tagged version instead of "main"
```output | ||
Hello from Rust! | ||
``` | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add a section to clean up the resources
This PR adds a new article to the AKS documentation describing how to deploy wasmCloud on AKS.