Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate with Knative #180

Open
gunnarmorling opened this issue Oct 31, 2019 · 1 comment
Open

Integrate with Knative #180

gunnarmorling opened this issue Oct 31, 2019 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@gunnarmorling
Copy link

gunnarmorling commented Oct 31, 2019

It should be possible to deploy Halkyon components as Knative services, so that they e.g. benefit from auto-scaling // CC @matzew, @rhuss.

@cmoulliard
Copy link
Contributor

as Knative services

Yes. What I propose is then to have :

  • A new field to the Operator Api in order to tell to the operator that we would like to install wither a Knative service resource or a K8s Service resource
  • Register the Knative Service API to let the Operator to generate the KNative Service

Idea

#
apiVersion: halkyon.io/v1beta1
kind: Component
metadata:
  name: http-rest-sb
spec:
  serviceType: knative // or kubernetes

@cmoulliard cmoulliard added the enhancement New feature or request label Nov 26, 2019
@cmoulliard cmoulliard modified the milestones: v0.1.x, v0.1.10 Nov 26, 2019
@metacosm metacosm modified the milestones: v0.1.10, v0.2.x Jan 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants