dmerkushov / nanoservices

Apache License 2.0
3 stars 0 forks source link

RESEARCH: integrate ns-skeleton with k8s API #13

Open v-bus opened 4 years ago

v-bus commented 4 years ago

Some of the NS microservices should have more than one instance. We want to launch an ns-skeleton with parameters. k8s API provides Object Control and Deployment. It's interesting to make a solution to pack each NS ms to image, launch in podman container (non-root access), launch the bunch of NS ms in pods. Every NS ms can print logs to stderr & stdout, and k8s will save logs even if process died. UNX sockets can be shared in pod.

v-bus commented 4 years ago

Priority Bushmin D

dmerkushov commented 4 years ago

Priority Merkushov: C