Best of SpaceliftJuly 2023

  1. 1
    Article
    Avatar of spaceliftSpacelift·3y

    21 Docker Security Best Practices – Deamon, Image & Container

    Deamon, Image & Container Docker is the most popular containerization platform. It isolates software and its dependencies into self-contained units which run independently of your host machine. We’ve split the techniques into three main sections: Docker daemon security, image security, and container security.

  2. 2
    Article
    Avatar of spaceliftSpacelift·3y

    Pulumi vs. Terraform : Key Differences and Comparison

    Terraform and Pulumi are both software tools that automate the management of cloud computing infrastructure using code and templates. Pulumi is an IaC tool that uses a declarative format to deploy infrastructure. Terraform is cloud-agnostic and allows automating infrastructure stacks from multiple cloud service providers simultaneously.

  3. 3
    Article
    Avatar of spaceliftSpacelift·3y

    CircleCI vs. Jenkins – CI/CD Tools Comparison

    CircleCI vs. Jenkins is an open-source automation server that is used for the continuous integration and continuous delivery of software. It automates various tasks such as building, testing, and deploying applications. Jenkins has a distributed architecture, making it easy to distribute workloads across multiple machines, speeding up the execution of jobs.