wiki.getshifting.com

--- Sjoerd Hooft's InFormation Technology ---

User Tools

Site Tools


wsl
Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
wsl [2025/07/29 05:44] – [Installing WSL] sjoerdwsl [2025/07/29 05:53] (current) sjoerd
Line 3: Line 3:
 **Summary**: This wiki page shows how to install and configure WSL for use with all sort of DevOps tools like kubernetes, helm, Argo CD and more. \\ **Summary**: This wiki page shows how to install and configure WSL for use with all sort of DevOps tools like kubernetes, helm, Argo CD and more. \\
 **Date**: 28 July 2025 \\ **Date**: 28 July 2025 \\
-{{tag>windows bash azure kubernetes helm argocd}}+{{tag>windows bash azurecli kubernetes helm argocd}}
  
 WSL is the Windows Subsystem for Linux, which allows you to run a Linux distribution alongside your Windows installation. This is particularly useful for DevOps engineers who need to work with tools that are more commonly used in Linux environments. WSL is the Windows Subsystem for Linux, which allows you to run a Linux distribution alongside your Windows installation. This is particularly useful for DevOps engineers who need to work with tools that are more commonly used in Linux environments.
Line 31: Line 31:
  
 <WRAP info>Be sure to start Docker Desktop before you start WSL if you plan to use Docker commands.</WRAP> <WRAP info>Be sure to start Docker Desktop before you start WSL if you plan to use Docker commands.</WRAP>
 +
 +=== Azure CLI ===
 +
 +Azure CLI is a cross-platform command-line tool for managing Azure resources with interactive commands or scripts. To install [[https://learn.microsoft.com/en-us/cli/azure/install-azure-cli-linux |azure cli in WSL]] you can run the following command:
 +
 +<code bash>
 +curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash
 +# Verify the installation
 +az version
 +</code>
  
 === Kubectl === === Kubectl ===
wsl.1753767885.txt.gz · Last modified: by sjoerd