https://github.com/phillebaba/sensor-demo
POC for serial to Kubernetes communication
https://github.com/phillebaba/sensor-demo
arduino go grpc kubernetes serial
Last synced: about 2 months ago
JSON representation
POC for serial to Kubernetes communication
- Host: GitHub
- URL: https://github.com/phillebaba/sensor-demo
- Owner: phillebaba
- License: mit
- Created: 2019-10-12T18:45:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T10:41:57.000Z (about 3 years ago)
- Last Synced: 2025-10-05T11:48:56.856Z (6 months ago)
- Topics: arduino, go, grpc, kubernetes, serial
- Language: Go
- Homepage:
- Size: 787 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sensor Demo
This is a small application that is meant to demo use of serial devices with an "on-prem" Kubernetes cluster. It is not meant to be anything more than a proof of concept.
## Usage
There are Kubernetes manifests located in the `/manifests` directory located in the root of this repository. It includes a `kustomization.yml` that can be referenced as a base with git and then kustomized further to your liking.
## Docker Images
* [web](https://cloud.docker.com/u/phillebaba/repository/docker/phillebaba/sensor-demo-web)
* [client/server](https://cloud.docker.com/u/phillebaba/repository/docker/phillebaba/sensor-demo)
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details