Live data from Hacker News

Viewing profile — ajayvk

ajayvk

HN member
Joined
Sun, Mar 27, 2011, 6:11 AM UTC
HN karma
245
Public activity
131 items

About ajayvk

Building https://github.com/claceio/clace, a platform for deploying internal tools.

Recent public activity

  1. comment
    Comment #48550197

    Targeting a specific use case (internal tools) should hopefully help avoid feature creep. Also, the goal is that an OpenRun config should work on a single-node with Docker and with…

  2. comment
    Comment #48549351

    I don't think you can provide all the features of Kubernetes while reducing the complexity. What is possible is to support a subset of the features of Kubernetes while making it ea…

  3. comment
    Comment #48529303

    Been working on making it much easier for application deployments to get access to a isolated database/schema. The usual pattern currently is to assume that each app creates a new …

  4. comment
    Comment #48528596

    Service binding is a feature that only large systems like Cloud Foundry support till now. Even Kubernetes does not have a functional implementation, the Red Hat operator is depreca…

  5. story
  6. comment
    Comment #48508548

    Service binding is a feature that only large systems like Cloud Foundry support till now. Even Kubernetes does not have a functional implementation, the Red Hat operator is depreca…

  7. story
  8. story
  9. comment
    Comment #47884040

    Kubernetes offers powerful low-level primitives that can support virtually any deployment architecture. However, working with these primitives directly requires significant YAML wr…

  10. comment
    Comment #47882145

    Makes no sense if you look at the start menu as an interface to the operating system. Makes perfect sense if you look at it as one more place to show ads

  11. story
  12. comment
    Comment #47303707

    Have been building a project https://github.com/openrundev/openrun/ which aims to make it easy for teams to easily deploy internal tools/webapps. While creating new apps has gotten…

  13. comment
    Comment #47289239

    Cloud Run makes lots of sense when running lots of small apps, apps scale to zero automatically. I have been building https://github.com/openrundev/openrun which provides similar s…

  14. comment
    Comment #47049895

    Another recent article on this topic https://www.arthurcnops.blog/death-of-show-hn/

  15. story
    Show HN: OpenRun – Declarative Deployments to Docker or Kubernetes

    I have been building https://github.com/openrundev/openrun for the last few years and recently added Kubernetes support https://openrun.dev/docs/container/kubernetes . OpenRun is a…

  16. comment
    Comment #46772978

    Authentication and authorization are important requirements for internal tools. Low-code platforms support authn/authz for app access. Building internal tools with code is much eas…

  17. comment
    Comment #45871671

    Building https://github.com/openrundev/openrun , a platform for declarative deployment of web apps. OpenRun runs as a web server, which does GitOps driven app deployments. You can …

  18. comment
    Comment #45664396

    https://devpu.sh/ is another alternative, it has a nice UI built with Hypermedia (HTMX). I am building https://github.com/openrundev/openrun/ . Main difference is that OpenRun has …

  19. comment
    Comment #45621120

    This post looks at the experience with using Starlark as against YAML for deployment configuration. Starlark can result in much more concise and flexible config. It does require ex…

  20. story
  21. comment
    Comment #45609427

    There has been lots of discussions about the issues with YAML and other config languages. This post looks at the experience with using Starlark as the configuration language for in…

  22. story
  23. comment
    Comment #45574414

    Yes, had similar questions. Wouldn't tuning the settings for the buffer table have helped avoid the TOO_MANY_LINKS error?

  24. comment
    Comment #45574282

    If you are fine with running lots of apps on one beefy machine, the project I am building https://github.com/openrundev/openrun provides a similar abstraction as App Runner and Clo…

  25. comment
    Comment #45564467

    I have been building OpenRun, a declarative web app deployment platform https://github.com/openrundev/openrun . It is an open source alternative to Google Cloud Run and AWS App Run…