#Aptakube: Kubernetes GUI

12 messages · Page 1 of 1 (latest)

turbid sandal
#

I started building this app in 2022, since before Tauri v1 and I love it ❤️

I didn't know Rust (I still don't, thanks AI) but I still managed to turn it into my full time job in 2023, after I quit my 9 to 5 job.

It's basically a graphical version of kubectl for those familiar with Kubernetes.

I'm using Tauri + Solid.js + Tailwind. Happy to answer questions if you have any ☺️

👉 https://aptakube.com

Aptakube is a lightweight, modern and multi-cluster GUI client for Kubernetes. Manage your cluster from your desktop. Try it free now!

wary veldt
#

Or Linux?

#

I think this would be very useful for a lot of peeps.

turbid sandal
#

Yes, Mac Windows and Linux

limpid marten
#

@turbid sandal Do you use anything from Tauri except executing kubectl process (I assume)?
Could it be a web app?

turbid sandal
#

we connect to Kubernetes directly from Rust, it does not use Kubectl (except in some very specific cases)

#

And we also need access to the users kubeconfig file, which an webapp would not have

limpid marten
#

@turbid sandal Do you use HTTP API to access Kuberentes?

turbid sandal
#

yes

kind crater
#

Might want to put a link in the post 😛

#

Very nice looking app from the screenshots tho