Back
Tom Mikulin

Tom Mikulin

@Tom

I'm a Dev/DevOps engineer always working on something boring....
18
149
Joined October 2023
Load previous page…

I burned it in an hour, from what I've seen the 200 bucks plan is the one without any token limits

Yes, I think so. Its too pricey for me so I am going to be judicial with this plan.

Hi Aya, I'm a total noob as far as clothing goes, but when I get to the page I'm not sure what I'm supposed to do? Maybe adding an example of what can be possible would be very beneficial, kind of like tiiny.host has, it the section of "how it works".

ohh sorry about that! basically, you need to upload a model image or select from the examples, then select clothes from the examples or upload your own, and click on 'run'. the clothes you selected will be generated on the model

A personal brand is something that you get while doing other things....it's never a goal by itself man

Agreed! I mean to tell ppl who are you, what are you doing.

you do what you can, usually I wake up early in the morning, do some trolling on the internet and get to work on my side stuff before my day job starts.

maybe github.com/kube-hetzner/terra… would be a good middle ground for you, It should be way easier than a full k8 implementation....

I'll give it a look - thanks

then just skip images all together....just use a simple vm and deploy your binaries there

That's too simple to the point where it will cause problems and extra maintenance.

To be clear, what I'm looking for is a "middle ground" solution that doesn't involve all of the configuration required to deploy and manage a K8S cluster, but still gives me some of the benefits I might get from that.

I have production experience with K8s - it works great especially at a large scale (my last company was doing hundreds of thousands of QPS), but I'm not a fan for small deployments.

Things I need:
- Reverse proxy (because I'm not going to serve traffic directly from the app, that is a risky proposition given bot/nefarious traffic - dev servers aren't meant to be true web servers for that reason)
- Environment variable and secret injection
- Some way to deploy apps easily and replace old apps, ideally with zero downtime
- Some way to set up postgres

This is exactly what Kamal, Dokku, and similar solutions provide without needing too much extra config - so I'm leaning in the direction of one of those.

maybe github.com/kube-hetzner/terra… would be a good middle ground for you, It should be way easier than a full k8 implementation....

I'll give it a look - thanks

What you probably want is rancher, I've been using it for years on end in Hetzner, I was very critical on them but for what you want it should be perfect. You get a web based interface, and can click on objects which is really useful cause it gets you a nice overview of the whole cluster. Plus you can install stuff helm charts through it and so on. If you need some help I could give you a more detailed direction

Ultimately I'm skipping everything related to K8S, the level of complexity there is not warranted for what I'm trying to do

This is something I'll revisit at a much different stage when I have a lot more scale to worry about, thanks for letting me know about Rancher as I wasn't aware it existed

then just skip images all together....just use a simple vm and deploy your binaries there

That's too simple to the point where it will cause problems and extra maintenance.

To be clear, what I'm looking for is a "middle ground" solution that doesn't involve all of the configuration required to deploy and manage a K8S cluster, but still gives me some of the benefits I might get from that.

I have production experience with K8s - it works great especially at a large scale (my last company was doing hundreds of thousands of QPS), but I'm not a fan for small deployments.

Things I need:
- Reverse proxy (because I'm not going to serve traffic directly from the app, that is a risky proposition given bot/nefarious traffic - dev servers aren't meant to be true web servers for that reason)
- Environment variable and secret injection
- Some way to deploy apps easily and replace old apps, ideally with zero downtime
- Some way to set up postgres

This is exactly what Kamal, Dokku, and similar solutions provide without needing too much extra config - so I'm leaning in the direction of one of those.

maybe github.com/kube-hetzner/terra… would be a good middle ground for you, It should be way easier than a full k8 implementation....

I'll give it a look - thanks

As a fun sidenote, 37signals were talking with Rancher Labs to support their off cloud Kubernetes deployment and found it so expensive that it was one of the reasons leading to Kamal :)

just looked at them, that's what I was looking for, and someone made a saas from it, nice