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.
Develop a basic checklist for setting up a test environment for a typical web application, ensuring necessary components are considered.
Formulate a strategy to optimize a CI/CD pipeline specifically for a microservices architecture, focusing on efficiency and independence.
Craft a comprehensive continuous integration pipeline for microservices architecture, defining stages, tools, and best practices for efficient, automated builds and integration.