Best of SpaceliftMarch 2024

  1. 1
    Article
    Avatar of spaceliftSpacelift·2y

    12 Most Useful Docker Alternatives for 2024 [List]

    Explore 12 Docker alternatives that offer more choices for building and deploying containers. These alternatives address Docker's shortcomings, improve suitability for specific scenarios, and increase parity in managing containers across environments.

  2. 2
    Article
    Avatar of spaceliftSpacelift·2y

    Terraform with Azure DevOps CI/CD Pipelines – Tutorial

    This post provides a step-by-step tutorial on how to run Terraform in an Azure DevOps pipeline. It covers setting up an Azure DevOps project, creating Terraform configuration files, defining CI/CD steps in YAML, configuring the Azure DevOps pipeline, and running the pipeline. It also includes best practices for writing Terraform pipelines in Azure DevOps.

  3. 3
    Article
    Avatar of spaceliftSpacelift·2y

    How to Use Kubectl Port-forward in Kubernetes Applications

    Learn how to use kubectl port-forward to setup port forwarding to applications running on Kubernetes. Understand the difference between kubectl port-forward and kubectl proxy. Discover use cases for port forwarding, such as debugging, accessing web applications, and database access. Find out how to run port forwarding in the background, bind to 0.0.0.0, and stop port forwarding. Learn best practices for using port-forwarding.