An open API service indexing awesome lists of open source software.

https://github.com/superseb/rancher-check


https://github.com/superseb/rancher-check

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# rancher-check

Checks connectivity (HTTPS/DNS/certificates) to a Rancher 2.0 setup by using a server-url (`https://rancher.yourdomain.com`)

Also see the Golang based tool: https://github.com/superseb/ranchercheck

## How to use

### Shell

```
bash rancher-check.sh https://rancher.yourdomain.com
```

### Docker

```
docker run superseb/rancher-check https://rancher.yourdomain.com
```