You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This creates a configuration file called **aksedge-config.json** which includes the configuration needed to create a scalable cluster with a Linux node. The file is created in your current working directory. See the following examples for more options for creating the configuration file. A detailed description of the configuration parameters [is available here](aks-edge-deployment-config-json.md).
30
+
This command creates a configuration file named **aksedge-config.json**, which includes the configuration needed to create a scalable cluster with a Linux node. The file is created in your current working directory. See [Deployment JSON configuration](aks-edge-deployment-config-json.md) for detailed descriptions of the configuration parameters (such as proxy settings).
31
+
32
+
See the following examples for more options for creating the configuration file.
31
33
32
34
The key parameters to note for a scalable Kubernetes deployment are:
This command creates a configuration file called **aksedge-config.json** that includes the configuration needed to create a single-machine cluster with a Linux node. The file is created in your current working directory. See the following examples for more options for creating the configuration file.
28
28
29
-
A detailed description of the configuration parameters [is available here](aks-edge-deployment-config-json.md).
29
+
See [Deployment JSON configuration](aks-edge-deployment-config-json.md) for a detailed description of the configuration parameters.
30
30
31
31
The key parameters for single machine deployment are:
> See [Deployment JSON configuration](aks-edge-deployment-config-json.md) for all available options, including network settings such as proxy settings.
95
+
93
96
### Create a simple cluster with NodePort service
94
97
95
98
You can create a simple cluster with no service IPs (`ServiceIPRangeSize` set as 0):
Copy file name to clipboardExpand all lines: AKS-Hybrid/aks-edge-quickstart.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,9 @@ ms.custom: template-how-to
12
12
13
13
This quickstart describes how to set up an Azure Kubernetes Service (AKS) Edge Essentials single-machine K3S Linux-only cluster.
14
14
15
+
> [!NOTE]
16
+
> The purpose of this quickstart script is to ease the evaluation process. This script requires higher level credentials for a one-time setup of the Azure subscription. This is not intended for production use.
17
+
15
18
## Prerequisites
16
19
17
20
- See the [system requirements](aks-edge-system-requirements.md). For this quickstart, ensure that you have a minimum of 4.5 GB RAM free, 4 vCPUs and 20 GB free disk space.
@@ -53,6 +56,9 @@ This script automates the following steps:
53
56
- Installs the Azure Connected Machine Agent and connects the host machine to Arc for Servers.
54
57
- Connects the deployed cluster to Arc for connected Kubernetes.
55
58
59
+
> [!TIP]
60
+
> You can modify the `$aksedgeConfig` json content in the `AksEdgeQuickStart` script for any additional options. For available options, see [Deployment JSON configuration](aks-edge-deployment-config-json.md).
61
+
56
62
## Step 2: Deploy AKS Edge Essentials
57
63
58
64
In an elevated PowerShell prompt, run the `AksEdgeQuickStart.ps1` script. This brings up a K3s cluster:
| Number of concurrent AKS cluster creations on an ARB | 8 |
40
-
| Number of concurrent node pool creations on an ARB | 8 |
41
-
| Number of concurrent operations across all different AKS clusters such as upgrade/scaling, etc., excluding creating node pool or clusters per ARB | 32 |
42
-
| Number of long running operations that can be run simultaneously on an AKS cluster | 1 per cluster. |
33
+
| Scale item | Count |
34
+
|-------------|--------|
35
+
| Number of concurrent AKS cluster creations on an ARB | 8 |
36
+
| Number of concurrent node pool creations on an ARB | 8 |
37
+
| Number of concurrent operations across all different AKS clusters such as upgrade/scaling, etc., excluding creating node pool or clusters per ARB | 32 |
38
+
| Number of long running operations that can be run simultaneously on an AKS cluster | 1 per cluster. |
0 commit comments