A Backend-for-Frontend (BFF) is a server that sits between your React UI and the real backend systems (in this case, Kubernetes and the MaaS API). Instead of the browser talking directly to Kubernetes, the browser talks to the BFF, and the BFF handles auth, data shaping, and fetching from multiple sources.
Browser (React)
│
▼