Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/udhos/kubepodinformer
kubepodinformer discovers PODs by namespace and label selector.
https://github.com/udhos/kubepodinformer
autodiscovery discovery go golang kubernetes peer pods
Last synced: 2 months ago
JSON representation
kubepodinformer discovers PODs by namespace and label selector.
- Host: GitHub
- URL: https://github.com/udhos/kubepodinformer
- Owner: udhos
- License: mit
- Created: 2024-03-08T23:30:51.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-10-24T01:22:49.000Z (3 months ago)
- Last Synced: 2024-11-04T09:48:30.027Z (2 months ago)
- Topics: autodiscovery, discovery, go, golang, kubernetes, peer, pods
- Language: Go
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![license](http://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/udhos/kubepodinformer/blob/main/LICENSE)
[![Go Report Card](https://goreportcard.com/badge/github.com/udhos/kubepodinformer)](https://goreportcard.com/report/github.com/udhos/kubepodinformer)
[![Go Reference](https://pkg.go.dev/badge/github.com/udhos/kubepodinformer.svg)](https://pkg.go.dev/github.com/udhos/kubepodinformer)# kubepodinformer
[kubepodinformer](https://github.com/udhos/kubepodinformer) discovers PODs by namespace and label selector.
# Usage
See [cmd/kubepodinformer-example/main.go](cmd/kubepodinformer-example/main.go).