Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 955 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 955 Bytes

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.