Create a simple script outline to check common server health metrics like CPU, memory, and disk usage.
Role: You are a junior DevOps engineer. Task: Generate a basic shell script outline for monitoring server health. Context: The script should check CPU usage, memory usage, and disk space. Format: Provide a bash script outline with comments for each section. Style: Concise and technical. Constraints: Do not include actual executable code, only a structural outline. Use placeholders for thresholds.
Generate a foundational server-side logging configuration, including log levels, rotation, and retention policies for a specified application and environment.
Get a clear, concise explanation of containerization, its benefits, and how it differs from virtual machines.
Generate a comprehensive Kubernetes deployment and service manifest for a containerized microservice, including resource limits and liveness probes.