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
Copy file name to clipboardExpand all lines: articles/iot-operations/manage-layered-network/howto-configure-aks-edge-essentials-layered-network.md
+19-11Lines changed: 19 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,17 +53,28 @@ After you complete this section, the Layered Network Management service is ready
53
53
### Configure the custom DNS
54
54
55
55
In the local network, you need to set up the mechanism to redirect all the network traffic to the Layered Network Management service. Use the steps in [Configure custom DNS](howto-configure-layered-network.md#configure-custom-dns). In the article:
56
-
- If you choose the *CoreDNS* approach, you can skip to *Configure and Arc enable level 3 cluster* and configure the CoreDNS before your Arc-enable the level 3 cluster.
56
+
- If you choose the *CoreDNS* approach (only applicable for K3s cluster in L3), you can skip to *Configure and Arc enable level 3 cluster* and configure the CoreDNS before your Arc-enable the level 3 cluster.
57
57
- If you choose to use a *DNS server*, follow the steps to set up the DNS server before you move to the next section in this article.
58
58
59
59
### Configure and Arc enable level 3 cluster
60
60
61
-
The next step is to set up an Arc-enabled cluster in level 3 that's compatible for deploying Azure IoT Operations. Follow the steps in [Configure level 3 cluster in an isolated network](./howto-configure-l3-cluster-layered-network.md). You can choose either the AKS Edge Essentials or K3S as the Kubernetes platform.
61
+
The next step is to set up an Arc-enabled cluster in level 3 that's compatible for deploying Azure IoT Operations. You can choose either the AKS Edge Essentials or K3S as the Kubernetes platform.
62
62
63
-
When completing the steps, you need to:
64
-
- Install all the optional software.
65
-
- For the DNS setting, provide the local network IP of the DNS server that you configured in the earlier step.
66
-
- Complete the steps to connect the cluster to Azure Arc.
63
+
# [K3S Cluster](#tab/k3s)
64
+
65
+
- Follow the [Prepare your Azure Arc-enabled Kubernetes cluster](../deploy-iot-ops/howto-prepare-cluster.md&tabs=ubuntu) to setup and Arc-enable your K3s cluster.
66
+
1. In addition, you need to configure the custom DNS for this cluster.
67
+
- If you choose to use a local DNS server, and have completed the steps in previous section. You can proceed the cluster setup.
68
+
- If you choose to use CoreDNS, you need to completet the **Create a cluster** section with internet access, then configure the [CoreDNS](howto-configure-layered-network.md#configure-custom-dns) for this cluster.
69
+
1. Proceed to Arc-enable the cluster.
70
+
71
+
# [AKS Edge Essentials](#tab/aksee)
72
+
73
+
- Follow the [Prepare your Azure Arc-enabled Kubernetes cluster](../deploy-iot-ops/howto-prepare-cluster.md&tabs=aks-edge-essentials) to setup and Arc-enable your AKS Edge Essentials cluster.
74
+
1. You will have to complete the **DNS server** configuration from previous section before start.
75
+
1. For the step of **Get the `objectID`** you shall run the command on a different machine that have internet access.
76
+
77
+
---
67
78
68
79
### Verification
69
80
@@ -78,13 +89,10 @@ For more information, see [Access Kubernetes resources from Azure portal](/azure
78
89
79
90
Once your level 3 cluster is Arc-enabled, you can deploy IoT Operations to the cluster. All IoT Operations components are deployed to the level 3 cluster and connect to Arc through the Layered Network Management service. The data pipeline also routes through the Layered Network Management service.
80
91
81
-

82
-
83
-
Follow the steps in [Quickstart: Run Azure IoT Operations Preview in GitHub Codespaces with K3s](../get-started-end-to-end-sample/quickstart-deploy.md) to deploy IoT Operations to the level 3 cluster.
92
+
You can now follow the steps in [Deploy Azure IoT Operations Preview to an Arc-enabled Kubernetes cluster](../deploy-iot-ops/howto-deploy-iot-operations.md) to deploy IoT Operations to the level 3 cluster.
84
93
85
-
- In earlier steps, you completed the [prerequisites](../get-started-end-to-end-sample/quickstart-deploy.md#prerequisites) and [connected your cluster to Azure Arc](../get-started-end-to-end-sample/quickstart-deploy.md#connect-a-kubernetes-cluster-to-azure-arc) for Azure IoT Operations. You can review these steps to make sure nothing is missing.
94
+

86
95
87
-
- Start from the [Run Azure IoT Operations in Codespaces](../get-started-end-to-end-sample/quickstart-deploy.md#deploy-azure-iot-operations-preview) and complete all the further steps.
0 commit comments