# Installer kubectl-klock avec Homebrew, Nix, zypper

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de kubectl-klock pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:kubectl-klock
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install kubectl-klock
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#kubectl-klock
```

  Preuve: nixpkgs package indexes: pkgs/by-name/ku/kubectl-klock/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- zypper (92%):

```sh
sudo zypper install kubectl-klock
```

  Preuve: openSUSE Tumbleweed package metadata: kubectl-klock from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

## Faits du paquet

- **Clé du paquet:** brew:kubectl-klock
- **Gestionnaire de paquets:** Homebrew
- **Version:** 0.9.1
- **Résumé source:** Kubectl plugin to render watch output in a more readable fashion
- **Page d'accueil:** <https://github.com/applejag/kubectl-klock>
- **Dépôt:** <https://github.com/applejag/kubectl-klock>
- **Dernière mise à jour:** 2026-07-27T21:58:44+02:00
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- kubectl-klock (alias)
- kubectl_complete-klock (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 0.9.1
## Historique du projet et usages

kubectl-klock is a Go-based kubectl plugin that presents Kubernetes watch output in a more readable, continuously updated terminal view. Its upstream README describes it as similar in spirit to running `watch kubectl get pods`, but using Kubernetes watch streaming instead of polling.

### Historique du projet

The official GitHub repository was created in 2022 and its README carries 2023 project copyright notices. The project is maintained as a kubectl plugin with Cobra-based CLI plumbing and Kubernetes client-go dependencies.

### Historique d'adoption

Upstream documents installation through Krew, Snap, Scoop, Nix, pre-built GitHub releases, and `go install`, which places it in the normal package-manager and kubectl-plugin distribution path rather than only as a one-off binary.

### Modes d'utilisation

Users run `kubectl klock <resource> [name(s)] [flags]` to watch pods, deployments, statefulsets, nodes, and other Kubernetes resources. The README documents filters, label selectors, all-namespace mode, hotkeys, environment-variable-backed flags, and an option to restart the watch when kubeconfig changes.

### Pourquoi les passionnés de paquets s'y intéressent

kubectl-klock is interesting to package maintainers because it is a small kubectl plugin distributed through several ecosystems at once: Krew for Kubernetes users, Go module installation for developers, and general-purpose package managers for shell users.

### Chronologie

- 2022-09-01: Official GitHub repository was created.
- 2023: README copyright notices identify Kalle Fagerberg and project documentation.
- 2025-07-21: GitHub releases list v0.8.2.
- 2026-05-28: GitHub releases list v0.9.1.

### Related projects

- Related projects include kubectl, Krew, kubecolor, and kubectx, all referenced directly or indirectly by the upstream README.

### Sources

- <https://api.github.com/repos/applejag/kubectl-klock>
- <https://api.github.com/repos/applejag/kubectl-klock/releases>
- <https://github.com/applejag/kubectl-klock>
- <https://github.com/applejag/kubectl-klock#readme>


## Notes de sécurité

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour kubectl-klock. Les métadonnées de paquet Nucleus restent publiées ici afin que la couverture future dispose d'une URL stable.


## Autres enregistrements de gestionnaires de paquets

- Nix - kubectl-klock: normalized package name match | nixpkgs package indexes: pkgs/by-name/ku/kubectl-klock/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- zypper - kubectl-klock - 0.9.1-1.4: normalized package name match | openSUSE Tumbleweed package metadata: kubectl-klock from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Kubectl plugin to render watch output in a more readable fashion | https://github.com/applejag/kubectl-klock
- zypper - kubectl-klock-bash-completion - 0.9.1-1.4: normalized package name match | openSUSE Tumbleweed package metadata: kubectl-klock-bash-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Bash Completion for kubectl-klock | https://github.com/applejag/kubectl-klock
- zypper - kubectl-klock-fish-completion - 0.9.1-1.4: normalized package name match | openSUSE Tumbleweed package metadata: kubectl-klock-fish-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Fish Completion for kubectl-klock | https://github.com/applejag/kubectl-klock
- zypper - kubectl-klock-zsh-completion - 0.9.1-1.4: normalized package name match | openSUSE Tumbleweed package metadata: kubectl-klock-zsh-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Zsh Completion for kubectl-klock | https://github.com/applejag/kubectl-klock


## Combined YAML source

View the package source record on GitHub. [combined/kubectl-klock.yml](https://github.com/mxcl/pkgdb/blob/main/combined/kubectl-klock.yml)


## Sources

- pkg.so package database
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
