Skip to content

Instantly share code, notes, and snippets.

@ollytheninja
Last active September 25, 2020 03:27
Show Gist options
  • Save ollytheninja/6336b45968e15602813fd4a1d71b3539 to your computer and use it in GitHub Desktop.
Save ollytheninja/6336b45968e15602813fd4a1d71b3539 to your computer and use it in GitHub Desktop.
How to get Anchore Engine up and running with Helm 3 and Kubernetes quick and easy
# Requires kubernetes and Helm v3 installed
# Install using Helm chart
helm repo add anchore https://charts.anchore.io
helm install anchore-1 anchore/anchore-engine
# Connect to cli
kubectl exec service/anchore-1-anchore-engine-api -it /bin/bash
# or you can alias
alias anchore-cli=$(kubectl exec service/anchore-1-anchore-engine-api anchore-cli)
# For inline scanning https://docs.anchore.com/current/docs/engine/usage/integration/ci_cd/inline_scanning/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment