Skip to main content

A kubernetes utility for viewing pod events in a user-friendly way

Project description

kge-kubectl-get-events

A kubernetes utility for viewing pod and failed replicaset events in a user-friendly way. There are many problems that are most easily fixed by understanding the recent events.

Table of Contents

Motivation/Alternatives

The best alternative to this tool is:

alias kge="kubectl get events --sort-by=lastTimestamp --field-selector type!=Normal"

The problem with kubectl get events is that autocompletion doesn't allow autocomplete (or if it does, it isn't obvious). For example, this utility runs the command:

kubectl get events --field-selector involvedObject.name=busybox-deployment-7f49499c8

Which is either a lot of typing or a manual copy/paste.

Installation

pipx install kge-kubectl-get-events

Usage

View Events for All Pods

View events for all pods in the current namespace:

kge -A
# or
kge --all

View Events for a Specific Pod

View events for a specific pod:

kge <pod-name>

View Non-Normal Events

View only non-normal events (warnings and errors) for all pods:

kge --exceptions-only
# or
kge -e

In interactive mode, you can select "All pods with non-normal events" from the menu.

Specify Namespace

View events from a specific namespace:

kge -n mynamespace
# or
kge --namespace mynamespace

You can combine this with other options:

# View all events in a specific namespace
kge -A -n mynamespace

# View non-normal events in a specific namespace
kge -e -n mynamespace

# View events for a specific pod in a specific namespace
kge -n mynamespace my-pod

Interactive Mode

Run the tool without arguments to enter interactive mode:

kge

This will display a menu of all pods in the current namespace, allowing you to select which pod's events to view. The menu includes an option to view all non-normal events.

Shell Completion

The tool supports shell completion for pod names. To enable it:

For zsh

Add the following to your shell configuration:

source <(kge --completion=zsh)

Alternatively, add the completion script directly to your zsh configuration:

compdef _kge kge
_kge() {
    local -a pods
    pods=($(kge --complete))
    _describe 'pods' pods
}

Command-line Options

Option Description
-A, --all Get events for all pods in the current namespace
-n, --namespace Specify the namespace to use
-e, --exceptions-only Show only non-normal events (warnings and errors)
--complete List pods for shell completion (internal use)
--completion=zsh Generate zsh completion script

Features

  • View events for all pods in a namespace
  • View events for a specific pod
  • View only non-normal events (warnings and errors)
  • Specify custom namespace
  • Interactive pod selection
  • Shell completion support
  • Automatic namespace detection
  • Caching for better performance

Requirements

  • Python 3.6 or higher
  • Valid Kubeconfig in the environment

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

kge_kubectl_get_events-0.2.2.tar.gz (9.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

kge_kubectl_get_events-0.2.2-py3-none-any.whl (7.8 kB view details)

Uploaded Python 3

File details

Details for the file kge_kubectl_get_events-0.2.2.tar.gz.

File metadata

  • Download URL: kge_kubectl_get_events-0.2.2.tar.gz
  • Upload date:
  • Size: 9.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.2

File hashes

Hashes for kge_kubectl_get_events-0.2.2.tar.gz
Algorithm Hash digest
SHA256 7c17489c6bcaf6b86ef3d0421f2b467a7b31e2e22515feef5fc8908c3c3e532c
MD5 d9c8f35b0cc54bb48194b2e207163c03
BLAKE2b-256 71d60a148a87fd285278cfffb3824c0b0b14854e210ef709ecb4a39da848023b

See more details on using hashes here.

File details

Details for the file kge_kubectl_get_events-0.2.2-py3-none-any.whl.

File metadata

File hashes

Hashes for kge_kubectl_get_events-0.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 10717edcb1330456a7aea93bf4fecc931db2de103c75ec7ae6efdb58b0092f06
MD5 deaf5aca0ed040a6f156c1003a3ea85c
BLAKE2b-256 7ad5c4968adad47f43d4c5869628b782fb5123f88a897070795f1dbc911f9bfa

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page