Infrastructure for Kubernetes: Namespaces :: Kloudfuse Docs

Infrastructure for Kubernetes: Namespaces

What are Namespaces?

Namespaces provide a mechanism for isolating groups of resources within a single Kubernetes cluster. They are commonly used to separate workloads by environment (e.g., dev, staging, prod) or by team.

In Kloudfuse, the Namespaces screen helps you monitor resource usage, deployment counts, and workload status across all namespaces. Use it to scope your observability efforts by logical boundaries within a cluster.

Access the namespaces screen

Go to Infrastructure > Kubernetes > Namespaces.

Namespace Table Columns

Each row in the table displays key namespace attributes:

Filters

Kloudfuse provides three categories of filters to scope your results precisely.

Search, group, and sort

Use the following options to refine your search view:

1. Search

Use the Search bar to filter resources such as pods, nodes, clusters, and namespaces using key-value pairs—just like filtering logs in Kloudfuse.

This scoped search helps you quickly locate relevant pods by matching attributes such as:

Filter Behavior

AND is implicit. It doesn’t appear in the search bar.
Selecting filters in the sidebar updates the search bar automatically.
Typing directly in the search bar updates the sidebar filters.
This two-way sync keeps your filter view consistent.

2. Group By

Group resources—such as Pods, Clusters, Namespaces, or Nodes—by shared attributes to simplify analysis and troubleshooting. Use the icon to toggle between grouped and ungrouped views.

Common groupings include:

Grouping improves visibility into resource alignment, health, and usage patterns.

3. Sort

Use the icon to sort the list by any column in ascending or descending order.

Click the column header to toggle sort direction. Use sorting to identify highest resource usage, longest-running pods, or newest deployments.

Click any row to inspect namespace-level logs, metrics, configurations, or related events.

Namespace Detail pane

You can filter directly from visible fields in the pane, including:

All fields are clickable and filterable.

Kloudfuse includes all attached Kubernetes metadata and any custom tags. Click on any labels and tags to filter the view.

Custom tags

Kubernetes labels

Each namespace view includes multiple tabs for deeper observability. The namespace detail pane contains four tabs. These include:

YAML

Use the YAML tab to inspect the live configuration of your Kubernetes resource.

YAML Display pane

Logs

Use the Logs tab to inspect real-time application and system logs for a selected Kubernetes resource.

Logs Display pane

Log search supports full-text match, tag selection, and time-range filters.

Metrics

The Metrics tab displays real-time CPU, memory, network, and disk usage for the selected resource.

Metrics Display pane

Events

Use the Events tab to view scheduled updates, restarts, warnings, or failed operations for a Kubernetes resource.

Events Display pane