1
1
---
2
- description : The following serves as a guide on how to install/ deploy/ upgrade Fluent Bit
2
+ description : A guide on how to install, deploy, and upgrade Fluent Bit
3
3
---
4
+ # Get started with Fluent Bit
4
5
5
6
<img referrerpolicy =" no-referrer-when-downgrade " src =" https://static.scarf.sh/a.png?x-pxid=e9732f9c-44a4-46d3-ab87-86138455c698 " />
6
7
7
- # Getting Started with Fluent Bit
8
+ ## Container deployment
8
9
9
- ## Container Deployment
10
-
11
- | Deployment Type | Instructions |
10
+ | Deployment Type | instructions |
12
11
| ----------------- | -------------------------------------------------- |
13
12
| Kubernetes | [ Deploy on Kubernetes] ( kubernetes.md#installation ) |
14
13
| Docker | [ Deploy with Docker] ( docker.md ) |
15
14
| Containers on AWS | [ Deploy on Containers on AWS] ( aws-container.md ) |
16
15
17
- ## Install on Linux (Packages )
16
+ ## Install on Linux (packages )
18
17
19
- | Operating System | Installation Instructions |
20
- | ---------------------- | -------------------------- |
18
+ | Operating System | Installation instructions |
19
+ | ---------------------- | ------------------------- |
21
20
| CentOS / Red Hat | [ CentOS 7] ( linux/redhat-centos.md#install-on-redhat-centos ) , [ CentOS 8] ( linux/redhat-centos.md#install-on-redhat-centos ) , [ CentOS 9 Stream] ( linux/redhat-centos.md#install-on-redhat-centos ) |
22
21
| Ubuntu | [ Ubuntu 16.04 LTS] ( linux/ubuntu.md ) , [ Ubuntu 18.04 LTS] ( linux/ubuntu.md ) , [ Ubuntu 20.04 LTS] ( linux/ubuntu.md ) , [ Ubuntu 22.04 LTS] ( linux/ubuntu.md ) |
23
22
| Debian | [ Debian 10] ( linux/debian.md ) , [ Debian 11] ( linux/debian.md ) , [ Debian 12] ( linux/debian.md ) |
@@ -26,38 +25,37 @@ description: The following serves as a guide on how to install/deploy/upgrade Fl
26
25
| Yocto / Embedded Linux | [ Yocto / Embedded Linux] ( yocto-embedded-linux.md#fluent-bit-and-other-architectures ) |
27
26
| Buildroot / Embedded Linux | [ Buildroot / Embedded Linux] ( buildroot-embedded-linux.md ) |
28
27
29
- ## Install on Windows (Packages )
28
+ ## Install on Windows (packages )
30
29
31
- | Operating System | Installation Instructions |
32
- | ------------------- | ---------------------------------------------------------------------------------------------------------------------------- |
30
+ | Operating System | Installation instructions |
31
+ | ------------------- | ------------------------- |
33
32
| Windows Server 2019 | [ Windows Server EXE] ( windows.md#installing-from-exe-installer ) , [ Windows Server ZIP] ( windows.md#installing-from-zip-archive ) |
34
33
| Windows 10 2019.03 | [ Windows EXE] ( windows.md#installing-from-exe-installer ) , [ Windows ZIP] ( windows.md#installing-from-zip-archive ) |
35
34
36
- ## Install on macOS (Packages )
35
+ ## Install on macOS (packages )
37
36
38
- | Operating System | Installation Instructions |
37
+ | Operating System | Installation instructions |
39
38
| ------------------- | --------------------------------------------- |
40
39
| macOS | [ Homebrew] ( macos.md#installing-from-homebrew ) |
41
40
42
41
## Compile from Source (Linux, Windows, FreeBSD, macOS)
43
42
44
- | Operating System | Installation Instructions |
43
+ | Operating system | Installation instructions |
45
44
| ---------------- | ----------------------------------------------------------- |
46
45
| Linux, FreeBSD | [ Compile from source] ( sources/build-and-install.md ) |
47
46
| macOS | [ Compile from source] ( macos.md#compile-from-source ) |
48
47
| Windows | [ Compile from Source] ( windows.md#compile-from-source ) |
49
48
50
49
## Sandbox Environment
51
50
52
- If you are interested in learning about Fluent Bit you can try out the sandbox environment
51
+ If you are interested in learning about Fluent Bit you can try out the sandbox environment:
53
52
54
53
{% embed url="https://play.instruqt.com/embed/Fluent/tracks/fluent-bit-getting-started-101?token=em_S2zOzhhDQepM0vDS " %}
55
54
Fluent Bit Sandbox Environment
56
55
{% endembed %}
57
56
58
57
## Enterprise Packages
59
58
60
- 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.
61
- A list provided by fluentbit.io/enterprise is provided below
62
-
63
- * [ Calyptia Fluent Bit LTS] ( https://calyptia.com/products/lts-fluentbit/ )
59
+ Fluent Bit packages are also provided by [ enterprise
60
+ providers] ( https://fluentbit.io/enterprise ) for older end of life versions, Unix
61
+ systems, and additional support and features including aspects like CVE backporting.
0 commit comments