Skip to main content
By the end of this tutorial, you will have reported a snapshot of your Kubernetes cluster to Kosli, making its running artifacts visible and trackable.

Prerequisites

Report a snapshot

Running multiple reporters

If you are considering running more than one reporter against the same cluster, the table below summarizes which setups produce meaningful snapshots and which don’t.
ScenarioSupportedExplanation
Two orgs, separate environments, overlapping namespacesYesDifferent environments → independent snapshots.
One org, two environments, overlapping namespacesYesSame as above.
One org, same environment, two reporters with overlapping namespacesNoSnapshots toggle between each reporter’s view. No data is deleted, but diffs between consecutive snapshots become meaningless.
One org, same environment, two reporters with disjoint namespacesNoEach snapshot only reflects one reporter’s namespaces, so diffs compare unrelated scopes.
A single Kosli environment must have exactly one reporter feeding it. Snapshots are never overwritten or deleted, but if two reporters take turns updating the same environment:
  • Diffs between consecutive snapshots compare unrelated views of the cluster.
  • The environment history shows artifacts continuously stopping and starting as each report toggles which namespaces are visible.

What you’ve accomplished

You have reported a snapshot of your Kubernetes cluster to Kosli. Kosli now tracks the running artifacts in that environment and will record changes as they happen. From here you can:
Last modified on June 9, 2026