Skip to content

Sidecar Container Approach

This document provides an overview of the Sidecar Container approach for scanning containers.

Introduction

The Sidecar Container approach involves deploying a CINC Auditor container alongside the target container within the same pod. This allows the scanner container to access the target container's filesystem through the shared process namespace.

Key Features

  • Works with any Kubernetes cluster regardless of version
  • Provides universal compatibility for all container types
  • Requires deploying containers with the sidecar configuration
  • Can access container filesystems through process namespace sharing

Detailed Documentation