package
0.9.0
Repository: https://github.com/datadog/datadog-agent.git
Documentation: pkg.go.dev

# Functions

GetEKSFargateNodename returns the node name in EKS Fargate.
GetFargateHost returns the Fargate hostname used by the core Agent for Fargate.
GetOrchestrator returns whether the Agent is running on ECS or EKS.
IsEKSFargateInstance returns whether the Agent is running in EKS Fargate.
IsFargateInstance returns whether the Agent is running in Fargate.

# Constants

ECS represents AWS ECS.
EKS represents AWS EKS.
Unknown is used when we cannot retrieve the orchestrator.

# Type aliases

OrchestratorName covers the possible platform names where Fargate can run.