K8Studio Documentation
  • 👋Welcome to K8Studio Documentation
  • Overview
    • 💡What is K8Studio
    • ✨Our Features
  • Documentation
    • 📪Getting Started
      • 🎮System Requirement
      • ⚙️Mac Installation
      • ⚙️Windows Installation
      • ⚙️Linux Installation
      • ⚙️WSL Installation
    • 🎟️Activation & Licenses
      • Creating Account
      • Personal
      • Professional
      • Professional Airtight
      • ⚒️License Management
    • 💻Cluster Manager
      • Adding Clusters
      • Cluster Setting
      • Application Cluster settings
      • Groups and Interface options
      • Monitoring
      • Grid and Card View
    • 👁️‍🗨️Deployment View
      • Overview
      • Interacting with the Deployment View
      • Linking Services,Ingress and PVC
    • 📋Grid View
    • 🛗Side Editor
      • YML Editor
      • Quick Editor
      • Logs & Events
      • Metrics
      • Action bar
    • 🚀Node View
    • 📦Helm View
      • Repositories and Charts
      • Releases
    • 🛡️RBAC View
      • Roles and Cluster Roles
      • Managing Users
    • 📈Metrics
      • Node Metrics
      • Workload Metrics
    • 🔧Cluster Detail Toolbar
    • 🖥️Terminal
    • 🧘‍♂️Data Collection and Retention
Powered by GitBook
On this page
  1. Documentation
  2. Getting Started

WSL Installation

To set up K8Studio on Windows Subsystem for Linux (WSL)

  1. Open WSL Terminal

  2. Install required software

sudo apt-get install -y libgbm-dev
sudo apt-get install libasound2
  1. Download the latest Debian binary of K8Studio

wget  -P ./ https://github.com/guiqui/k8Studio/releases/download/v0.2.2-alpha/K8Studio_0.2.2-alpha_amd64.deb)
  1. Install the package

sudo dpkg -i ./K8Studio_0.2.2-alpha_amd64.deb
  1. Install https://command-not-found.com/gtk-launch

  2. Launch application

gtk-launch k8studio.desktop
PreviousLinux InstallationNextActivation & Licenses

Last updated 1 year ago

📪
⚙️