Skip to content

HarshadRanganathan/helm-kiali-operator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

helm-kiali-operator

Helm chart for setting up Kiali Operator in your EKS cluster.

Table of Contents

Pre-requisites

Namespace

Create a new namespace kiali-operator where we will install operator.

kubectl create namespace kiali-operator

Config Updates

In shared-values.yaml file available inside stages folder, add values for below settings:

accessible_namespaces Add your app namespaces
prometheus.url Update to your prometheus service url running in the cluster

Install/Upgrade Chart

Run below commands to install/upgrade the chart.

helm upgrade -i kiali-operator . -n kiali-operator --values=stages/shared-values.yaml

About

Helm chart for setting up Kiali Operator in your EKS cluster.

Topics

Resources

License

Stars

Watchers

Forks