Install the Snyk Controller on Amazon Elastic Kubernetes Service (Amazon EKS)
helm repo add snyk-charts https://snyk.github.io/kubernetes-monitor --force-updatekubectl create namespace snyk-monitor{
"credsStore": "ecr-login"
}kubectl create secret generic snyk-monitor \
-n snyk-monitor --from-file=dockercfg.json \
--from-literal=integrationId=abcd1234-abcd-1234-abcd-1234abcd1234 \
--from-literal=serviceAccountApiToken=bdca4123-dbca-4343-bbaa-1313cbad4231Attach policies for worker nodes
Create an EKS node role for your Node Group and add the Trust Relationship for the IAM Role
PreviousAuthenticate to private container registriesNextInstall the Snyk Controller with OpenShift 4 and OperatorHub
Last updated
Was this helpful?

