Skip to content

Kubernetes API Approach

This document provides an overview of the Kubernetes API approach for container scanning using CINC Auditor.

Introduction

The Kubernetes API approach utilizes the train-k8s-container InSpec transport plugin to scan containers by connecting directly to the Kubernetes API. This approach is the primary recommended method for enterprise environments.

Key Features

  • No modifications to existing pods or containers
  • Minimal permissions using least privilege principle
  • Easy integration with CI/CD pipelines
  • Simple, consistent user experience

Detailed Documentation