top | item 42374831

(no title)

goenning | 1 year ago

I did not like any Kubernetes UI so I built my own https://aptakube.com

It went from side project to my primary job in less than 6 months.

Everyone was saying that $99 was too much for “an API wrapper”, but here we are, 2 years later and with hundreds of small to enterprise companies using it :)

discuss

order

anonzzzies|1 year ago

You really shouldn't listen to too many people. The only thing that counts is paying customers; everything else is just jealous people.

archontes|1 year ago

Dismissing disagreement as jealousy always bothered me. To think a person is jealous of you requires a lot of ego, like... narcissistic amounts of ego in my opinion. Either that or a world view so small that it can't conceive of other world views that don't align with yours.

Some folks just can't imagine buying what some folks are selling.

TheJoeMan|1 year ago

Any architecture advice on making receiving payments from small-to-medium businesses streamlined? Struggling on how to go from an employee trying the free demo to their company paying that employee’s subscription… like no PO request nonsense, is there a “master” account you bill and they dole out the seats?

badcppdev|1 year ago

Are you saying that you don't want to deal with Purchase Orders?

Is that because you don't want to provide a product in advance of payment or just the overhead of creation/tracking?

j0hnyl|1 year ago

How did you go from "I built my own" to making your first few sales?

goenning|1 year ago

I shared with a couple of co-workers/friends and they all liked it, I then built a simple website with screenshots and a download button for free.

Then I started sharing the progress on LinkedIn/X, my co-workers shared on their network too which also helped.

After 4 months I put a price on it and sold it with a 50% discount for early adopters. A lot of people bought it, which to me was a signal that I was into something that could become bigger if I invested more time on it.

mystickphoenix|1 year ago

Just wanted to say you've built an amazing product. So much so that I got my team hooked on it and am working on getting it out to the rest of the company that needs it. Well done!!

vtr1130|1 year ago

I noticed it’s open-sourced, right? How do you avoid people coping the code and running by themselves?

adhamsalama|1 year ago

How does it compare to Lens?

392|1 year ago

Lens isn't all that great so I'm sure it must be better.

Lens shows me repeats of log lines when I'm trying to scroll down in a live log. It has checkboxes but no means to operate on checked boxes. If I have my Secret set to show b64 decoded, and paste in a new secret that is very clearly non b64 encoded, it tries to push it as-is and fails quietly. It shows things as Healthy whose only sub resources are not healthy, but that's par for the course in Kubernetes land. I also have to fully quit it (not just close the window) on my new MacBook whenever I make the mistake of looking at it after a gcloud auth timeout, even when simply running fresh kubectl commands in the background every time would outperform the garbage Electron tab changes.

Plus, this new thing has resource diffs, which I was surprised Lens didn't have. Frankly I was surprised how little Lens has once I started actually using it and figured there'd be easy money in building the community's new favorite editor. But I'm glad to have seen this post, here's hoping it becomes the new standard.