https://github.com/tilt-dev/clusterid
Kubernetes cluster detection, for tools that interact with local clusters
https://github.com/tilt-dev/clusterid
Last synced: 3 months ago
JSON representation
Kubernetes cluster detection, for tools that interact with local clusters
- Host: GitHub
- URL: https://github.com/tilt-dev/clusterid
- Owner: tilt-dev
- License: apache-2.0
- Created: 2021-09-28T20:07:38.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-15T14:14:00.000Z (about 2 years ago)
- Last Synced: 2025-04-23T23:36:37.632Z (about 1 year ago)
- Language: Go
- Size: 40 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# clusterid
[](https://circleci.com/gh/tilt-dev/clusterid)
[](https://pkg.go.dev/github.com/tilt-dev/clusterid)
A small Kubernetes cluster detection library.
## Why?
The [Tilt](https://github.com/tilt-dev/tilt) project interacts with
many different types of local development clusters.
These clusters sometimes have machine-readable ways to determine
what features they support, but more often they do not.
This library uses some simple heuristics to figure out what
kind of cluster we're talking to, to figure out what features
a cluster might support.
## License
Copyright 2022 Windmill Engineering
Licensed under [the Apache License, Version 2.0](LICENSE)