Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"label": "Node Profiles",
"position": "4.5",
"collapsible": true,
"collapsed": true
"collapsed": true,
"className": "free"
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,14 @@ title: Overview
sidebar_label: Overview
sidebar_position: 1
description: Learn how NodeProfile applies reusable labels, taints, and annotations to private nodes and keeps them continuously in sync.
sidebar_class_name: free
---

import NodeProfileRelationships from '@site/static/media/diagrams/node-profile-relationships.svg';
import FeatureTable from '@site/src/components/FeatureTable';

<FeatureTable names="node-profiles" />


A NodeProfile is a named, reusable configuration for a class of nodes, for example every GPU training node. Reference the same profile from a [manual join](/docs/vcluster/next/deploy/worker-nodes/private-nodes/join) or a static or dynamic [auto-node pool](/docs/vcluster/next/configure/vcluster-yaml/private-nodes/auto-nodes), and every node gets that configuration, regardless of how it joined.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"label": "Fleet Observability",
"position": 3.1,
"collapsible": true,
"collapsed": true
"collapsed": true,
"className": "pro"
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Configure edge collectors
sidebar_label: Configure collectors
sidebar_position: 5
description: Configure OpenTelemetry Collectors to send fleet metrics to the vCluster observability Write Gateway.
sidebar_class_name: pro
---

Edge collectors are OpenTelemetry Collectors that scrape or receive metrics near the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Configure metrics access
sidebar_label: Configure access
sidebar_position: 4
description: Create metrics-writer and metrics-reader access keys for the Fleet Observability gateway.
sidebar_class_name: pro
---

import InterpolatedCodeBlock from "@site/src/components/InterpolatedCodeBlock";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Deploy Fleet Observability with Argo CD
sidebar_label: Argo CD templates
sidebar_position: 3
description: Use the default Argo CD Application Templates that vCluster Platform ships to deploy the fleet metrics backend, Grafana, and edge collectors through GitOps.
sidebar_class_name: pro
---

import Tabs from "@theme/Tabs";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Install the observability gateway
sidebar_label: Install gateway
sidebar_position: 2
description: Create the Fleet Observability connector that deploys the Write Gateway and Query Proxy.
sidebar_class_name: pro
---

import Tabs from "@theme/Tabs";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Fleet Observability labels reference
sidebar_label: Labels reference
sidebar_position: 7
description: Reference for vcluster_platform labels stamped by the Fleet Observability Write Gateway.
sidebar_class_name: pro
---

The Write Gateway owns the full `vcluster_platform_*` label namespace. These labels are
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,14 @@ title: Fleet Observability
sidebar_label: Overview
sidebar_position: 1
description: Monitor tenant clusters across your vCluster Platform fleet with an observability gateway, scoped access keys, and platform-owned metric labels.
sidebar_class_name: pro
---

import FleetObservabilityArchitecture from '@site/static/media/diagrams/fleet-observability-architecture.svg';
import FeatureTable from '@site/src/components/FeatureTable';

<FeatureTable names="fleet-observability" />


Fleet Observability gives platform operators a central telemetry path for tenant clusters and
control plane clusters. Telemetry flows over OTLP through a vCluster Platform observability
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Query fleet metrics
sidebar_label: Query metrics
sidebar_position: 6
description: Query fleet metrics through the Fleet Observability Query Proxy with scoped headers and platform-owned labels.
sidebar_class_name: pro
---

Query fleet metrics through the bundled Grafana, the fastest path once it's deployed, or
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Troubleshooting Fleet Observability
sidebar_label: Troubleshooting
sidebar_position: 8
description: Diagnose common Fleet Observability gateway, access-key, collector, and query-proxy problems.
sidebar_class_name: pro
---

Use this page to diagnose the Fleet Observability path from edge collectors through the
Expand Down
Loading