Skip to content

asenchi/cruise

 
 

Heptio Cruise 🚢

Stress free HTTP monitoring for your Kubernetes hosted Web Applications.

Maintainers: Heptio

Build Status

Overview

Cruise automatically configures HTTP monitoring of Kubernetes Ingress resources.

Read the annoucement here.

Installation

  1. Deploy Cruise to your cluster
    % kubectl apply -f https://github.com/heptiolabs/cruise/blob/master/deployment/cruise.yaml
    
  2. Configure your Pingdom API credentials
    % kubectl -n heptio-cruise create secret generic cruise \
            --from-literal=PINGDOM_USERNAME=you@yourdomain \
            --from-literal=PINGDOM_PASSWORD=yourpassword \
            --from-literal=PINGDOM_APIKEY=yourapikey
    

You're all set! Pingdom will let you know if any of your web applications have run aground.

About

Relax, we got this.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 97.8%
  • Makefile 2.2%