Skip to content

Commit fb55016

Browse files
Update L4 steps and AIO install steps
1 parent 0cb13b5 commit fb55016

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

articles/iot-operations/manage-layered-network/howto-configure-aks-edge-essentials-layered-network.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ This walkthrough is an example of deploying Azure IoT Operations to a special en
2323
> - [Deployment overview - Azure IoT Operations](../deploy-iot-ops/overview-deploy.md)
2424
> - [Prepare your Kubernetes cluster - Azure IoT Operations](../deploy-iot-ops/howto-prepare-cluster.md)
2525
> - [Deploy Azure IoT Operations to an Arc-enabled Kubernetes cluster - Azure IoT Operations](../deploy-iot-ops/howto-deploy-iot-operations.md)
26+
> - You can reuse the cloud dependencies you create for this trial to reduce the complexity when setting up Azure IoT Operations in a Purdue Network environment. For example, **Key vault**, **Managed Identity** and **Storage account**.
2627
>
2728
> You can't migrate a previously deployed Azure IoT Operations from its original network to an isolated network. For this scenario, follow the steps to begin with creating new clusters.
2829
@@ -61,17 +62,19 @@ The next step is to set up an Arc-enabled cluster in level 3 that's compatible f
6162
# [K3S Cluster](#tab/k3s)
6263

6364
- Follow the [Prepare your Azure Arc-enabled Kubernetes cluster](../deploy-iot-ops/howto-prepare-cluster.md) to set up and Arc-enable your K3s cluster.
64-
1. You can prepare your K3s cluster with internet access.
65-
1. After install the required software components and set up the K3s cluster, you can restrict the internet access for this cluster and rely on the **custom DNS** that is prepared from earlier steps to direct the network traffic to the Layered Network Management component at level 4.
66-
- If you choose to use CoreDNS instead of DNS server, you need to configure the [CoreDNS](howto-configure-layered-network.md#configure-custom-dns) after setup the K3S cluster.
65+
1. Prepare your K3s cluster with internet access.
66+
1. It is recommanded to install the kubectl client with [these steps](/azure/azure-arc/kubernetes/troubleshooting#azure-cli) to ensure kubectl client is installed properly for Arc-enablement.
6767
1. Proceed to Arc-enable the cluster.
68+
1. Before you disable internet access of your cluster, you also need to complete the [Prerequisites for deploying Azure IoT Operations](/azure/iot-operations/deploy-iot-ops/howto-deploy-iot-operations#prerequisites).
69+
1. After install the required software components and set up the K3s cluster, you can restrict the internet access for this cluster and configure the [CoreDNS](howto-configure-layered-network.md#configure-custom-dns) to redirect network traffic to your Layered Network Management service at level 4.
70+
6871

6972
# [AKS Edge Essentials](#tab/aksee)
7073

7174
- Follow the [Prepare your Azure Arc-enabled Kubernetes cluster](../deploy-iot-ops/howto-prepare-cluster.md) to set up and Arc-enable your AKS Edge Essentials cluster.
72-
1. You can prepare the AKS Edge Essentials with internet access.
73-
1. For the step of **Get the `objectID`** you run the command on a different machine that has internet access.
74-
1. After setting up the AKS Edge Essentials cluster, you can restrict the internet access for this cluster and rely on the **DNS server** that is prepared from earlier steps to direct the network traffic to the Layered Network Management component at level 4.
75+
1. Prepare the AKS Edge Essentials with internet access.
76+
1. Before you disable internet access of your cluster, you also need to complete the [Prerequisites for deploying Azure IoT Operations](/azure/iot-operations/deploy-iot-ops/howto-deploy-iot-operations#prerequisites).
77+
1. After setting up the AKS Edge Essentials cluster, you can restrict the internet access for this cluster and rely on the **DNS server** that is prepared from earlier steps to redirect the network traffic to the Layered Network Management service at level 4.
7578

7679
---
7780

articles/iot-operations/manage-layered-network/howto-configure-l4-cluster-layered-network.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,8 @@ Once your Kubernetes cluster is Arc-enabled, you can deploy the Layered Network
182182
Create the Layered Network Management custom resource.
183183
184184
1. Create a `lnm-cr.yaml` file as specified:
185+
- For debugging or experimentation, you can change the value of **loglevel** parameter to **debug**.
186+
- For more detail about the endpoints, see [Azure IoT Operations endpoints](/azure/iot-operations/deploy-iot-ops/overview-deploy#azure-iot-operations-endpoints).
185187
186188
```yaml
187189
apiVersion: layerednetworkmgmt.iotoperations.azure.com/v1beta1
@@ -298,7 +300,6 @@ Create the Layered Network Management custom resource.
298300
prefixLen: 0
299301
```
300302
301-
For debugging or experimentation, you can change the value of **loglevel** parameter to **debug**.
302303
303304
1. Create the Custom Resource to create a Layered Network Management instance.
304305
@@ -309,7 +310,7 @@ Create the Layered Network Management custom resource.
309310
1. View the Layered Network Management Kubernetes service:
310311
311312
```bash
312-
kubectl get services -n azure-iot-operations
313+
kubectl get services
313314
```
314315
315316
```output

0 commit comments

Comments
 (0)