Take and Restore an etcd Snapshot on a Kubernetes Cluster
Learn how to take a snapshot backup of etcd and restore it to a specific directory — a critical skill for Kubernetes cluster disaster recovery.
Focused hands-on problems designed to help you hone your DevOps or Server Side skills. Some challenges are more educational, while others are based on real-world scenarios. The platform provides hints and feedback for each challenge, including automated solution checks.
Challenges contributed by the community members sharing their knowledge and expertise.
Learn how to take a snapshot backup of etcd and restore it to a specific directory — a critical skill for Kubernetes cluster disaster recovery.
Deploy a multi-container Kubernetes Deployment and ensure that no more than one Pod runs on the same worker node, without using a DaemonSet.
Troubleshoot and update a Kubernetes DaemonSet so that its Pods run on all nodes in the cluster, including the control plane.
A LimitRange exists in the namespace but Pods are not receiving default resource requests and limits. Investigate the root cause and fix it.