satellite
satellite copied to clipboard
Simple and extensible monitoring agent / library for Kubernetes: https://gravitational.com/blog/monitoring_kubernetes_satellite/
## Summary The satellite README.md file mentions that we use 'dep'. However, in #226 we switched from dep to go modules. We should remove the entire dependencies section as it...
Once we have done research on what it would take to deploy Satellite as a Pod in a generic K8s cluster (https://github.com/gravitational/satellite/issues/257), create a Helm chart for the Satellite stack....
Once dependency on serf is removed (https://github.com/gravitational/satellite/issues/256), we need to containerize Satellite and deploy it inside a generic Kubernetes cluster. Things to consider: * It should run as a DaemonSet....
Currently satellite relies on serf as a cluster membership tool to determine which nodes are a part of the cluster, checking their health, etc. When satellite becomes a standalone tool,...