A Helm chart for deploying canarytokens
from Thinkst in a Kubernetes cluster.
Disclaimer: This is an unofficial repo maintained casually and is not tested or configured for production use.
To install opencanary
in a local kind
cluster and access the frontend from a local browser:
- Clone the repo
git clone https://github.com/stone-z/canarytokens-k8s.git cd canarytokens-k8s
- (If you don't have a cluster) Start a cluster using
kind
:kind create cluster
- Install
canarytokens-k8s
:helm install canarytokens-k8s canarytokens-k8s/
- Port-forward the frontend pod to your local machine:
kubectl port-forward service/frontend 8082:8082
- Navigate to
localhost:8082
in your browser.