caulagi/rust-k8s-demo

Use a proper dns resolution crate/solution

Closed this issue · 1 comments

We should use a proper dns resolution crate/solution instead of the ugly code with getent in frontend service. If we use a crate, it should use async/await syntax and based on tokio.

Fixed in #93