Download kubelog
Kubelog is currently in the open beta phase. Although it has been thoroughly tested, bugs may occur. Issues are tracked on GitHub here.
Version 0.3.1
- All views can now be resized and docked.
- Improved saved searches.
- Added keyboard shortcuts
- ALT + F: focus search
- ALT + X: scroll to bottom and follow log
Version 0.2.4
- Fixed multiline handling in log streams
- Fixed crash if display resolution changed
Version 0.2.3
- Fixed: don't reattach to log stream of deleted pods
Version 0.2.2
- Added option to view logs of previous containers
- Added option to select all (filtered) pods
- Added option to show pods of all namespaces
- Logs can now be saved to a file
- Notification when a new version is available
- Pod list has now a header row
- The action "Show in log" will now highlight the selected row
- The log view now automatically reattaches to timed out log streams
Version 0.1.11
- Added fullscreen mode
- Minor layout and style improvements
Version 0.1.10
- Fixed: clipboard not working properly
Version 0.1.9
- Added ability to scroll via page up / down
- Added ability to scroll via arrow up / down
Version 0.1.8
- Fixed: clipboard not working on Linux
Version 0.1.7
- Added ability to scale interface
Version 0.1.6
- Fixed colors and offsets in timeline view
- Set timeout for data in log view to 10 seconds
Version 0.1.5
- Tab names can now be changed via the contextmenu
- Tabs can now be closed via the mouse middle click, or the contextmenu
- Last context will now be selected by default
- Saved searches can now be edited
- Namespaces can now be filtered
- Log view will now show a message if no log data is available after 5 seconds
- Increased time since slider for logs to 3 days
- Fixed: timeline view showing searches without matches
- Fixed: manually entering a since timespan didn't work
- Fixed: loading namespaces won't time out
Version 0.1.4
Added support for http proxies. You can configure it via the kube config here
apiVersion: v1
kind: Config
clusters:
- name: "Cluster-Name"
cluster:
proxy-url: http://proxy:port
server: "https://..."
You can also set the proxy via environment variable
HTTP_PROXY=http://proxy:port
# Lower case works also
http_proxy=http://proxy:port
Version 0.1.3
- New timeline view
- View search results in the timeline view
- Navigate to search results via the timeline view

- Improved column menu layout
- Added Keyboard shortcuts
- ALT + S: Toggle saved searches view
- ALT + C: Toggle namespace and cluster view
- ALT + T: Toggle timeline view
- ALT + D: Next tab
- ALT + A: Previous tab
- ALT + W: Close active tab
Version 0.1.2
- Added tooltip for log view tabs with details for selected cluster, namespaces, pods and containers
- Log view tab bar will now scroll horizontally if there is not enough space
- New application icon
Version 0.1.1
The initial beta release