Skip to content

Commit

Permalink
Merge pull request #1492 from fluent/lynettemiles/sc-105704/update-in…
Browse files Browse the repository at this point in the history
…stallation-supported-platforms-md
  • Loading branch information
esmerel authored Oct 30, 2024
2 parents 9d30cca + fb8dd97 commit 8333a69
Showing 1 changed file with 31 additions and 26 deletions.
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.

0 comments on commit 8333a69

Please sign in to comment.