https://github.com/scality/zcheck
A commandline utility for checking Zenko configuration
https://github.com/scality/zcheck
zenko-1
Last synced: 13 days ago
JSON representation
A commandline utility for checking Zenko configuration
- Host: GitHub
- URL: https://github.com/scality/zcheck
- Owner: scality
- License: apache-2.0
- Created: 2018-06-25T23:54:30.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-02-09T06:16:32.000Z (over 5 years ago)
- Last Synced: 2025-01-05T17:10:26.468Z (over 1 year ago)
- Topics: zenko-1
- Language: Python
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 56
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES
- License: LICENSE
Awesome Lists containing this project
README
# zcheck
zcheck is a command-line utility to check the configuration of a
production Zenko deployment and diagnose problems in it.
## Pre-Requisites
zcheck requires a [Helm](https://github.com/kubernetes/helm) installation
that is configured to access Tiller running inside Kubernetes.
## Installation
zcheck can be installed directly from PyPi using Pip:
```
pip install zcheck
```
A Docker image is also provided for convenience.
```
docker pull zenko/zcheck:latest
docker run -it zenko/zcheck help
```
## Syntax
zcheck commands conform to the following syntax:
```
zcheck <-flag or --verbose_option>
```
### Global Options
```
--mongo Override the default Mongo connection string (host:port)
-r, --helm-release The Helm release name under which Zenko was installed.
```
### Subcommands
#### checkup
Run all checks and tests (may take a while).
#### k8s
Check Kubernetes-related configuration.
```
-c, --check-services Attempt to connect to defined services and report their status.
```
#### orbit
Check overlay configuration applied via Orbit.
#### backends
Check existence and configuration of backend buckets.
```
-d, --deep Enable deep checking. Check every Zenko bucket for its backing bucket
(same as zcheck buckets)
```
#### buckets
Check every Zenko bucket for its backend bucket.