Deprecation Notes

Welcome to the deprecation notes for the SaaS and OnPrem versions of the Sysdig Platform. As part of our commitment to continuously improve the Sysdig platform, Sysdig may deprecate features and components over time. Deprecation decisions are made carefully, often in conjunction with new or improved capabilities.
ApplicationDeprecated functionalityAnnouncementDeprecation date
Sysdig PlatformStandalone applications & chartsSept 10, 2026Sept 10, 2027
Host Shield & AgentLegacy eBPF driverDec 4, 2025Dec 4, 2026
Host Shield & AgentAgent Secure modeDec 4, 2025Dec 4, 2026
Host Shield & Agentcontainer_enginesDec 4, 2025Dec 4, 2026
Host Shield & AgentSupport for Mesos metricsAugust 28, 2025August 28, 2026
Host Shield & AgentAgent Monitor Light modeAug 27, 2025Aug 27, 2026
SaaS - Sysdig SecureTerraform properties in AWS & GCP OnboardJul 1, 2025Nov 30, 2025
Host Shield & AgentLinux Kernel prior to 3.10Feb 1, 2025June 17, 2025
Host Shield & AgentCustom App ChecksFeb 1, 2025June 17, 2025
Host Shield & AgentSupport for Python 2.7Feb 1, 2025June 17, 2025
Serverless AgentServerless Orchestrator AgentDec 17, 2024Aug 1, 2025
SaaS - Sysdig SecureLegacy Scanning EngineJuly 18, 2025July 18, 2025
Host ShieldSupport for RHEL6 and CentOS6Feb 1, 2024March 1, 2024

For migration support and guidance, contact Customer Success.

The dates below refer to the deprecation date of features and applications.

September 10, 2027

Standalone Applications and Charts

As part of the unified Sysdig Shield migration, the following Helm charts, container images, and binaries are deprecated.

All individual deployments are being replaced by the unified Sysdig Shield Helm chart (shield), which bundles Host Shield and Cluster Shield into a single deployment with one unified release cadence and configuration surface; these components share a single deprecation lifecycle.

Plan migration to shield holistically rather than per-component; this is an all-or-nothing migration: customers should not migrate individual components in isolation.

Components

ComponentReplacementContainer image
admission-controllerCluster Shieldquay.io/sysdig/secure-admission-controller
cloud-connectorSysdig Cloud account onboardingquay.io/sysdig/cloud-connector
cloud-scanningSysdig Cloud account onboardingquay.io/sysdig/cloud-scanning
eve-connectorSnyk integrationquay.io/sysdig/eveclient-api
harbor-scanner-sysdig-secureregistry-scanner / CLI Scannerdocker.io/sysdiglabs/harbor-scanner-sysdig-secure
host-analyzerHost Shieldquay.io/sysdig/host-analyzer
image-sbom-extractorCluster Shieldquay.io/sysdig/image-sbom-extractor
kspm-admission-controllerCluster Shieldquay.io/sysdig/secure-admission-controller
kspm-analyzerHost Shieldquay.io/sysdig/kspm-analyzer
kspm-collectorCluster Shieldquay.io/sysdig/kspm-collector
node-image-analyzerHost Shieldquay.io/sysdig/node-image-analyzer
rapid-responseHost Shieldquay.io/sysdig/rapid-response-host-component
runtime-status-integratorCluster Shieldquay.io/sysdig/runtime-status-integrator
sysdig-stackdriver-bridgeCluster Shielddocker.io/sysdiglabs/stackdriver-webhook-bridge
vuln-host-scannerHost Shieldquay.io/sysdig/vuln-host-scanner
vuln-runtime-scannerHost Shieldquay.io/sysdig/vuln-runtime-scanner

Helm charts

ChartReplacementSource code
admission-controllershield chartcharts/admission-controller
agentshield chartcharts/agent
cloud-connectorSaaScharts/cloud-connector
cloud-scanningSaaScharts/cloud-scanning
cluster-shieldshield chartcharts/cluster-shield
cluster-scannershield chartcharts/cluster-scanner
harbor-scanner-sysdig-secureregistry-scanner / CLI Scannercharts/harbor-scanner-sysdig-secure
node-analyzershield chartcharts/node-analyzer
kspm-collectorshield chartcharts/kspm-collector
rapid-responseshield chartcharts/rapid-response
sysdig-deployshield chartcharts/sysdig-deploy
sysdig-mcm-navmenucharts/sysdig-mcm-navmenu
sysdig-stackdriver-bridgeshield chartcharts/sysdig-stackdriver-bridge

