@@ -42,7 +42,7 @@ GitHub Codespaces provides the most streamlined experience and can get the devel
42
42
43
43
[ ![ Open in GitHub Codespaces] ( https://github.com/codespaces/badge.svg )] ( https://codespaces.new/Azure/iot-operations-sdks?quickstart=1&editor=vscode )
44
44
45
- 1 . Once the codespace is created, you will have a container with the developer tools and a local k3s cluster running in k3d pre-installed.
45
+ 1 . Once the codespace is created, you will have a container with the developer tools and a local K3s cluster running in K3d pre-installed.
46
46
47
47
48
48
### [ Ubuntu] ( #tab/ubuntu )
@@ -70,13 +70,13 @@ GitHub Codespaces provides the most streamlined experience and can get the devel
70
70
This script does the following:
71
71
72
72
1. Install prerequisites including:
73
- 1. Docker if not already installed
74
- 1. k3d for managing Kubernetes clusters
75
- 1. Helm for Kubernetes package management
76
- 1. Step CLI for certificate management
77
- 1. Azure CLI and the Kubernetes CLI
78
- 1. k9s for Kubernetes cluster management
79
- 1. kubectl for Kubernetes management
73
+ 1. ` Docker` if not already installed
74
+ 1. ` k3d` to run lightweight Kubernetes clusters
75
+ 1. ` Helm` for Kubernetes package management
76
+ 1. ` Step CLI` for certificate management
77
+ 1. ` Azure CLI` for managing Azure resources
78
+ 1. ` kubectl ` (Kubernetes CLI) for interacting with Kubernetes clusters
79
+ 1. ` k9s ` for managing Kubernetes clusters
80
80
1. ** DELETE** any existing k3d cluster
81
81
1. Deploy a new k3d cluster
82
82
1. Set up port forwarding for ports ` 1883` , ` 8883` , and ` 8884` to enable TLS
@@ -164,12 +164,12 @@ GitHub Codespaces provides the most streamlined experience and can get the devel
164
164
This script does the following:
165
165
166
166
1. Install prerequisites including:
167
- 1. k3d for managing Kubernetes clusters
168
- 1. Helm for Kubernetes package management
169
- 1. Step CLI for certificate management
170
- 1. Azure CLI and the Kubernetes CLI
171
- 1. k9s for Kubernetes cluster management
172
- 1. kubectl for Kubernetes management
167
+ 1. ` k3d` to run lightweight Kubernetes clusters
168
+ 1. ` Helm` for Kubernetes package management
169
+ 1. ` Step CLI` for certificate management
170
+ 1. ` Azure CLI` for managing Azure resources
171
+ 1. ` kubectl ` (Kubernetes CLI) for interacting with Kubernetes clusters
172
+ 1. ` k9s ` for managing Kubernetes clusters
173
173
1. ** DELETE** any existing k3d cluster
174
174
1. Deploy a new k3d cluster
175
175
1. Set up port forwarding for ports ` 1883` , ` 8883` , and ` 8884` to enable TLS
0 commit comments