Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Installation Options for the Trivy Operator

This repository showcases several different options for installing the trivy-operator.

kubectl

Prerequisites

  • kubectl installed
  • access to a Kubernetes cluster

Installation

Follow the documentation: https://aquasecurity.github.io/trivy-operator/v0.14.1/getting-started/installation/kubectl/ Kubernetes resources: https://github.com/aquasecurity/trivy-operator/tree/main/deploy/static

Helm

Prerequisites

  • kubectl installed
  • helm installed
  • access to a Kubernetes cluster

Installation

Follow the installation: https://aquasecurity.github.io/trivy-operator/v0.14.1/getting-started/installation/helm/ Helm Chart: https://github.com/aquasecurity/trivy-operator/tree/main/deploy/helm

ArgoCD

Prerequisites

  • kubectl installed
  • helm installed
  • access to a Kubernetes cluster

Installation

Install ArgoCD by following the getting started guide here:

Apply the Trivy-Operator installation manifest:

kubectl apply -f argocd

You should then be able to see the Trivy Operator thought the ArgoCD UI as managed by ArgoCD:

The Trivy Operator in ArgoCD

Terraform

Prerequisites

  • kubectl installed
  • the Terraform CLI installed
  • access to a Kubernetes cluster

Installation

Follow these commands to install the Trivy Operator through Terraform:

cd terraform

terraform init

terraform plan

terraform apply

The Trivy Operator installed through terraform

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages