satellite icon indicating copy to clipboard operation
satellite copied to clipboard

Simple and extensible monitoring agent / library for Kubernetes: https://gravitational.com/blog/monitoring_kubernetes_satellite/

Results 4 satellite issues
Sort by recently updated
recently updated
newest added

## 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....

enhancement

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....

enhancement

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,...

enhancement