Yakiapp

Open Source, Cross platform, Native Kubernetes IDE
Alternatives To Yakiapp
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Lens20,860
9 hours ago883otherTypeScript
Lens - The way the world runs Kubernetes
Che6,79662 days ago91December 16, 2020402epl-2.0TypeScript
The Kubernetes-Native IDE for Developer Teams
Orchest3,783
3 days ago14April 06, 2022124agpl-3.0Python
Build data pipelines, the easy way 🛠️
Mirrord2,358
10 hours ago5March 12, 2022107mitRust
Connect your local process and your cloud environment, and run local code in cloud conditions.
Monokle1,051
14 hours ago415mitTypeScript
🧐 Monokle lets you create, analyze, and deploy YAML manifests with a visual UI, and provides policy validation and cluster management.
Time2code295
2 years ago4mitHTML
Portable Scalable web code editor to integrate into your sites and learning experiences
Kubecon Slides204
2 years agoapache-2.0PHP
Kubecon Slides & Download utility
Kraken103
a year ago43apache-2.0Java
The Load Testing IDE
Substrate Playground74118 days ago77September 22, 2022TypeScript
Start hacking your substrate runtime in a web based VSCode like IDE
Che Docs59
12 hours ago7epl-2.0SCSS
Eclipse Che Documentation
Alternatives To Yakiapp
Select To Compare


Alternative Project Comparisons
Readme
Yaki Kubernetes IDE

Introduction

Yaki stands for "Yet Another Kubernetes IDE". Yaki is a desktop application that allows DevOps, Developers, SREs and anyone who wish the manage the applications deployed in their Kubernetes Cluster. This is built on Tauri. Huge shoutout to the folks developing Tauri.

Why Another Kubernetes IDE?

There are already a number of different IDEs. Yaki offers an alternative to the existing IDEs where by

  • Open Source (MIT License)
  • Uses Tauri instead of Electron - Leading to smaller memory footprint and other advantages. Tauri vs. Electron
  • Fully functional free version available. (If you build it, you can use it for free.)
  • No Telemetry (Except for checking for updates)
  • No Sign up or Email address needed.

Free vs Paid (WIP)

The source code for Yaki is Open source and is available for anyone to build. If you build it, you can use it for free.

In case you wish to go directly to the binaries, they can be downloaded here.

Platforms

Yaki can be installed on the following platforms:

Platform Versions
Windows 7 and above
macOS 10.15 and above
Linux

Development

Prerequisites

Node 14+

You can install nvm to manage different node versions. Install NVM

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash

Install Node 14

nvm install 14
nvm use 14 # If already installed

Rust

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

Git

apt install git-all

Yarn

npm install --global yarn

Building

Clone the repo

git clone [email protected]:nirops/yakiapp

Install dependencies

cd yakiapp
yarn install

Build Tauri

yarn tauri build

Infrastructure

Contributing

Before you start working on something, it's best to check if there is an existing issue first. It's also a good idea to stop by the Discord server and confirm with the team if it makes sense or if someone else is already working on it.

Semver

yaki is following Semantic Versioning 2.0.

Developer View

Application ----Logs -----CPU Metrics ----- Memory ---- Environment variables / Configuration ---- Instances ---- Access Logs ---- DB Logs ---- Network Access - Ports or Domain available ? ---- Restarts? ---- Time since last restart?

Disable License Check

Contact

Discord

Website

Email

Licenses

MIT or MIT/Apache 2.0 where applicable.

Support my work

"Buy Me A Coffee"{:target="_blank"}

Popular Ide Projects
Popular Kubernetes Projects
Popular Integrated Development Environments Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Typescript
Rust
Kubernetes
Ide
Devops Tools