Best of SpaceliftJune 2025

  1. 1
    Article
    Avatar of spaceliftSpacelift·50w

    Docker Container Logs: How to View & Manage

    Docker container logs capture stdout and stderr output from containerized applications. The docker logs command provides various options to view, filter, and follow logs including timestamps, time ranges, and tail functionality. Docker stores logs locally by default using the json-file driver, but supports external logging drivers for production environments. Best practices include using centralized logging systems, structured logging formats, and proper log rotation to prevent disk space issues.

  2. 2
    Article
    Avatar of spaceliftSpacelift·52w

    20+ Top Most Popular DevOps Platforms in 2025

    A comprehensive overview of 20+ popular DevOps platforms in 2025, including GitLab, GitHub, AWS, Kubernetes, Jenkins, and specialized tools like Spacelift for infrastructure orchestration. The guide covers key features, pricing, and use cases for each platform, helping teams choose between all-in-one solutions versus specialized tools for different DevOps lifecycle stages like CI/CD, infrastructure management, monitoring, and deployment automation.

  3. 3
    Article
    Avatar of spaceliftSpacelift·52w

    Automation with Ansible AWX [Step-by-Step Guide]

    Ansible AWX is an open-source web-based interface for Ansible automation that provides a centralized dashboard for managing playbooks, inventories, credentials, and job templates. The guide covers AWX's key features including role-based access control, job scheduling, and notifications, while explaining its relationship to Red Hat's Ansible Automation Platform. It provides a comprehensive step-by-step walkthrough of setting up AWX using Docker Compose, creating inventories and projects, configuring SSH credentials, building job templates, and executing playbooks to automate Nginx installation on Ubuntu servers.