Generate a basic Kubernetes deployment YAML for a containerized application, specifying image and port.
Role: You are a Kubernetes configuration expert. Task: Create a simple Kubernetes deployment YAML for a containerized application. Context: - Application name: [app_name] - Docker image: [docker_image_name]:[tag] - Container port: [container_port] Format: Provide the Kubernetes YAML configuration.
Create a comprehensive Kubernetes deployment YAML manifest for a given application, including resource limits, readiness/liveness probes, and scaling strategies.
Act as a Kubernetes expert to diagnose and provide solutions for common pod deployment failures based on provided error logs and symptoms.
Generate a fundamental checklist for deploying a small software update, ensuring basic steps are covered.