https://github.com/janekbaraniewski/kubeserial
k8s operator for managing serial devices.
https://github.com/janekbaraniewski/kubeserial
controller-runtime golang kubernetes kubernetes-controller kubernetes-operator networking serial-communication serial-port
Last synced: 12 days ago
JSON representation
k8s operator for managing serial devices.
- Host: GitHub
- URL: https://github.com/janekbaraniewski/kubeserial
- Owner: janekbaraniewski
- License: apache-2.0
- Created: 2019-11-30T12:21:25.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-16T16:14:01.000Z (over 1 year ago)
- Last Synced: 2024-09-16T19:45:45.404Z (over 1 year ago)
- Topics: controller-runtime, golang, kubernetes, kubernetes-controller, kubernetes-operator, networking, serial-communication, serial-port
- Language: Go
- Homepage:
- Size: 3.2 MB
- Stars: 37
- Watchers: 4
- Forks: 4
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# KubeSerial

[](LICENSE)

[](https://goreportcard.com/report/github.com/janekbaraniewski/kubeserial)
[](https://codecov.io/gh/janekbaraniewski/kubeserial)
[](https://pkg.go.dev/github.com/janekbaraniewski/kubeserial)
KubeSerial monitors your cluster nodes for physical devices specified in spec. Once the device is connected, it creates gateway service that exposes it over the network and manager service with specified management software. When the device gets disconnected everything is cleaned up.

## Quick start
You can find quick start guide [here](https://baraniewski.com/kubeserial/quick_start.html)
## Docs
Docs can be found [here](https://baraniewski.com/kubeserial/)