https://github.com/simonswine/pager-controller-java
https://github.com/simonswine/pager-controller-java
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/simonswine/pager-controller-java
- Owner: simonswine
- License: apache-2.0
- Created: 2020-01-23T20:50:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-22T20:09:41.000Z (about 3 years ago)
- Last Synced: 2025-03-15T16:48:52.648Z (4 months ago)
- Language: Java
- Homepage:
- Size: 10.8 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pager-controller-java
This is a sample controller to evaluate Java ecosystem for writing custom
operators## Usage
### Prerequisites
- Java + Maven
- Kubernetes 1.12+### Prepare cluster
```
# Create a local kind cluster
make kind_deploy# Install CRDs into the cluster
make install
```### Run controller
```
make run
```### Send test message
```
make message "MESSAGE=Hello world"
```