Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install necessary dependencies in Windows and Linux VMs jumpbox #80

Open
mateo762 opened this issue Aug 21, 2024 · 0 comments · May be fixed by #88
Open

Install necessary dependencies in Windows and Linux VMs jumpbox #80

mateo762 opened this issue Aug 21, 2024 · 0 comments · May be fixed by #88
Assignees

Comments

@mateo762
Copy link
Collaborator

For Linux:

  • Misc Tools:
    • apt-transport-https
    • ca-certificates
    • curl
    • vim
    • git
  • Azure CLI
  • Docker
  • Kubectl
  • Helm
  • OC CLI (OpenShift Command Line Interface)

For Windows:

  • Visual Studio Code (VSCode)
    • Various VSCode extensions:
      • PowerShell
      • Docker
      • Azure CLI
      • Kubernetes tools
      • Remote - WSL
      • Remote - SSH
  • Azure CLI
  • WSL2 (Windows Subsystem for Linux 2)
  • Kubectl
  • Helm
  • OC CLI (OpenShift Command Line Interface)
  • Git
  • Docker Desktop
  • WSL Script (from external URL)

How to do it?

Take the scripts that are already implemented (script.sh and script.ps1) and adapt them

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment