repository
0.0.0-20240610133600-d269b6987834
Repository: https://github.com/omalloc/kratos-agent.git
Documentation: pkg.go.dev
# README
Kratos Agent
Overview
Kratos Agent is a service that runs on each node in the cluster and is responsible for managing the node's lifecycle. It is responsible for the following:
- Registering the node with the Kratos Control Plane
- Reporting the node's status to the Kratos Control Plane
APIs
- /agent/clusters (GET)
- /agent/services (GET)
- /agent/services/group (GET)
Usage
$ docker pull omalloc/kratos-agent:latest
$ docker run --rm --name kratos-agent -v ./configs:/configs omalloc/kratos-agent:latest