You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.
Authservice could be deployed as a standalone service or as a sidecar next to the app.
The second way to would mean multiple instances of it running in the cluster, in that case, a smaller image is desired.
So we should do something about it, even if it's not using big dependencies or creating different tags including more or less functionalities.
To help on that, I did some investigation on sizes. I detected a big increase between 2 commits by just adding the k8s libs as dependency:
Authservice could be deployed as a standalone service or as a sidecar next to the app.
The second way to would mean multiple instances of it running in the cluster, in that case, a smaller image is desired.
So we should do something about it, even if it's not using big dependencies or creating different tags including more or less functionalities.
To help on that, I did some investigation on sizes. I detected a big increase between 2 commits by just adding the k8s libs as dependency:
ghcr.io/istio-ecosystem/authservice/authservice:0.5.3
The text was updated successfully, but these errors were encountered: