Mesos agent

E699838

Mesos agent is the worker node process in an Apache Mesos cluster responsible for running and managing tasks and containers on individual machines.

All labels observed (3)

Label Occurrences
Mesos agent canonical 2
Mesos agents 1
Mesos slave 1

How this entity was disambiguated

Statements (48)

Predicate Object
instanceOf Apache Mesos component
cluster node component
worker node process
alsoKnownAs Mesos slave
linked to: Mesos agent

agent daemon
canBeConfiguredWith attributes
containerizers
isolation mechanisms
resources
communicatesWith Mesos master
developedBy Apache Software Foundation
exposes HTTP API
gRPC-like operator APIs (depending on version)
handles task health checks
task lifecycle
task termination
isImplementedIn C++
isOpenSource true
logsTo local log files
manages executors
local persistent volumes
task sandboxes
partOf Apache Mesos
Mesos cluster
linked to: Apache Mesos
receives task launch instructions from Mesos master
registersWith Mesos master
responsibleFor enforcing resource limits
managing containers
managing tasks
resource isolation
resource monitoring
running containers
running tasks
runsOn cluster worker node
individual machine
sends status updates to Mesos master
storesStateIn local disk
supports Docker containers
linked to: Docker

Mesos containers
Unified Containerizer
command executors
framework-specific executors
tracks CPU resources
disk resources
memory resources
network resources
uses Linux cgroups
namespaces

How these facts were elicited

Referenced by (4)

Full triples — surface form annotated when it differs from this entity's canonical label.

Apache Mesos component Mesos agent
Mesos master communicatesWith Mesos agents
linked to: Mesos agent
Mesos agent alsoKnownAs Mesos slave
linked to: Mesos agent
Mesos scheduler interactsWith Mesos agent