Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/projectsveltos/sveltos-agent
Classify cluster and report back to management cluster. Evaluates cluster health based on custom health checks. Watches for events and reports those to management cluster.
https://github.com/projectsveltos/sveltos-agent
add-on classification event-driven-programming events health-check helm helm-charts kubernetes kubernetes-operator multi-tenancy
Last synced: 2 months ago
JSON representation
Classify cluster and report back to management cluster. Evaluates cluster health based on custom health checks. Watches for events and reports those to management cluster.
- Host: GitHub
- URL: https://github.com/projectsveltos/sveltos-agent
- Owner: projectsveltos
- License: apache-2.0
- Created: 2022-11-01T16:51:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-28T13:31:44.000Z (9 months ago)
- Last Synced: 2024-05-29T03:29:51.826Z (9 months ago)
- Topics: add-on, classification, event-driven-programming, events, health-check, helm, helm-charts, kubernetes, kubernetes-operator, multi-tenancy
- Language: Go
- Homepage: https://projectsveltos.github.io/sveltos/
- Size: 872 KB
- Stars: 3
- Watchers: 0
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[![CI](https://github.com/projectsveltos/sveltos-agent/actions/workflows/main.yaml/badge.svg)](https://github.com/projectsveltos/sveltos-agent/actions)
[![Go Report Card](https://goreportcard.com/badge/github.com/projectsveltos/sveltos-agent)](https://goreportcard.com/report/github.com/projectsveltos/sveltos-agent)
[![Slack](https://img.shields.io/badge/join%20slack-%23projectsveltos-brighteen)](https://join.slack.com/t/projectsveltos/shared_invite/zt-1hraownbr-W8NTs6LTimxLPB8Erj8Q6Q)
[![License](https://img.shields.io/badge/license-Apache-blue.svg)](LICENSE)
[![Twitter Follow](https://img.shields.io/twitter/follow/projectsveltos?style=social)](https://twitter.com/projectsveltos)# classifier_agent
Please refere to sveltos [documentation](https://projectsveltos.github.io/sveltos/).
1. Classify cluster and report back to management cluster (processing Classifier instances);
2. Evaluates health statuses for Kubernetes resources in the cluster (procecessings HealthCheck instances);
3. Evaluates events for Kubernetes resources in the cluster (processing EventSource instances).It gets automatically deployed in each managed cluster.
It watches for Kubernetes resources and Classifier instances and classifiy a cluster.
It watches for Kubernetes resources and HealthCheck instances and reports health statuses.Please refer to [Classifier](https://projectsveltos.github.io/sveltos/labels_management/) for more information.
## Contributing
❤️ Your contributions are always welcome! If you want to contribute, have questions, noticed any bug or want to get the latest project news, you can connect with us in the following ways:
1. Open a bug/feature enhancement on github [![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/projectsveltos/sveltos-manager/issues)
2. Chat with us on the Slack in the #projectsveltos channel [![Slack](https://img.shields.io/badge/join%20slack-%23projectsveltos-brighteen)](https://join.slack.com/t/projectsveltos/shared_invite/zt-1hraownbr-W8NTs6LTimxLPB8Erj8Q6Q)
3. [Contact Us](mailto:[email protected])## License
Copyright 2022. projectsveltos.io. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.