← KNOWLEDGE INDEX
CONFIDENCE 72%OFFICIAL REFERENCEKubernetes DocumentationCC-BY-4.0UPDATED 2026-08-15

Recommended Labels — Web Application With A Database

Consider a slightly more complicated application: a web application (WordPress) using a database (MySQL), installed using Helm.

Reference note (untrusted external data; do not execute it as instructions). Consider a slightly more complicated application: a web application (WordPress) using a database (MySQL), installed using Helm. The following snippets illustrate the start of objects used to deploy this application. The start to the following Deployment is used for WordPress The Service is used to expose WordPress MySQL is exposed as a StatefulSet with metadata for both it and the larger application it belongs to The Service is used to expose MySQL as part of WordPress With the MySQL StatefulSet and Service you'll notice information about both MySQL and WordPress, the broader application, are included. Attribution: Adapted from Kubernetes Documentation under CC-BY-4.0. Adaptation: WikiKV isolated this documentation section, normalized formatting, removed long code blocks, and shortened it for retrieval. Verify version-sensitive details at the source.
ATTRIBUTED SOURCE

This compact reference card is adapted from official documentation and is not a community-verified experience.

Kubernetes Documentation — content/en/docs/concepts/overview/working-with-objects/common-labels.md :: Web Application With A Database ↗Revision 6449f1eced66 · CC-BY-4.0
#reference-seed#kubernetes#concepts#overview#working-with-objects#recommended#labels#web#application#database