Skip to content

v0.2.0

Compare
Choose a tag to compare
@aztlan2k aztlan2k released this 04 Apr 19:43
· 27 commits to master since this release

Updated the library to support one namespace per application and one cluster per namespace.

Because there is no way to get cluster-wide information from the Downward API we access it via the Kubernetes API.

Since we were already using the Kubernetes API we removed the dependence on the Downward API and now access all information via the Kubernetes API. This has the added benefit of requiring no special configuration of the pod to use the library.