Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/markjacksonfishing/cruise
Relax, we got this.
https://github.com/markjacksonfishing/cruise
Last synced: about 1 month ago
JSON representation
Relax, we got this.
- Host: GitHub
- URL: https://github.com/markjacksonfishing/cruise
- Owner: markjacksonfishing
- License: apache-2.0
- Created: 2018-04-11T04:58:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-04-09T04:23:49.000Z (over 6 years ago)
- Last Synced: 2024-10-13T07:50:58.429Z (2 months ago)
- Language: Go
- Size: 16.6 KB
- Stars: 0
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Heptio Cruise 🚢
Stress free HTTP monitoring for your Kubernetes hosted Web Applications.
**Maintainers:** [Heptio][0]
[![Build Status][1]][2]
## Overview
Cruise automatically configures HTTP monitoring of Kubernetes Ingress resources.## 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.[0]: https://github.com/heptio
[1]: https://travis-ci.org/heptiolabs/cruise.svg?branch=master
[2]: https://travis-ci.org/heptiolabs/cruise