Files
awesome-kubernetes/v2-docs/linux-dev-env.md

5.7 KiB
Raw Blame History

WSL: Linux Dev Environment on Windows

!!! info "Architectural Context" Detailed reference for WSL: Linux Dev Environment on Windows in the context of Developer Ecosystem.

Standard Reference

Developer Experience

Package Management

Windows Tooling

  • (2024) ==Windows Package Manager CLI (aka winget)== 26021 [C++ CONTENT] 🌟🌟🌟🌟🌟 [DE FACTO STANDARD] — The official open-source repository for winget-cli, Microsoft's Windows Package Manager. Standardizes command-line app deployment, installation, dependency discovery, and workspace updates.

Local Development

Operating Systems

WSL

  • (2026) docs.microsoft.com: WSL - Windows Subsystem for Linux [DOCUMENTATION] [COMMUNITY-TOOL] — Official engineering documentation detailing Windows Subsystem for Linux (WSL). Enables native ELF64 execution on Windows, forming a vital platform for building local Kubernetes, Docker, and bash-heavy development pipelines directly inside Windows environments.
  • (2026) 9elements.com: Developing on Windows with WSL2 [COMMUNITY-TOOL] — A developer-focused guide optimizing local Windows workflows with WSL2. Provides performance instructions on using WSL2 backends alongside Docker Desktop, configuring VS Code remote-containers, and mitigating cross-file system read/write overhead.

💡 Explore Related: Postman | Angular | Swagger Code Generator For Rest APIs