What you'll learn: Deploy the Scoutflo Kubernetes Agent to enable AI-driven incident investigation and root-cause analysis across your Kubernetes infrastructure.
Overview
The Scoutflo Kubernetes Agent is a lightweight monitoring solution that provides deep visibility into your Kubernetes clusters. Once deployed, it automatically discovers and monitors your infrastructure to power intelligent incident response.
What the Agent Monitors
graph TD A[Scoutflo K8s Agent] --> B[Cluster Topology] A --> C[Metrics Collection] A --> D[Events & Failures] B --> B1[Namespaces] B --> B2[Services] B --> B3[Pods] B --> B4[Deployments] C --> C1[Pod Metrics] C --> C2[Node Metrics] C --> C3[Resource Usage] D --> D1[Kubernetes Events] D --> D2[Application Failures] D --> D3[Infrastructure Issues]
Architecture Overview
Prerequisites Checklist
Before starting the installation, ensure you have the required access and components:
✅ System Requirements
✅ Access Requirements
You have cluster-admin privileges or equivalent permissions to:
NAME READY STATUS RESTARTS AGE
scoutflo-k8s-agent-xxxxxxxxx-xxxxx 1/1 Running 0 2m
NAME CLASS HOSTS ADDRESS PORTS AGE
scoutflo-k8s-agent nginx api-k8sagent.your-domain.com 203.0.113.10 80, 443 2m
NAME READY SECRET AGE
scoutflo-k8s-agent-tls True letsencrypt-prod 2m
# Get ingress external IP
kubectl get ingress scoutflo-k8s-agent -n scoutflo-k8s-agent \
-o jsonpath='{.status.loadBalancer.ingress[0].ip}'