Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fluent: admin: update supported platforms for style #1492

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
57 changes: 31 additions & 26 deletions installation/supported-platforms.md
Original file line number Diff line number Diff line change
@@ -1,34 +1,39 @@
# Supported Platforms
# Supported platforms

The following operating systems and architectures are supported in Fluent Bit.
Fluent Bit supports the following operating systems and architectures:

| Operating System | Distribution | Architectures |
| :--- | :--- | :--- |
| Linux | [Amazon Linux 2023](linux/amazon-linux.md) | x86\_64, Arm64v8 |
| | [Amazon Linux 2](linux/amazon-linux.md) | x86\_64, Arm64v8 |
| | [Centos 9 Stream](linux/redhat-centos.md) | x86\_64, Arm64v8 |
| | [Centos 8](linux/redhat-centos.md) | x86\_64, Arm64v8 |
| | [Centos 7](linux/redhat-centos.md) | x86\_64, Arm64v8 |
| | [Rocky Linux 8](linux/redhat-centos.md) | x86\_64, Arm64v8 |
| | [Alma Linux 8](linux/redhat-centos.md) | x86\_64, Arm64v8 |
| | [Debian 12 \(Bookworm\)](linux/debian.md) | x86\_64, Arm64v8 |
| | [Debian 11 \(Bullseye\)](linux/debian.md) | x86\_64, Arm64v8 |
| | [Debian 10 \(Buster\)](linux/debian.md) | x86\_64, Arm64v8 |
| | [Ubuntu 24.04 \(Noble Numbat\)](linux/ubuntu.md) | x86\_64, Arm64v8 |
| | [Ubuntu 22.04 \(Jammy Jellyfish\)](linux/ubuntu.md) | x86\_64, Arm64v8 |
| | [Ubuntu 20.04 \(Focal Fossa\)](linux/ubuntu.md) | x86\_64, Arm64v8 |
| | [Ubuntu 18.04 \(Bionic Beaver\)](linux/ubuntu.md) | x86\_64, Arm64v8 |
| | [Ubuntu 16.04 \(Xenial Xerus\)](linux/ubuntu.md) | x86\_64 |
| | [Raspbian 11 \(Bullseye\)](linux/raspbian-raspberry-pi.md) | Arm32v7 |
| | [Raspbian 10 \(Buster\)](linux/raspbian-raspberry-pi.md) | Arm32v7 |
| Linux | [Amazon Linux 2023](linux/amazon-linux.md) | x86_64, Arm64v8 |
| | [Amazon Linux 2](linux/amazon-linux.md) | x86_64, Arm64v8 |
| | [CentOS 9 Stream](linux/redhat-centos.md) | x86_64, Arm64v8 |
| | [CentOS 8](linux/redhat-centos.md) | x86_64, Arm64v8 |
| | [CentOS 7](linux/redhat-centos.md) | x86_64, Arm64v8 |
| | [Rocky Linux 8](linux/redhat-centos.md) | x86_64, Arm64v8 |
| | [Alma Linux 8](linux/redhat-centos.md) | x86_64, Arm64v8 |
| | [Debian 12 (Bookworm)](linux/debian.md) | x86_64, Arm64v8 |
| | [Debian 11 (Bullseye)](linux/debian.md) | x86_64, Arm64v8 |
| | [Debian 10 (Buster)](linux/debian.md) | x86_64, Arm64v8 |
| | [Ubuntu 24.04 (Noble Numbat)](linux/ubuntu.md) | x86_64, Arm64v8 |
| | [Ubuntu 22.04 (Jammy Jellyfish)](linux/ubuntu.md) | x86_64, Arm64v8 |
| | [Ubuntu 20.04 (Focal Fossa)](linux/ubuntu.md) | x86_64, Arm64v8 |
| | [Ubuntu 18.04 (Bionic Beaver)](linux/ubuntu.md) | x86_64, Arm64v8 |
| | [Ubuntu 16.04 (Xenial Xerus)](linux/ubuntu.md) | x86_64 |
| | [Raspbian 11 (Bullseye)](linux/raspbian-raspberry-pi.md) | Arm32v7 |
| | [Raspbian 10 (Buster)](linux/raspbian-raspberry-pi.md) | Arm32v7 |
| macOS | * | x86_64, Apple M1 |
| Windows | [Windows Server 2019](windows.md) | x86\_64, x86 |
| | [Windows 10 1903](windows.md) | x86\_64, x86 |
| Windows | [Windows Server 2019](windows.md) | x86_64, x86 |
| | [Windows 10 1903](windows.md) | x86_64, x86 |

From an architecture support perspective, Fluent Bit is fully functional on x86\_64, Arm64v8 and Arm32v7 based processors.
From an architecture support perspective, Fluent Bit is fully functional on x86_64,
Arm64v8, and Arm32v7 based processors.

Fluent Bit can work also on OSX and \*BSD systems, but not all plugins will be available on all platforms.
Official support will be expanding based on community demand.
Fluent Bit may run on older operating systems though will need to be built from source, or use custom packages from [enterprise providers](https://fluentbit.io/enterprise).
Fluent Bit can work also on macOS and Berkeley Software Distribution (BSD) systems,
but not all plugins will be available on all platforms.

Fluent Bit is supported on Linux on IBM Z (s390x) environment with some restrictions but only container images are provided for these targets officially.
Official support is based on community demand. Fluent Bit might run on older operating
systems, but must be built from source, or using custom packages from
[enterprise providers](https://fluentbit.io/enterprise).

Fluent Bit is supported for Linux on IBM Z (s390x) environments with some
restrictions, but only container images are provided for these targets officially.