General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Continuous Delivery
comments
Comments by "" (@retagainez) on "" video.
i think its over his head tbh.
3
Is it difficult to pivot away from this dependency? Away from keycloak? Maybe that would be too large of a lift. Could be good to strategically choose what to put under test, and maybe swap out a few components so that you can handle the dependency a bit better. IMO, it would be ideal to not have to test your entire k8s in a single monolithic deployment manner. It sounds like you dont own any of the code, and are gluing a bunch of things together? In the case of glue, maybe a very light e2e/smoke test between components in the k8s (perhaps as docker containers) rather than deploying the entire k8s just to test? Eventually you deploy the whole thing, but the testing takes place between components if possible.
1