Supported workloads, Container Registry, languages, OS for Kubernetes integration
Supported workloads
The Snyk controller can detect the following workloads in the cluster:
Deployment
ReplicaSet
ReplicationController
DaemonSet
StatefulSet
Job
CronJob
DeploymentConfig (OpenShift)
Pod, when these Pods have no parent or owner references
The controller detects these workloads by tracing the chain of owner references starting from individual Pods until it reaches the topmost workload. For example, given a Pod, the controller may detect that it is owned by a ReplicaSet, which in turn is owned by a Deployment, which in turn has no other owners - the workload detected is therefore the Deployment.
In cases where the a workload is owned by a Custom Resource, the snyk monitor currently cannot proceed and must assume that the current workload is the topmost parent that the controller was able to process.
Supported container registries
Snyk Controller supports the following container registries.
ACR GCR DigitalOcean
ECR Github Container Registry Gitlab Container Registry Harbor JFrog Artifactory Docker Hub
ECR JFrog Artifactory
Supported languages
Snyk Controller supports the following languages.
Node
Go
Java
PHP
Python
Supported operating systems
You can find an up-to-date list of supported operating systems in Snyk Container: Supported operating system distributions.
Last updated
Was this helpful?