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
UI is embedded into backend as SPA but with the option to run without web OR provide your own (by either hot swapping in the image by layer or simple --frontend http://frontend.svc:3000 when running backend
Allow full GitOps flow where the user creates Request objects and applies them to the right clusters.
4th might require more work and potentially should be split to separate stories, but when doing 1-3, one needs to think about this.
When dealing with kube-bind mini-ecosystem I want to be able to do the following:
This leads to need to split into 3 parts:
/api/{methods})--frontend http://frontend.svc:3000when running backend4th might require more work and potentially should be split to separate stories, but when doing 1-3, one needs to think about this.