Migration: Migrate to the unified Sysdig Shield Helm chart.

References:

You can find more details related to each single item in the following sections:

sysdig-deploy helm chart

The sysdig-deploy Helm chart is deprecated. This chart is used to deploy multiple Sysdig sub-charts (agent, cluster-shield, node-analyzer, admission-controller, kspm-collector, rapid-response, etc.) under a single parent chart.

The sysdig-deploy chart and the older sysdig (Monolith) chart (deprecated 2023) are superseded by the unified shield chart.

Why this change:

  • Single unified release cadence instead of multiple sub-chart versions
  • One configuration surface instead of fragmented chart values
  • Reduced operational burden, upgrade complexity, and CVE exposure
  • Aligns customer deployments with Sysdig’s unified Shield model

Migration path: See Install Sysdig in a Kubernetes Cluster for shield chart installation guidance.

References:

cloud-connector

The cloud-connector Helm chart is deprecated and will be retired on Sept 01, 2027. This chart was used only in special cases where standard Terraform or CloudFormation-based cloud onboarding was not applicable.

Migrate to the standard Sysdig Cloud account onboarding using Terraform or CloudFormation templates. Contact your Sysdig account manager if you require assistance.

Reference:

March 31, 2027

Zones Public API v1 and Terraform Zones v1 model

Zones Public API v1 endpoints at /v1/zones are now deprecated and will be removed on this date. All integrations should use /v2/zones instead, as documented in the Zones section of the Sysdig Public API documentation.

The Zones v1 model in the Terraform provider is also deprecated. Any sysdig_secure_zone configuration that relies on legacy rules-based scopes with v1-only fields (for example, labels, labelValues, agentTags) will no longer be supported. Instead, use the expression-based v2 model in sysdig_secure_zone as documented in the Terraform provider.

For migration guidance, contact Sysdig Support.

December 04, 2026

Legacy eBPF Driver

Starting with version 14.3.0, no new features will be introduced for the Legacy eBPF driver. The driver will retire on December 04, 2026.

Secure Mode

Secure Mode is deprecated and will retire on December 04, 2026. To ensure continued support and improved performance, migrate to Secure_Light mode.

Configuration Keys

The following configuration keys are deprecated and will be removed in an upcoming release:

  • container_engines.docker
  • container_engines.podman
  • container_engines.cri
  • container_size_request.enabled

Replace these keys with the following:

  • container_runtime.docker.enabled
  • container_runtime.podman.enabled
  • container_runtime.cri.enabled
  • container_runtime.size_request_enabled

In accordance with our support policy, support for these keys will be fully removed within 12 months. Update your configurations to ensure compatibility with future releases.

September 10, 2026

Sysdig Platform CLI and Sysdig Python SDK

The Sysdig Platform CLI (sdc-cli) and Sysdig Python SDK are deprecated as of September 2026. For the most up-to-date endpoints and support, use the Sysdig API.

February 28, 2026

List Matching Policies and Rules Support

List matching Policies and Rules will not be supported anymore. Starting from this date, all the List matching Policies and Rules will be deleted.

In place of List matching, you can use Falco Workload Policies and rules. You can convert existing List matching Policies and Rules using the guide here.

December 15, 2025

List Matching Policies and Rules Creation

You will not be able to create new List matching Policies and Rules. In place of those, we suggest using Falco. It’s more versatile and helps you create more valuable detections.

Existing Policies and rules will continue working until further notice. It is also possible to continue modifying existing policies and rules.

We encourage you to start converting your existing List matching Policies and Rules to rely on Falco using the guide here.

Nov 30, 2025

Terraform properties in AWS & GCP Onboard

