Stay organized with collections
Save and categorize content based on your preferences.
Backing services are any processes that the App contacts over the network during its operation.
In traditional operating systems, these services could have been accessed over
the network, a UNIX socket, or could even be a sub-process.
Examples include:
Traditional HTTP APIs (e.g. Google Maps, WikiData, Parcel Tracking APIs)
Connecting to backing services over the network rather than installing them all
into the same machine allows developers to focus on their App, independent
security upgrades for different components, and flexibility to swap implementations.
Backing services in Kf
Kf supports two major types of backing services:
Managed services
These services are created by a service broker and are tied to the Kf cluster
User-provided services
These services are created outside of Kf, but get bound to it externally
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Backing Services\n\nBacking services are any processes that the App contacts over the network during its operation.\nIn traditional operating systems, these services could have been accessed over\nthe network, a UNIX socket, or could even be a sub-process.\nExamples include:\n\n- Databases (e.g. MySQL, PostgreSQL, Cloud Spanner)\n- File storage (e.g. NFS, FTP, Cloud Filestore)\n- Logging services (e.g. syslog endpoints, Cloud Logging)\n- Traditional HTTP APIs (e.g. Google Maps, WikiData, Parcel Tracking APIs)\n\nConnecting to backing services over the network rather than installing them all\ninto the same machine allows developers to focus on their App, independent\nsecurity upgrades for different components, and flexibility to swap implementations.\n\nBacking services in Kf\n----------------------\n\nKf supports two major types of backing services:\n\n- Managed services\n - These services are created by a service broker and are tied to the Kf cluster\n- User-provided services\n - These services are created outside of Kf, but get bound to it externally"]]