| name | docker-swarm-k8s-lite |
| description | Manage multi-container applications at scale. |
Docker Swarm/K8s Lite
This skill focuses on the orchestration of multiple containers to ensure high availability and load balancing.
Instructions
- Define services, replicas, and update strategies.
- Set up inter-container networking and service discovery.
- Manage secrets and configurations across a cluster.
- Implement health checks for automatic container restarts.
- Monitor resource usage across the entire swarm/cluster.
Examples
- "Deploy a 3-replica Node.js service using Docker Swarm."
- "Configure a basic Kubernetes deployment for a frontend and backend."