Here are some practice exercises that I have created to help you learn about containers:
- These practice exercises are designed to guide you through building, running, and managing your containers locally with Docker.
- You can further enhance your skills in deploying and orchestrating containerized applications on a Kubernetes cluster with Minikube.
- You will also acquire practical experience about monitoring and visualization with Grafana and Prometheus.
To get started, you'll need to have Docker installed on your machine.
Please follow the official Docker Installation Guide.
After installation, you can start using Docker to create, deploy, and manage containerized applications.
For more detailed instructions and advanced topics, refer to the full Docker Documentation.
To install Minikube, refer to the official Minikube Installation Guide.
minikube start
minikube stop
minikube delete
For more detailed instructions and advanced topics, refer to the full Minikube Documentation.