Kubernetes
Overview
Integrating a Kubernetes cluster involves deploying a Firefly agent (container) in your cluster that reports resource info. In Firefly, select Add New > Kubernetes. You'll be prompted for a Cluster ID (an alias or name to identify the cluster) and whether to mark it as production. You can also choose to integrate Argo CD if you use it for GitOps (Firefly will then fetch additional data about the cluster's apps).
On the next step, Firefly will provide a command – typically a Helm install or a kubectl command that includes a manifest URL and an API token – which you run in your K8s cluster's context. This command installs Firefly's agent (often in the firefly namespace). The agent will collect cluster resources (Pods, Deployments, Services, etc.) and send them to Firefly.
If Argo CD integration was enabled, you'll also input your Argo CD domain and an API token for Argo in the Firefly setup, which allows Firefly to correlate Argo applications with cluster objects. Once done, Firefly will list your cluster in Inventory (under Kubernetes provider) and you'll see Kubernetes objects as part of your asset inventory.
For K8s, Firefly's drift and codification features can track the cluster's manifests similarly to cloud resources. The integration will continuously monitor the cluster (the agent watches for changes) and Firefly also periodically pulls. If you destroy the cluster or uninstall the agent, Firefly will mark those resources as deleted after a while.
Prerequisites
Access to a Kubernetes cluster with administrative privileges
kubectl
or Helm installed and configuredCluster context properly configured
(Optional) Argo CD installed if using GitOps
(Optional) AWS S3 bucket for Argo CD configuration (if using Argo CD)
Setup Procedure
Select Settings > Integrations
Select Add New > Kubernetes
Enter the Cluster ID (a unique alias)
(Optional) Select the Mark as Production checkbox
(Optional) To display the Kubernetes object status from Argo CD in the Inventory, select the Integrate Argo CD checkbox (Currently supported by AWS only)
Select Next
Argo CD Integration (Optional)
If you are integrating with Argo CD, fill in the following fields:
Argo CD Domain: The Argo CD server domain in your cluster
Argo CD API Token: We recommend creating a dedicated Argo CD user with read-only permissions, without admin permissions, and then create a token for the new user. See Create New User and Generate Token in the Argo CD documentation.
AWS S3 Bucket: Create a dedicated bucket in an AWS account integrated with Firefly for the Argo CD configuration output
AWS S3 Bucket Region: Select the region of the S3 account
Select Next
Copy the command, and run it in the terminal (this installs Firefly's agent in the firefly namespace)
Select Done
Configuration Details
Supports monitoring of:
Pods
Deployments
Services
ConfigMaps
Secrets (metadata only)
Other Kubernetes resources
Continuous monitoring through agent-based architecture
Integration with Argo CD for GitOps workflows
Support for drift detection and manifest tracking
Regular scanning of cluster resources
Integration with Firefly's inventory management
Best Practices
Use a dedicated namespace for the Firefly agent
Regularly verify agent health and connectivity
Monitor agent logs for any issues
Keep track of which cluster resources are being monitored
Review and update policies as needed
Maintain proper RBAC controls for the agent
Consider using Argo CD integration for better GitOps visibility
Troubleshooting
For agent deployment issues:
Verify cluster access and permissions
Check if the agent pod is running
Review agent logs for errors
Ensure proper network connectivity
For resource discovery issues:
Verify the integration is active in Firefly
Check if the agent has proper RBAC permissions
Review Firefly integration logs
Verify cluster connectivity
For Argo CD integration issues:
Verify Argo CD credentials
Check S3 bucket permissions
Review Argo CD server connectivity
Ensure proper token permissions
Last updated
Was this helpful?