Cài Đặt Fluent Bit Trên Amazon Linux 2023 & Tạo Repository Offline
🚀 Hướng Dẫn
🔗 Repository chính thức cho Amazon Linux 2023
https://packages.fluentbit.io/amazonlinux/2023/❗ Lưu ý quan trọng
🧰 Cài đặt Fluent Bit trên máy có Internet
1. Tạo file cấu hình repo Fluent Bit
cat > /etc/yum.repos.d/fluent-bit.repo <<EOF
[fluent-bit]
name=Fluent Bit
baseurl=https://packages.fluentbit.io/amazonlinux/2023/
gpgcheck=1
gpgkey=https://packages.fluentbit.io/fluentbit.key
enabled=1
EOF2. Cài đặt Fluent Bit
3. Khởi động Fluent Bit
📦 Tạo repository offline để dùng nội bộ (air-gapped)
Bước 1: Tải các RPM Fluent Bit và phụ thuộc
Bước 2: Tạo metadata với createrepo
createrepoBước 3: Chuyển repository đến server nội bộ
Bước 4: Cấu hình repo offline trên server nội bộ
Bước 5: Cài đặt Fluent Bit từ repo offline
🔗 Tài liệu tham khảo
Last updated