jsturtevant / logslurp

This is a development tool to collect logs from Windows Kubernetes nodes deployed with acs-engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logslurp

This will find all the Windows Kubernetes nodes, and attempt to gather all the logs from c:\k\*.log into a single zip file.

Prerequisites:

  • Windows nodes must have PowerShell remoting enabled, and allow basic auth with SSL. This script makes it easy

Build it

docker build -t logslurp . 

Run it

docker run -i -t -v ~/.kube/config:/root/.kube/config -v $PWD:/opt/k/out logslurp

running it on a 2 node cluster

About

This is a development tool to collect logs from Windows Kubernetes nodes deployed with acs-engine


Languages

Language:PowerShell 89.6%Language:Dockerfile 10.4%