Kubernetes Workload Ownership
Pods, deployments, and application responsibilities in Assistance-managed clusters
Pods and deployments are where application ownership meets the Kubernetes platform. Assistance can operate the cluster and shared add-ons, but each workload still needs a named owner, safe configuration, health behavior, resource expectations, and a rollback path.
Workload readiness expectations#
What Assistance operates#
What the customer owns#
A pod restart is evidence, not a root cause
Assistance investigates whether restarts come from nodes, resource limits, probes, image pulls, or application behavior. Application defects remain with the workload owner unless a broader support agreement includes application engineering.
Normal onboarding workflow#
- Owner mapping — name the team, support contact, repository, and deployment approver.
- Manifest review — validate namespace, service account, resources, probes, volumes, secrets, and ingress needs.
- Pilot deployment — deploy to a non-production namespace and confirm logs, metrics, and rollback.
- Production readiness — confirm alerts, runbooks, data migration plan, and maintenance window.
- Operate — track incidents, capacity, failed deploys, and recurring workload risks.
Change requests#
Use planned requests for new namespaces, ingress routes, environment variables, secrets delivery, resource increases, persistent volumes, cron jobs, autoscaling, or policy exceptions. Emergency requests are appropriate for unavailable workloads only when platform support is needed; application teams remain involved for release defects or data issues.
Not included by default#
- rewriting manifests or Helm charts for every application release
- debugging application code inside healthy platform infrastructure
- approving production data migrations
- guaranteeing workload performance without reviewed resources and capacity
- accepting workloads with no owner or rollback path
Related docs and services#
- Kubernetes Operating Model
- Kubernetes Platform Architecture
- Dockerfile standards
- Managed Kubernetes
- DevOps as a Service
- SRE as a Service
Getting started#
Prepare the workload repository, image path, manifests, expected traffic, data dependencies, and owner contact. Assistance will review readiness before production onboarding.
Request workload onboarding →