Skip to content

Commit 9ab61e5

Browse files
committed
changed instruction
Signed-off-by: asubedy <[email protected]>
1 parent f88fb5c commit 9ab61e5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Consul can be manually installed on your Kubernetes cluster as well. Meshery offers a simple alternative way to do so.
22

3-
## 1. Select `Consul` from the Management menu
3+
## 1. Select `Consul` from the Lifecycle menu
44

55
![Meshery adapter for Consul](./assets/consul-adapter.png)
66

@@ -11,10 +11,10 @@ Consul can be manually installed on your Kubernetes cluster as well. Meshery off
1111

1212
![Install Consul using Meshery](./assets/install-consul.png)
1313

14-
To check if Istio is along with all the pieces that have been deployed, execute the following:
14+
To check if Consul is along with all the pieces that have been deployed, execute the following:
1515

1616
`kubectl get all -n consul-system`{{execute}}
1717

1818
The details of your configuration will also be reflected on the Meshery dashboard:
1919

20-
![Consul Deployed](./assets/consul-installed.png)
20+
![Consul Deployed](./assets/consul-installed.png)

Meshery-Adapters/consul-meshery-adapter/step3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ You will be notified of successful deployment:
1313

1414
## Expose your Sample Application
1515

16-
A sidecar injector is used for automating the injection of the Linkerd proxy into your application's pod spec. The Kubernetes admission controller enforces this behavior by sending a webhook request to the sidecar injector every time a pod is to be scheduled.
16+
A sidecar injector is used for automating the injection of the Consul proxy into your application's pod spec. The Kubernetes admission controller enforces this behavior by sending a webhook request to the sidecar injector every time a pod is to be scheduled.
1717

1818
You have already deployed the sidecar proxy injector when you installed Consul, which should be running in your control plane. To verify, execute this command:
1919

0 commit comments

Comments
 (0)