riffus / jet-pilot

JET Pilot is an open-source Kubernetes desktop client that focuses on less clutter, speed and good looks.

Home Page:https://jet-pilot.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JET Pilot

Introduction

JET Pilot is an open-source K8s IDE. It was created out of frustration, as all "good-looking" K8s IDEs went commercial. Power-users nowaday resort to tools like k9s, which works great, but heavily relies on keyboard input. JET Pilot tries to overcome these usability challenges.

Features

  • Real-time Logs: Instantly access logs for active monitoring of Kubernetes workloads.
  • Kubernetes Object Management: Easily manage Kubernetes objects, describe objects or edit them directly.
  • Container Shell: Quickly instantiate a shell on your containers
  • Command Palette: A user-friendly interface with customizable shortcuts for efficient navigation and operation.

Installation Instructions

macOS

  1. Download the latest release for MacOS from here.
  2. Double-click the downloaded .dmg file to mount it.
  3. Drag the application icon to the Applications folder.
  4. Eject the mounted disk image.
  5. You can now find and launch the application in your Applications folder.

Linux (.deb package or .AppImage)

For Debian-based distributions (e.g., Ubuntu):

  1. Download the latest .deb release from here.
  2. Open your terminal and navigate to the directory where the package is downloaded.
  3. Run the following command to install the package:
    sudo dpkg -i jet-pilot_version_amd64.deb
  4. Alternatively, if you prefer the AppImage format:
    1. Download the latest .AppImage release from here.
    • Make it executable by running:
      chmod +x jet-pilot_version_amd64.AppImage
    • You can now run the application by double-clicking the .AppImage file or executing it from the terminal.

Windows (.exe installer or .msi installer)

  1. Download the latest .msi or installer for Windows from here.
  2. Double-click the downloaded installer file.
  3. Follow the on-screen instructions to complete the installation process.

About

JET Pilot is an open-source Kubernetes desktop client that focuses on less clutter, speed and good looks.

https://jet-pilot.app

License:MIT License


Languages

Language:Vue 53.8%Language:TypeScript 35.3%Language:Rust 8.5%Language:JavaScript 1.3%Language:CSS 0.9%Language:HTML 0.1%Language:Shell 0.0%