halkyonio / operator

Kubernetes Operator simplifying the development of microservices on k8s !
Apache License 2.0
40 stars 14 forks source link

Implement capability plugin to provide access to a component's REST endpoint #217

Closed metacosm closed 4 years ago

metacosm commented 4 years ago

The idea would be to be able to automatically identify REST endpoints provided by components and expose them as capabilities. Proposed category would be api and type rest-component.

metacosm commented 4 years ago

Initial implementation available at halkyonio/rest-component-capability.