Best of Platform Engineering โ€” February 2024

  1. 1
    Article
    Avatar of medium_jsMediumยท2y

    Zarf: The Open-Source Deployment Tool You Need ๐Ÿ’ 

    Zarf is an open-source deployment tool that simplifies software deployment, especially in air-gap or disconnected environments. It offers features such as simplifying Kubernetes cluster creation, enabling cluster logging, automating the creation of Software Bill of Materials, and supporting highly regulated industries. The post provides a hands-on example of how to use Zarf to deploy the podinfo app.

  2. 2
    Article
    Avatar of itnextITNEXTยท2y

    From Kubernetes to Local Development

    Learn how to use Podman to run Kubernetes manifests on your local machine and run existing Kubernetes Pods on your local workstation. Discover how to run Pods with network and storage configurations and how to run a Deployment in a local environment.

  3. 3
    Article
    Avatar of medium_jsMediumยท2y

    Devcontainers: Minimizing local machine dependencies with replicable Setups

    Devcontainers offer a standardized approach to creating and managing development environments, minimizing local machine dependencies. They provide consistency, isolation, portability, and ease of onboarding. The key insights include specifying the OS and tools, using Visual Studio Code and Docker, and ensuring secure and immutable development environments. A hands-on example is provided for creating a Python project Devcontainer. Overall, Devcontainers enhance collaboration, onboarding, and reproducibility of development environments.