@@ -5,15 +5,31 @@ description: A guide on how to install, deploy, and upgrade Fluent Bit
5
5
6
6
<img referrerpolicy =" no-referrer-when-downgrade " src =" https://static.scarf.sh/a.png?x-pxid=e9732f9c-44a4-46d3-ab87-86138455c698 " />
7
7
8
- ## Container deployment
8
+ The Fluent Bit telemetry agent is available for Linux, macOS, Windows, and BSD family operating systems.
9
+
10
+ If you're interested in learning about Fluent Bit, you can try out the [ sandbox environment] ( ../about/sandbox-and-lab-resources.md ) .
11
+
12
+ ## Requirements
13
+
14
+ All Fluent Bit installations must meet certain [ requirements] ( ./requirements.md ) .
15
+
16
+ ## Supported platforms and packages
17
+
18
+ Fluent Bit software is available for a variety of platforms and can be installed using several methods.
19
+
20
+ You can [ direct download and compile the source code] ( ../installation/sources/README.md ) .
21
+
22
+ To select a package for a container or operating system, use the instructions for that option from the following links:
23
+
24
+ ### Container deployment
9
25
10
26
| Deployment Type | Instructions |
11
27
| ----------------- | -------------------------------------------------- |
12
28
| Kubernetes | [ Deploy on Kubernetes] ( kubernetes.md#installation ) |
13
29
| Docker | [ Deploy with Docker] ( docker.md ) |
14
30
| Containers on AWS | [ Deploy on Containers on AWS] ( aws-container.md ) |
15
31
16
- ## Install on Linux (packages)
32
+ ### Install on Linux (packages)
17
33
18
34
| Operating System | Installation instructions |
19
35
| ---------------------- | ------------------------- |
@@ -25,35 +41,28 @@ description: A guide on how to install, deploy, and upgrade Fluent Bit
25
41
| Yocto / Embedded Linux | [ Yocto / Embedded Linux] ( yocto-embedded-linux.md#fluent-bit-and-other-architectures ) |
26
42
| Buildroot / Embedded Linux | [ Buildroot / Embedded Linux] ( buildroot-embedded-linux.md ) |
27
43
28
- ## Install on Windows (packages)
44
+ ### Install on Windows (packages)
29
45
30
46
| Operating System | Installation instructions |
31
47
| ------------------- | ------------------------- |
32
48
| Windows Server 2019 | [ Windows Server ` EXE ` ] ( windows.md#installing-from-exe-installer ) , [ Windows Server ZIP] ( windows.md#installing-from-zip-archive ) |
33
49
| Windows 10 2019.03 | [ Windows ` EXE ` ] ( windows.md#installing-from-exe-installer ) , [ Windows ZIP] ( windows.md#installing-from-zip-archive ) |
34
50
35
- ## Install on macOS (packages)
51
+ ### Install on macOS (packages)
36
52
37
53
| Operating System | Installation instructions |
38
54
| ------------------- | --------------------------------------------- |
39
55
| macOS | [ Homebrew] ( macos.md#installing-from-homebrew ) |
40
56
41
- ## Compile from source (Linux, Windows, FreeBSD, macOS)
57
+ ### Compile from source (Linux, Windows, FreeBSD, macOS)
42
58
43
59
| Operating system | Installation instructions |
44
60
| ---------------- | ----------------------------------------------------------- |
45
61
| Linux, FreeBSD | [ Compile from source] ( sources/build-and-install.md ) |
46
62
| macOS | [ Compile from source] ( macos.md#compile-from-source ) |
47
63
| Windows | [ Compile from Source] ( windows.md#compile-from-source ) |
48
64
49
- ## Sandbox environment
50
-
51
- If you are interested in learning about Fluent Bit you can try out the sandbox environment:
52
-
53
- {% embed url="https://play.instruqt.com/embed/Fluent/tracks/fluent-bit-getting-started-101?token=em_S2zOzhhDQepM0vDS " %}
54
- Fluent Bit sandbox environment
55
- {% endembed %}
56
65
57
- ## Enterprise packages
66
+ ### Enterprise packages
58
67
59
- Fluent Bit packages are also provided by [ enterprise providers] ( https://fluentbit.io/enterprise ) for older end of life versions, Unix systems, and additional support and features including aspects like CVE backporting.
68
+ Fluent Bit packages are also provided by [ enterprise providers] ( https://fluentbit.io/enterprise ) for older end-of- life versions, Unix systems, or for additional support and features including aspects (such as CVE backporting) .
0 commit comments