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

feat: Engine K8S ingress for REST API reverse proxy routing #1970

Merged
merged 15 commits into from
Jan 2, 2024

Conversation

laurentluce
Copy link
Contributor

@laurentluce laurentluce commented Dec 17, 2023

Description:

Create engine K8S ingress for the REST API port so we can interact with the API via Traefik. The Host header is set to engine.

Tested with k3d locally:

curl -i http://localhost:9730/engine/info -H "Host: engine"
HTTP/1.1 200 OK
...
{"engine_version":"ae7579"}

Is this change user facing?

NO

References (if applicable):

#1941

Copy link
Contributor

@lostbean lostbean left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

left few comments but LGTM

@laurentluce
Copy link
Contributor Author

left few comments but LGTM

Thanks @lostbean for the review!

@laurentluce laurentluce added this pull request to the merge queue Jan 2, 2024
Merged via the queue into main with commit 4287f88 Jan 2, 2024
35 checks passed
@laurentluce laurentluce deleted the laurent/engine_traefik branch January 2, 2024 22:24
github-merge-queue bot pushed a commit that referenced this pull request Jan 3, 2024
🤖 I have created a release *beep* *boop*
---


##
[0.85.55](0.85.54...0.85.55)
(2024-01-03)


### Features

* Engine K8S ingress for REST API reverse proxy routing
([#1970](#1970))
([4287f88](4287f88))
* match emui catalog to final designs
([#2012](#2012))
([c55fc7a](c55fc7a))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: kurtosisbot <kurtosisbot@users.noreply.github.com>
github-merge-queue bot pushed a commit that referenced this pull request Jan 8, 2024
…#2019)

## Description:
Create engine Traefik Docker labels for the REST API port so we can
interact with the API via Traefik. The Host header is set to "engine".

Tested with Docker locally:

```
$ curl -i http://localhost:9730/api/engine/info -H "Host: engine"
HTTP/1.1 200 OK
...
{"engine_version":"70d65c"}
```

## Is this change user facing?
NO

## References (if applicable):
#1970
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants