d880f44ca6
Created k8s folder for k8s stuff Added early-stage service.yaml for K8s deployment
Systemd notes: Install in: /etc/systemd/system probably use sym links there. Then run: systemctl start [name] If there are errors, run: systemctl status [name] After editing a service file, run: systemctl daemon-reload [name] To enable auto-start at boot time: systemctl enable [name].service