Skip to content

Releases: andrisasuke/podlogs

PodLogs v1.0.1

05 Feb 00:52

Choose a tag to compare

PodLogs v1.0.1

A modern Kubernetes pod log viewer desktop application.

Downloads

Platform Architecture Download
macOS Apple Silicon (M1/M2/M3/M4) PodLogs_1.0.1_macos_aarch64.dmg
macOS Intel (x64) PodLogs_1.0.1_macos_x64.dmg
Linux x64 (amd64) PodLogs_1.0.1_linux_amd64.deb
Linux ARM64 PodLogs_1.0.1_linux_arm64.deb

Installation

macOS:

  1. Download the .dmg file for your architecture
  2. Open the DMG and drag PodLogs to Applications
  3. On first launch, right-click and select "Open" to bypass Gatekeeper

Linux (Debian/Ubuntu):

# x64
sudo dpkg -i PodLogs_1.0.1_linux_amd64.deb

# ARM64
sudo dpkg -i PodLogs_1.0.1_linux_arm64.deb

Requirements

  • A valid ~/.kube/config file with cluster access
  • Network connectivity to your Kubernetes clusters

PodLogs v1.0.0

10 Jan 06:13

Choose a tag to compare

PodLogs v1.0.0

A modern Kubernetes pod log viewer desktop application.

Downloads

Platform Architecture Download
macOS Apple Silicon (M1/M2/M3/M4) PodLogs_1.0.0_macos_aarch64.dmg
macOS Intel (x64) PodLogs_1.0.0_macos_x64.dmg
Linux x64 (amd64) PodLogs_1.0.0_linux_amd64.deb
Linux ARM64 PodLogs_1.0.0_linux_arm64.deb

Installation

macOS:

  1. Download the .dmg file for your architecture
  2. Open the DMG and drag PodLogs to Applications
  3. On first launch, right-click and select "Open" to bypass Gatekeeper

Linux (Debian/Ubuntu):

# x64
sudo dpkg -i PodLogs_1.0.0_linux_amd64.deb

# ARM64
sudo dpkg -i PodLogs_1.0.0_linux_arm64.deb

Requirements

  • A valid ~/.kube/config file with cluster access
  • Network connectivity to your Kubernetes clusters