https://github.com/sitewhere/sitewhere-k8s-operator
The SiteWhere Kubernetes operator manages custom resources from the SiteWhere model and orchestrates Kubernetes state to realize the model at runtime.
https://github.com/sitewhere/sitewhere-k8s-operator
Last synced: 6 months ago
JSON representation
The SiteWhere Kubernetes operator manages custom resources from the SiteWhere model and orchestrates Kubernetes state to realize the model at runtime.
- Host: GitHub
- URL: https://github.com/sitewhere/sitewhere-k8s-operator
- Owner: sitewhere
- Created: 2019-10-11T16:51:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-09-18T21:21:19.000Z (over 2 years ago)
- Last Synced: 2025-04-28T07:40:14.459Z (9 months ago)
- Language: Go
- Homepage: https://sitewhere.io
- Size: 661 KB
- Stars: 3
- Watchers: 6
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.org/sitewhere/sitewhere-k8s-operator) [](https://goreportcard.com/report/github.com/sitewhere/sitewhere-k8s-operator) [](https://godoc.org/github.com/sitewhere/sitewhere-k8s-operator)

# SiteWhere Kubernetes Operator
Manages SiteWhere lifecycle based on Kubernetes Custom Resource Definitions (CRDs)
being added, updated, and deleted.
## Install SiteWhere Custom Resource Definitions
```console
make deploy
```
## Cleanup
```console
make undeploy
```