Skip to main content
Glama
multi-container-pod-communication.yaml717 B
kind: Task metadata: name: multi-container-pod-communication difficulty: medium steps: setup: file: setup.sh verify: file: verify.sh cleanup: file: cleanup.sh prompt: inline: | In the multi-container-logging namespace, run a pod called communication-pod with two containers: 1. A 'web-server' nginx instance that serves traffic 2. A 'logger' busybox instance that processes those logs from a shared volume, 'logs-volume' with 'tail -f /var/log/nginx/access.log' Both containers should mount logs-volume at '/var/log/nginx'. The logger should only start once the web server is ready. The pod should be considered ready when the web server is serving traffic.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/containers/kubernetes-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server