sebgoa
sebgoa
kompose
@kelseyhightower somehow I did not see that you kept on evolving this. Do you know about: http://github.com/skippbox/kompose We are proposing it for the k8s incubator via sig-apps.
Hi @ehazlett , I am testing conduit. The web hook is received (from docker hub or manually from curl). But the image does not get deployed. My repo is public,...
Considering the lack of on-going development and limited maintenance we should do something so that newcomers don't get in a dead-end. As original creator of the project I believe we...
if we deploy a function that already exists kubeless fails. ``` kubeless function create foo ... kubeless function create foo ... ``` We should be a bit more declarative like...
the kustomize builder is great *but* it assumes a GKE environment. This means that you can use it to simply render manifests.
Some enterprise services are still using SOAP. We should have a JSON to SOAP transformation and SOAP to JSON so that we can integrate with such services. A similar Kong...
We should standardise on how we document each component. For example a template could be: * A brief describing the component * Usage * API ? * Schema * Sample...
The eventbridge source creates a non-default event bus, but configures a rule which is supposed to get all AWS account events. That rule does not work all account events get...
It was decision on our side to have a simple Function CRD for event manipulation. However if you want to do more than simple event manipulation you may need to...