Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: hello world pod #28

Open
sdmoralesma opened this issue Jan 15, 2021 · 0 comments
Open

Docs: hello world pod #28

sdmoralesma opened this issue Jan 15, 2021 · 0 comments

Comments

@sdmoralesma
Copy link

It might be useful for newcomers to know how to create simple and runnable Pod. Additionally some advice on when to create a native Pod might be useful, for example, from the slack thread:

Some pods are written in other languages, because low level stuff like file system events are better done in golang or Rust. Some things simply didn't work with GraalVM, like sqlite, so that's why its in golang.

One dev tip: you can test the pod first on the JVM using the pod library and/or starting it via ["clojure" "-M" "-m" ...]
and if it works, then you can try compiling it to native

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants