Linux Server Management
Server administration and log rotation for Docker containers
Built at a private employer. Details are sanitized; architecture and outcomes are described without proprietary identifiers.
- Role
- DevOps Engineer
- Year
- 2024
- Category
- software-dev
About This Project
Diagnosed and resolved critical disk space issues on production Linux servers caused by runaway Docker container logs. Implemented log rotation solution using logrotate and cron within Docker containers. The Airbyte server container was generating 141GB of logs in a single file, causing API services to fail. Created automated hourly rotation strategy that maintains system stability while preserving log data.
Technologies Used
LinuxDockerlogrotateCronShell ScriptingGitHub Actions