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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion calico-cloud/operations/cluster-management.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: Manage cluster storage, add new clusters, and configure alerts.
description: Manage Calico Cloud connected clusters from the web console by adding clusters, removing managed clusters, and configuring cluster-wide alerts.
---

# Manage clusters
Expand Down
2 changes: 1 addition & 1 deletion calico-cloud/operations/comms/apiserver-tls.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: Add TLS certificates to secure access to the Calico Cloud API server.
description: Provide TLS certificates that secure access to the Calico Cloud API server on a connected cluster as part of a zero-trust deployment model.
---

# Provide TLS certificates for the API server
Expand Down
2 changes: 1 addition & 1 deletion calico-cloud/operations/comms/certificate-management.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: Control the issuer of certificates used by Calico Cloud.
description: Manage TLS certificates for Calico Cloud components on a connected cluster by controlling the certificate issuer through the Kubernetes Certificates API.
---

# Manage TLS certificates used by Calico Cloud
Expand Down
2 changes: 1 addition & 1 deletion calico-cloud/operations/comms/compliance-tls.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: Add TLS certificate to secure access to compliance.
description: Provide TLS certificates that secure access to the Calico Cloud compliance components on a connected cluster as part of a zero-trust deployment model.
---

# Provide TLS certificates for compliance
Expand Down
2 changes: 1 addition & 1 deletion calico-cloud/operations/comms/crypto-auth.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: Enable TLS authentication and encryption for various Calico Cloud components.
description: Configure TLS authentication and encryption across Calico Cloud components, the Kubernetes control plane, Typha, Node, and observability traffic on connected clusters.
---

# Configure encryption and authentication to secure Calico Cloud components
Expand Down
2 changes: 1 addition & 1 deletion calico-cloud/operations/comms/index.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: Secure communications for Calico components.
description: Secure communications between Calico Cloud components on a connected cluster with mutual TLS, including API server, log storage, web console, and BGP endpoints.
hide_table_of_contents: true
---

Expand Down
2 changes: 1 addition & 1 deletion calico-cloud/operations/comms/log-storage-tls.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: Add TLS certificate to secure access to log storage.
description: Provide TLS certificates that secure access to Calico Cloud log storage on a connected cluster as part of a zero-trust deployment model.
---

# Provide TLS certificates for log storage
Expand Down
2 changes: 1 addition & 1 deletion calico-cloud/operations/comms/manager-tls.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: Add TLS certificates to secure access to the web console user interface.
description: Provide TLS certificates that secure browser access to the Calico Cloud web console on a connected cluster in place of the default self-signed certificate.
---

# Provide TLS certificates for the web console
Expand Down
2 changes: 1 addition & 1 deletion calico-cloud/operations/comms/packetcapture-tls.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: Add TLS certificate to secure access to PacketCapture APIs.
description: Provide TLS certificates that secure access to the Calico Cloud PacketCapture APIs on a connected cluster as part of a zero-trust deployment model.
---

# Provide TLS certificates for PacketCapture APIs
Expand Down
2 changes: 1 addition & 1 deletion calico-cloud/operations/comms/secure-bgp.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: Configure BGP passwords to prevent attackers from injecting false routing information.
description: Configure BGP session passwords on Calico Cloud BGP peers on a connected cluster to block attackers from injecting false routing information.
---

# Secure BGP sessions
Expand Down
2 changes: 1 addition & 1 deletion calico-cloud/operations/comms/secure-metrics.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: Limit access to Calico Cloud metric endpoints using network policy.
description: Restrict access to Calico Cloud Prometheus metric endpoints on a connected cluster with network policy so only authorized scrapers can read component telemetry.
---

# Secure Calico Cloud Prometheus endpoints
Expand Down
2 changes: 1 addition & 1 deletion calico-cloud/operations/comms/typha-node-tls.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: Add TLS certificates to secure communications between if you are using Typha to scale your deployment.
description: Provide a custom CA and TLS certificates for mutual TLS authentication between Calico Cloud Node and Typha components on a connected cluster at scale.
---

