Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 - <