Skip to content

Commit 545f8a3

Browse files
LNM overview update.
1 parent 8a7ab57 commit 545f8a3

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ This walkthrough is an example of deploying Azure IoT Operations Preview to a sp
2222
>[!IMPORTANT]
2323
> This is an advanced scenario for Azure IoT Operations. You should complete the following quickstarts to get familiar with the basic concepts before you start this advanced scenario.
2424
> - [Deploy Azure IoT Layered Network Management to an AKS cluster](howto-deploy-aks-layered-network.md)
25-
> - [Quickstart: Run Azure IoT Operations Preview in GitHub Codespaces with K3s](../get-started-end-to-end-sample/quickstart-deploy.md)
25+
> - [Deployment overview - Azure IoT Operations Preview](../deploy-iot-ops/overview-deploy.md)
26+
> - [Prepare your Kubernetes cluster - Azure IoT Operations Preview](../deploy-iot-ops/howto-prepare-cluster.md)
27+
> - [Deploy Azure IoT Operations Preview to an Arc-enabled Kubernetes cluster - Azure IoT Operations Preview](../deploy-iot-ops/howto-deploy-iot-operations.md)
2628
>
2729
> 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.
2830

articles/iot-operations/manage-layered-network/howto-deploy-aks-layered-network.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ These steps deploy Layered Network Management to the AKS cluster. The cluster is
4848
1. To validate the installation was successful, run:
4949

5050
```bash
51-
kubectl get pods -n azure-iot-operations
51+
kubectl get pods
5252
```
5353

5454
You should see an output that looks like the following example:
@@ -65,7 +65,7 @@ These steps deploy Layered Network Management to the AKS cluster. The cluster is
6565
kind: Lnm
6666
metadata:
6767
name: level4
68-
namespace: azure-iot-operations
68+
namespace: default
6969
spec:
7070
image:
7171
pullPolicy: IfNotPresent
@@ -157,7 +157,7 @@ These steps deploy Layered Network Management to the AKS cluster. The cluster is
157157
1. To view the config maps, run:
158158

159159
```bash
160-
kubectl get cm -n azure-iot-operations
160+
kubectl get cm
161161
```
162162
The output should look like the following example:
163163
```
@@ -177,7 +177,7 @@ In level 3, you create a K3S Kubernetes cluster on a Linux virtual machine. To s
177177
1. On the Linux VM, install and configure K3S using the following commands:
178178

179179
```bash
180-
curl -sfL https://get.k3s.io | sh -s - --disable=traefik --write-kubeconfig-mode 644
180+
curl -sfL https://get.k3s.io | sh -s - --write-kubeconfig-mode 644
181181
```
182182
1. Configure network isolation for level 3. Use the following steps to configure the level 3 cluster to only send traffic to Layered Network Management in level 4.
183183
- Browse to the **network security group** of the VM's network interface.

articles/iot-operations/manage-layered-network/overview-layered-network.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.service: azure-iot-operations
1717

1818
[!INCLUDE [public-preview-note](../includes/public-preview-note.md)]
1919

20-
Azure IoT Layered Network Management service is a component that facilitates the connection between Azure and clusters in isolated network environment. In industrial scenarios, the isolated network follows the *[ISA-95](https://www.isa.org/standards-and-publications/isa-standards/isa-standards-committees/isa95)/[Purdue Network architecture](https://en.wikipedia.org/wiki/Purdue_Enterprise_Reference_Architecture)*. The Layered Network Management service can route the network traffic from a non-internet facing layer through an internet facing layer and then to Azure. This service is deployed and managed as a component of Azure IoT Operations Preview on Arc-enabled Kubernetes clusters. Review the network architecture of your solution and use the Layered Network Management service if it's applicable and necessary for your scenarios. If you integrated other mechanisms of controlling internet access for the isolated network, you should compare the functionality with Layered Network Management service and choose the one that fits your needs the best. Layered Network Management is an optional component and it's not a dependency for any feature of Azure IoT Operations Preview service.
20+
Azure IoT Layered Network Management service is a component that facilitates the connection between Azure and clusters in isolated network environment. In industrial scenarios, the isolated network follows the *[ISA-95](https://www.isa.org/standards-and-publications/isa-standards/isa-standards-committees/isa95)/[Purdue Network architecture](https://en.wikipedia.org/wiki/Purdue_Enterprise_Reference_Architecture)*. The Layered Network Management service can route the network traffic from a non-internet facing layer through an internet facing layer and then to Azure. You have to deploy the Layered Network Management and configure it properly for your network environemnt before deploying the Azure IoT Operations on Arc-enabled Kubernetes clusters. Review the network architecture of your solution and use the Layered Network Management service if it's applicable and necessary for your scenarios. If you integrated other mechanisms of controlling internet access for the isolated network, you should compare the functionality with Layered Network Management service and choose the one that fits your needs the best. Layered Network Management is an optional component and it's not a dependency for any feature of Azure IoT Operations service.
2121

2222
> [!IMPORTANT]
2323
> The network environments outlined in Layered Network Management documentation are examples for testing the Layered Network Management. It's not a recommendation of how you build your network and cluster topology for productional usage.

0 commit comments

Comments
 (0)