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: content/learning-paths/servers-and-cloud-computing/envoy/_index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ learning_objectives:
13
13
- Verify Envoy is working correctly
14
14
15
15
prerequisites:
16
-
- To run envoy as a web server, you will need at least one [Arm based instance](/learning-paths/servers-and-cloud-computing/csp/) from a cloud service provider or an on-premises Arm server.
16
+
- To run Envoy as a web server, you will need at least one [Arm based instance](/learning-paths/servers-and-cloud-computing/csp/) from a cloud service provider or an on-premises Arm server.
17
17
- Network settings (firewalls and security groups) which allow communication on port 22 (SSH) and port 80 (HTTP).
Copy file name to clipboardExpand all lines: content/learning-paths/servers-and-cloud-computing/envoy/build_install_envoy.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,11 +8,11 @@ weight: 2 # 1 is first, 2 is second, etc.
8
8
layout: "learningpathall"
9
9
---
10
10
11
-
Envoy is an open-source, high-performance proxy service initially developed by Lyft and now maintained by the Cloud Native Computing Foundation (CNCF). It is designed to be a scalable, flexible, and low-latency service proxy, particularly well-suited for microservices architectures and containerized applications.
11
+
Envoy is an open-source, high-performance proxy service initially developed by Lyft and now maintained by the Cloud Native Computing Foundation (CNCF). It is designed to be a scalable, flexible, and low-latency service proxy, particularly well-suited for microservice architectures and containerized applications.
12
12
13
13
### Before you begin
14
14
15
-
In this section you will learn about different options to install, configure and connect to your Envoy server. If you already know how to deploy a Envoy server, you can skip this learning path, and instead explore the [Learn how to Tune Envoy](/learning-paths/servers-and-cloud-computing/envoy_tune/) learning path.
15
+
In this section you will learn about the different options available to install, configure and connect to your Envoy server. If you already know how to deploy a Envoy server, you can skip this learning path, and instead explore the [Learn how to Tune Envoy](/learning-paths/servers-and-cloud-computing/envoy_tune/) learning path.
16
16
17
17
### Arm deployment options
18
18
@@ -31,11 +31,11 @@ There are numerous ways to deploy Envoy on Arm: bare metal, cloud VMs, or the va
31
31
32
32
### Envoy installation options
33
33
34
-
You can install Envoy in a few different ways. The recommended ways are to download the latest Envoy [binary](https://github.com/envoyproxy/envoy/releases) for your target Arm platform or build it from source. You can follow the steps in this section to build envoy from source.
34
+
You can install Envoy in a few different ways. The recommended ways are to download the latest Envoy [binary](https://github.com/envoyproxy/envoy/releases) for your target Arm platform or build it from source. You can follow the steps in this section to build Envoy from source.
35
35
36
36
## Install Bazel
37
37
38
-
To build Envoy from source you will use Bazel.
38
+
To build Envoy from source you will need to use Bazel.
39
39
40
40
On your Ubuntu Linux Arm machine, run the following commands to install Bazel:
41
41
@@ -63,7 +63,7 @@ sudo apt-get install \
63
63
64
64
### Build Envoy from the source code
65
65
66
-
You will need to download and extract the prebuilt Clang+LLVM package from [LLVM official site](http://releases.llvm.org/download.html) as shown:
66
+
You will need to download and extract the prebuilt Clang + LLVM package from [LLVM official site](http://releases.llvm.org/download.html) as shown below:
0 commit comments