Hacker News new | ask | show | jobs
by pdimitar 1913 days ago
Your clarification made me wonder:

Is the single process deployment only doable via a container? Or will we actually have OS native process as well?

1 comments

Yes, you can run a single OS native process in KRaft mode, without using Docker. Docker just avoids the need to install a JVM, but it is not required.