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

https://github.com/jonashackt/kubecon-eu2023

Just some notes about the KubeCon 2023 in Europe
https://github.com/jonashackt/kubecon-eu2023

Last synced: 6 months ago
JSON representation

Just some notes about the KubeCon 2023 in Europe

Awesome Lists containing this project

README

          

# kubecon-eu2023
Just some notes about the KubeCon 2023 in Europe

I hadn't been able to attend to [KubeCon 2023 in Amsterdam this year](https://events.linuxfoundation.org/archive/2023/kubecon-cloudnativecon-europe/), so I came back later to have a look at some of the nice talks available on YT here: https://www.youtube.com/playlist?list=PLj6h78yzYM2PyrvCoOii4rAopBswfz1p7 Here are my notes about what I found interesting.

# Emissary-Ingress: An alternative to Traefik and Big Meshes?

https://www.youtube.com/watch?v=piDYmZObh_M&list=PLj6h78yzYM2PyrvCoOii4rAopBswfz1p7&index=36&pp=iAQB

They claim to develop an "Self-service, developer-centric & opinionated ingress gateway":

![](emissary-ingress-overview.png)

With Emissary you have the chance to use a well-known `Ingress` CRD, but this might not scale so good when multiple people start to alter the same resource. Here the separate CRDs like `Listener`, `Host`, `Mapping`, `AuthService` come into play:

![](emissary-ingress-separation-of-concerns-multiple-crds.png)

Emissary focusses on the Gateway API, which is the successor to the `Ingress` resource`:

![](emissary-ingress-gateway-api-successor-of-ingress.png)

![](emissary-ingress-gateway-vs-ingress-crds.png)

![](emissary-ingress-gateway-style-separation-of-concerns.png)

But Emissary does not support new Gateway API fully right now.