# Provide TLS certificates for Typha and Node
Expand Down
2 changes: 1 addition & 1 deletion calico-cloud/operations/component-logs.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: Where to find component logs.
description: Reference for locating and collecting Calico Cloud component logs including calico/node, Felix, Typha, and observability agents on connected clusters.
---

# Component logs
Expand Down
2 changes: 1 addition & 1 deletion calico-cloud/operations/disconnect.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: Steps to use migration script to uninstall Calico Cloud from a cluster.
description: Disconnect a cluster from Calico Cloud with the migration script that uninstalls SaaS components and reverts the cluster to open-source Project Calico.
---

# Uninstall Calico Cloud from a cluster
Expand Down
2 changes: 1 addition & 1 deletion calico-cloud/operations/ebpf/enabling-ebpf.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: Steps to enable the eBPF data plane on an existing cluster.
description: Switch a Calico Cloud connected cluster to the eBPF data plane on an existing installation as an alternative to the iptables data plane.
---

# Enable eBPF on an existing cluster
Expand Down
2 changes: 1 addition & 1 deletion calico-cloud/operations/ebpf/index.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: Documentation for eBPF data plane mode, including how to enable eBPF data plane mode.
description: Reference index for the Calico Cloud eBPF data plane on connected clusters covering installation, runtime switching, troubleshooting, and use-case selection.
hide_table_of_contents: true
---

Expand Down
2 changes: 1 addition & 1 deletion calico-cloud/operations/ebpf/troubleshoot-ebpf.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: How to troubleshoot when running in eBPF mode.
description: Troubleshooting guide for the Calico Cloud eBPF data plane on a connected cluster covering verification logs, service connectivity, BPF map inspection, and failure modes.
---

# Troubleshoot eBPF mode
Expand Down
2 changes: 1 addition & 1 deletion calico-cloud/operations/ebpf/use-cases-ebpf.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: Learn when to use eBPF, and when not to.
description: Guidance on when the Calico Cloud eBPF data plane on a connected cluster fits a workload compared to the standard iptables data plane, with trade-offs.
---

# eBPF use cases
Expand Down
2 changes: 1 addition & 1 deletion calico-cloud/operations/index.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: Manage clusters and add new users.
description: Day-2 operations for Calico Cloud connected clusters covering cluster management, secure component communications, monitoring, eBPF, and disconnection.
---

import { DocCardLink, DocCardLinkLayout } from '/src/___new___/components';
Expand Down
2 changes: 1 addition & 1 deletion calico-cloud/operations/monitor/index.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: Tools for scraping useful metrics.
description: Reference index for monitoring Calico Cloud connected clusters with Prometheus metrics covering BGP, policy, log collection, and component health.
hide_table_of_contents: true
---

Expand Down
2 changes: 1 addition & 1 deletion calico-cloud/operations/monitor/metrics/bgp-metrics.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: Monitor BGP peering and route exchange in your cluster and get alerts by defining rules and thresholds.
description: Monitor BGP peering and route exchange in Calico Cloud connected clusters by defining Prometheus rules and thresholds for peer health and route counts.
---

# BGP metrics
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: Monitor Fluentd metrics and get alerts on log storage or collection issues.
description: Track Calico Cloud Fluentd metrics in Prometheus to alert on flow, DNS, and audit log collection disruptions on connected clusters.
---

# Fluentd metrics
Expand Down
2 changes: 1 addition & 1 deletion calico-cloud/operations/monitor/metrics/index.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: Configure Prometheus metrics.
description: Reference index for Calico Cloud Prometheus metrics on connected clusters covering BGP, policy, log collection, and recommended dashboards.
hide_table_of_contents: true
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: Monitor the effects of policy in your cluster and received alerts by defining rules and thresholds.
description: Monitor the runtime effect of policies on Calico Cloud connected clusters by defining Prometheus rules and thresholds that fire alerts on policy hits.
---

# Policy metrics
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: Recommended Prometheus metrics for monitoring Calico Enterprise components.
description: Recommended Prometheus metrics for Calico Cloud Typha, Felix, and policy components on connected clusters, covering the signals most critical to cluster health.
---

# Recommended Prometheus metrics
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: Configure Alertmanager, a Prometheus feature that routes alerts.
description: Configure Alertmanager in a Calico Cloud connected cluster to route Prometheus alerts to operators with deduplication, grouping, silencing, and inhibition rules.
---

# Configure Alertmanager
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: Steps to get Calico Cloud metrics using your own Prometheus.
description: Scrape Calico Cloud component metrics from an existing bring-your-own Prometheus deployment instead of the bundled operator-managed Prometheus on connected clusters.
---

# Bring your own Prometheus
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: Configure rules for alerts and denied packets, for persistent storage.
description: Configure Calico Cloud Prometheus rules for denied-packet alerts and persistent storage on connected clusters by editing PrometheusRule and StorageClass resources.
---

# Configure Prometheus
Expand Down
2 changes: 1 addition & 1 deletion calico-cloud/operations/monitor/prometheus/index.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: Configure open-source toolkit for systems monitoring and alerting.
description: Configure the open-source Prometheus monitoring and alerting toolkit bundled with Calico Cloud for component metrics, alerts, and persistent storage on connected clusters.
hide_table_of_contents: true
---

Expand Down
2 changes: 1 addition & 1 deletion calico-cloud/operations/monitor/prometheus/support.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: Prometheus support in Calico Cloud.
description: Reference for Prometheus support in Calico Cloud connected clusters covering the bundled operator-managed install and bring-your-own Prometheus deployment options.
---

# Prometheus support
Expand Down
2 changes: 1 addition & 1 deletion calico-cloud/operations/usage-metrics.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: Where to find Calico Cloud usage metrics.
description: Reference for finding Calico Cloud Pro usage and billing metrics, calculated as vCPU hours across all connected clusters each month.
---

import IconUser from '/img/icons/user-icon.svg';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: Manage cluster storage, add new clusters, and configure alerts.
description: Manage Calico Cloud connected clusters from the web console by adding clusters, removing managed clusters, and configuring cluster-wide alerts.
---

# Manage clusters
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: Add TLS certificates to secure access to the Calico Cloud API server.
description: Provide TLS certificates that secure access to the Calico Cloud API server on a connected cluster as part of a zero-trust deployment model.
---

# Provide TLS certificates for the API server
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: Control the issuer of certificates used by Calico Cloud.
description: Manage TLS certificates for Calico Cloud components on a connected cluster by controlling the certificate issuer through the Kubernetes Certificates API.
---

# Manage TLS certificates used by Calico Cloud
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: Add TLS certificate to secure access to compliance.
description: Provide TLS certificates that secure access to the Calico Cloud compliance components on a connected cluster as part of a zero-trust deployment model.
---

# Provide TLS certificates for compliance
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: Enable TLS authentication and encryption for various Calico Cloud components.
description: Configure TLS authentication and encryption across Calico Cloud components, the Kubernetes control plane, Typha, Node, and observability traffic on connected clusters.
---

# Configure encryption and authentication to secure Calico Cloud components
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: Secure communications for Calico components.
description: Secure communications between Calico Cloud components on a connected cluster with mutual TLS, including API server, log storage, web console, and BGP endpoints.
hide_table_of_contents: true
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: Add TLS certificate to secure access to log storage.
description: Provide TLS certificates that secure access to Calico Cloud log storage on a connected cluster as part of a zero-trust deployment model.
---

# Provide TLS certificates for log storage
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: Add TLS certificates to secure access to the web console user interface.
description: Provide TLS certificates that secure browser access to the Calico Cloud web console on a connected cluster in place of the default self-signed certificate.
---

# Provide TLS certificates for the web console
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: Add TLS certificate to secure access to PacketCapture APIs.
description: Provide TLS certificates that secure access to the Calico Cloud PacketCapture APIs on a connected cluster as part of a zero-trust deployment model.
---

# Provide TLS certificates for PacketCapture APIs
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: Configure BGP passwords to prevent attackers from injecting false routing information.
description: Configure BGP session passwords on Calico Cloud BGP peers on a connected cluster to block attackers from injecting false routing information.
---

# Secure BGP sessions
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: Limit access to Calico Cloud metric endpoints using network policy.
description: Restrict access to Calico Cloud Prometheus metric endpoints on a connected cluster with network policy so only authorized scrapers can read component telemetry.
---

# Secure Calico Cloud Prometheus endpoints
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: Add TLS certificates to secure communications between if you are using Typha to scale your deployment.
description: Provide a custom CA and TLS certificates for mutual TLS authentication between Calico Cloud Node and Typha components on a connected cluster at scale.
---

# Provide TLS certificates for Typha and Node
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: Where to find component logs.
description: Reference for locating and collecting Calico Cloud component logs including calico/node, Felix, Typha, and observability agents on connected clusters.
---

# Component logs
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: Steps to use migration script to uninstall Calico Cloud from a cluster.
description: Disconnect a cluster from Calico Cloud with the migration script that uninstalls SaaS components and reverts the cluster to open-source Project Calico.
---

# Uninstall Calico Cloud from a cluster
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: Steps to enable the eBPF data plane on an existing cluster.
description: Switch a Calico Cloud connected cluster to the eBPF data plane on an existing installation as an alternative to the iptables data plane.
---

# Enable eBPF on an existing cluster
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: Documentation for eBPF data plane mode, including how to enable eBPF data plane mode.
description: Reference index for the Calico Cloud eBPF data plane on connected clusters covering installation, runtime switching, troubleshooting, and use-case selection.
hide_table_of_contents: true
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: How to troubleshoot when running in eBPF mode.
description: Troubleshooting guide for the Calico Cloud eBPF data plane on a connected cluster covering verification logs, service connectivity, BPF map inspection, and failure modes.
---

# Troubleshoot eBPF mode
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: Learn when to use eBPF, and when not to.
description: Guidance on when the Calico Cloud eBPF data plane on a connected cluster fits a workload compared to the standard iptables data plane, with trade-offs.
---

# eBPF use cases
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: Manage clusters and add new users.
description: Day-2 operations for Calico Cloud connected clusters covering cluster management, secure component communications, monitoring, eBPF, and disconnection.
---

import { DocCardLink, DocCardLinkLayout } from '/src/___new___/components';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: Tools for scraping useful metrics.
description: Reference index for monitoring Calico Cloud connected clusters with Prometheus metrics covering BGP, policy, log collection, and component health.
hide_table_of_contents: true
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: Monitor BGP peering and route exchange in your cluster and get alerts by defining rules and thresholds.
description: Monitor BGP peering and route exchange in Calico Cloud connected clusters by defining Prometheus rules and thresholds for peer health and route counts.
---

# BGP metrics
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: Monitor Fluentd metrics and get alerts on log storage or collection issues.
description: Track Calico Cloud Fluentd metrics in Prometheus to alert on flow, DNS, and audit log collection disruptions on connected clusters.
---

# Fluentd metrics
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: Configure Prometheus metrics.
description: Reference index for Calico Cloud Prometheus metrics on connected clusters covering BGP, policy, log collection, and recommended dashboards.
hide_table_of_contents: true
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: Monitor the effects of policy in your cluster and received alerts by defining rules and thresholds.
description: Monitor the runtime effect of policies on Calico Cloud connected clusters by defining Prometheus rules and thresholds that fire alerts on policy hits.
---

# Policy metrics
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: Recommended Prometheus metrics for monitoring Calico Enterprise components.
description: Recommended Prometheus metrics for Calico Cloud Typha, Felix, and policy components on connected clusters, covering the signals most critical to cluster health.
---

# Recommended Prometheus metrics
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: Configure Alertmanager, a Prometheus feature that routes alerts.
description: Configure Alertmanager in a Calico Cloud connected cluster to route Prometheus alerts to operators with deduplication, grouping, silencing, and inhibition rules.
---

# Configure Alertmanager
Expand Down
Loading
Loading