Here are three medium-difficulty technical experiment topics related to the Linux system:
1. **Containerization with Docker and Kubernetes**:
- **Experiment**: Set up a multi-container application using Docker Compose and deploy it on a Kubernetes cluster.
- **Tasks**:
- Create a simple web application (e.g., a Node.js app with MongoDB).
- Write Dockerfiles for each component of the application.
- Deploy the application


