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

Windows service manager recommendation #6

Open
toenuff opened this issue Mar 7, 2018 · 0 comments
Open

Windows service manager recommendation #6

toenuff opened this issue Mar 7, 2018 · 0 comments

Comments

@toenuff
Copy link

toenuff commented Mar 7, 2018

Rather than this:

Start-Job -Name kubelet {c:\k\start-kubelet.ps1 -clusterCIDR $ClusterCIDR *> c:\k\kubelet-logs.txt}
Start-Job -Name kubeproxy {c:\k\start-kubeproxy.ps1 *> c:\k\kubeproxy-logs.txt}

I'd consider trying something like WinSS. It can ensure that the processes run and it can do the log serialization - it even does log rolling to ensure you don't use too much disk space. It does it all via folder/files structure for the directories it is managing services for.

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

No branches or pull requests

1 participant