Skip to content

Commit

Permalink
Fix: Minor typo error in aks.md
Browse files Browse the repository at this point in the history
Signed-off-by: Aboobaker Siddiq R <aboobakersiddiq63@gmail.com>
  • Loading branch information
aboobakersiddiqr63 committed Oct 18, 2023
1 parent a01cffb commit 5d45b2d
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docs/pages/installation/aks.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Read through the following considerations prior to deploying Meshery on AKS.

### Preflight: Cluster Connectivity

1. Verfiy you connection to an Azure Kubernetes Services Cluster using Azure CLI.
1. Verify you connection to an Azure Kubernetes Services Cluster using Azure CLI.
1. Login to Azure account using [az login](https://learn.microsoft.com/en-us/cli/azure/authenticate-azure-cli).
1. After a successful login, identify the subscription associated with your AKS cluster:
{% capture code_content %}az account set --subscription [SUBSCRIPTION_ID]{% endcapture %}
Expand All @@ -53,6 +53,15 @@ Read through the following considerations prior to deploying Meshery on AKS.
{% capture code_content %}az aks get-credentials --resource-group [RESOURCE_GROUP] --name [AKS_SERVICE_NAME]{% endcapture %}
{% include code.html code=code_content %}

### Preflight: Plan your access to Meshery UI

1. If you are using port-forwarding, please refer to the [port-forwarding]({{ site.baseurl }}/reference/mesheryctl/system/dashboard) guide for detailed instructions.
2. If you are using a LoadBalancer, please refer to the [LoadBalancer]({{ site.baseurl }}/installation/platforms/kubernetes#exposing-meshery-serviceloadbalancer) guide for detailed instructions.
3. Customize your Meshery Provider Callback URL. Meshery Server supports customizing authentication flow callback URL, which can be configured in the following way:

{% capture code_content %}$ MESHERY_SERVER_CALLBACK_URL=https://custom-host mesheryctl system start{% endcapture %}
{% include code.html code=code_content %}

### Installation: Using `mesheryctl`

Use Meshery's CLI to streamline your connection to your AKS cluster. Configure Meshery to connect to your AKS cluster by executing:
Expand Down

0 comments on commit 5d45b2d

Please sign in to comment.