PodWarden
User ManualPodWarden

Detail: Services Tab

Compose stack services with per-service status

What you see

The Services tab appears only for compose stack deployments. It shows all services defined in the docker-compose.yml.

Service list

Each service displays its name, container image, and whether it is the primary or a child service. The primary service corresponds to the parent deployment record. Other services are child deployments managed automatically.

Select a service to view its runtime details including the Kubernetes deployment name and current status.

How compose services work

When a compose stack is deployed, PodWarden creates one parent deployment plus one child deployment for each non-primary service. All children are deployed and undeployed together with the parent.

Children are hidden from the main deployments list and only visible here in the Services tab.

Detail: Services Tab