Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vkuznet/k8snodemon
k8s node monitoring
https://github.com/vkuznet/k8snodemon
Last synced: 30 days ago
JSON representation
k8s node monitoring
- Host: GitHub
- URL: https://github.com/vkuznet/k8snodemon
- Owner: vkuznet
- License: mit
- Created: 2021-06-02T16:21:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-10T12:47:46.000Z (almost 2 years ago)
- Last Synced: 2024-10-30T06:27:36.724Z (3 months ago)
- Language: Go
- Size: 49.8 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# k8snodemon
k8s node monitoring is a simple tool to monitor health of k8s nodes.
If nodes are in non-active state it will reboot them accordingly.### Service management
We may either obtain token for openstack or create new application credentials.
Below you can find all necessary commands to perform these actions.```
# create new openstack token
openstack token issue# create application credentials
openstack application credential create k8snodemon# list existing application credentials
openstack application credential listopenstack application credential list# get details about concrete application
openstack application credential show k8snodemon
```