If you onboarded your AWS accounts before Selective Cloud Account Onboarding was introduced, your Terraform or CFT configuration may include organizational_unit_ids or org_units. Contact your Sysdig support representative for guidance on transitioning to include_ouids and exclude_ouids.

If you onboarded your GCP accounts before Selective Cloud Account Onboarding was introduced, your Terraform configuration may include management_group_ids. Contact your Sysdig support representative for guidance on transitioning to include_folders and exclude_folders.

CLI Scanners version 1.3.0 and earlier

Sysdig CLI Scanner versions 1.3.0 and earlier will no longer be able to submit scan results to the Sysdig backend. All external-facing endpoints that support these scanners will be decommissioned across all regions. Upgrade your CLI scanner to the latest available version to have continuous support.

Sept 30, 2025

Container ID as Primary Identifier in Vulnerability Management Scanning:

We are deprecating the use of Container ID as the unique identifier for vulnerabilities within Host Scanning when Container Scanning is enabled.

Previously, vulnerabilities were tracked and counted using Container ID. This meant that even if the same container image or workload was restarted, each new Container ID would be counted separately and generate a new scan result.

Now, vulnerabilities are correlated using a combination of Hostname, Container Name, and Image ID. This provides a stable identifier across restarts and ensures more accurate correlation of Software Bill of Materials (SBOM) to running container workloads.

Impact

As the change rolls out, the following impact is expected:

  • Vulnerability counts in dashboards will change. They may temporarily spike due to the changeover and new identification of vulnerabilities and resources. This will normalize after the switch and the old results drop off. Once the change is fully in effect, vulnerability counts will appear lower, as duplicate entries tied to container restarts or redeploys are eliminated.

Benefits

This update grants the following benefits:

  • Reduced noise and clearer vulnerability data, as containers will no longer be overcounted.
  • Improved accuracy as vulnerabilities will be tied to Host, Container Name, and Image ID.

Timeline

September 30th, 2025: Container ID support will be fully deprecated and begin rollout to all environments. After this date, all vulnerability identifiers will use Hostname + Container Name + Image ID.

No customer action is required. Dashboards and reports will automatically reflect the new identifier model by the deprecation date.

Aug 1, 2025

Serverless Orchestrator Agent

The Orchestrator Agent entered its deprecation phase with Serverless Agent 5.3.0 and is set to be fully deprecated by Aug 1, 2025.

After this date, it will no longer receive updates, including development, maintenance, bug fixes, or security patches. For guidance on migrating from the Orchestrator, please refer to Migrating from Orchestrator.

July 18, 2025

Legacy Scanning Engine

As part of our ongoing efforts to improve performance, security, and reliability, we are officially deprecating the Legacy Scanning Engine.

On July 18, 2025, the following actions will take place:

  • The Legacy Scanning Engine UX pages will be removed from the platform.

  • All related backend services will begin shutting down.

  • We will no longer provide support for the Legacy Scanning Engine in any SaaS region after this date.

  • No further maintenance, updates, or bug fixes will be delivered.

  • SaaS users will no longer have access to Legacy Scanning Engine functionality via the user interface or APIs.

  • Any workflows or integrations that depend on this engine will cease to function.

We recommend all customers transition to our current scanning solution as soon as possible to ensure uninterrupted service and continued support. For details, see Vulnerability Management.

June 17, 2025

Linux Kernel prior to 3.10

The minimum supported Linux kernel version is 3.10.

Users running older kernel versions should plan to upgrade to maintain compatibility and support.

Support for Python 2.7

Python 2.7 reached its official End of Life in January 2020, to enhance security, stability, and performance, support for Python 2.7 has been discontinued.

Sysdig recommends updating to a supported Python version.

Custom App Checks

To improve Sysdig Monitor’s functionality and streamline integrations, Sysdig has now sunset Custom App Checks

Sysdig strongly recommends transitioning to Monitoring Integrations for better performance and support.

March 1, 2024

Support for RHEL6 and CentOS6

As part of Sysdig Agent 13.0.0 release Sysdig dropped the support for RHEL6 and CentOS6, all the customer that are affected has received communication from their Sysdig rappresentative.

On-prem installations remain supported until individual account contracts are expired. Sysdig is also committed to supporting feeds for those environments.