Skip to content

stone-z/canarytokens-k8s

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

canarytokens-k8s

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.

Usage

To install opencanary in a local kind cluster and access the frontend from a local browser:

  1. Clone the repo
    git clone https://github.com/stone-z/canarytokens-k8s.git
    cd canarytokens-k8s
  2. (If you don't have a cluster) Start a cluster using kind:
    kind create cluster
  3. Install canarytokens-k8s:
    helm install canarytokens-k8s canarytokens-k8s/
  4. Port-forward the frontend pod to your local machine:
    kubectl port-forward service/frontend 8082:8082
  5. Navigate to localhost:8082 in your browser.

About

A Helm chart for deploying Thinkst Canarytokens in a Kubernetes cluster.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages