DevOps/Logging1 OpenSearch & Fluent Bit 기반 로그 모니터링 구성 시스템 환경 구성운영체제 : Ubuntu 22.04가상화 플랫폼 : VMware Workstation 17메모리 (RAM) : 8GBCPU : 5 코어Docker 및 Docker Compose 설치# 기존 버전 제거sudo apt-get remove docker docker-engine docker.io containerd runc# 필수 패키지 설치sudo apt-get updatesudo apt-get install -y ca-certificates curl gnupg lsb-release# Docker 공식 GPG 키 추가sudo mkdir -p /etc/apt/keyringscurl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --.. 2025. 6. 7. 이전 1 다음