Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/austincunningham/pod-route
build a kubernetes operator
https://github.com/austincunningham/pod-route
golang kubernetes openshift-v4 operator-sdk
Last synced: 11 days ago
JSON representation
build a kubernetes operator
- Host: GitHub
- URL: https://github.com/austincunningham/pod-route
- Owner: austincunningham
- Created: 2021-12-03T14:22:45.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-14T11:17:48.000Z (over 2 years ago)
- Last Synced: 2024-06-20T19:32:19.201Z (8 months ago)
- Topics: golang, kubernetes, openshift-v4, operator-sdk
- Language: Go
- Homepage: https://medium.com/@auscunningham/build-a-kubernetes-operator-52d0a9f1fe19
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pod-route Operator
## Requirements
operator-sdk : v1.15.0# Usage
The operator creates the
- Deployment (will scale up or down to the spec.replicas specified in the podRoute CR, you can specify an container image with spec.image)
- Service
- Route## Deployment
Run locally
```bash
oc new-project podroute
# Installs the custom resource definitions onto the cluster
make install
# Create the CR on cluster
oc apply -f - <