Skip to content

Latest commit

 

History

History
 
 

appmesh-spire-agent

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Sample App Mesh SPIRE Agent

Sample App Mesh SPIRE Agent Helm chart for Kubernetes

Installing the Chart

Add the EKS repository to Helm:

helm repo add eks https://aws.github.io/eks-charts

Install App Mesh SPIRE Agent:

helm upgrade -i appmesh-spire-agent eks/appmesh-spire-agent \
--namespace spire

The configuration section lists the parameters that can be configured during installation.

Uninstalling the Chart

To uninstall/delete the appmesh-spire-agent deployment:

helm delete appmesh-spire-agent --namespace spire

The command removes all the Kubernetes components associated with the chart and deletes the release.

Configuration

The following tables lists the configurable parameters of the chart and their default values.

Parameter Description Default
config.trustDomain SPIRE Trust Domain appmesh.aws
config.logLevel Log Level DEBUG
config.serverAddress SPIRE Server Address spire-server
config.serverPort SPIRE Server Bind Port 8081
serviceAccount.create If true, create a new service account true
serviceAccount.name Service account to be used spire-agent