Keming

Results 219 comments of Keming

BTW, we already support `mdz deploy --probe-path /healthz`.

Hi @cybergeekgyan any progress for this issue? Feel free to ask here if you have any questions.

You should be able to run `k3s kubectl`. Does this fulfill your requirements?

I'm also using `msgspec` in a micro-service to validate the requests and generate the OpenAPI doc. I build a simple tool [defspec](https://github.com/kemingy/defspec/) to generate the OpenAPI schema and render it...

Explore: - cloud service - how to deploy our demo service - our remote builder

After trying the harbor demo service, I think there are several things for us to do: 1. serve and expose the envd dashboard frontend to public 2. the envd server...

> https://demo.questdb.io/ > > Here is another demo server example. It's a read-only demo. We can also disable the user sign-up and provide only one demo user. Users can use...

For local development, I'm not sure if it's better to use `mount` instead of `sync`. Some corner cases: - file size limitation (users may accidentally add a model file to...

> What are you suggesting with mount? By default, we will mount the current working directory. I think it's not necessary to sync the files in this dir.