Total Tasks
750
Beginner
295
Intermediate
209
Advanced
246
Beginner Tasks
295 tasks available
1 / 50
Beginner#1
15 min
Create a Dockerfile for a Node.js Application
Create a Dockerfile that builds and runs a simple Node.js application. Include multi-stage build for optimization.
Free Preview
Tools & Tags
DockerDockerfileNode.jsMulti-stage Build
Beginner#2
10 min
Set Up a Basic Linux User with Sudo Access
Create a new user account on a Linux system and grant sudo privileges. Configure basic user permissions.
Free Preview
Tools & Tags
LinuxUser ManagementSudoPermissions
Beginner#3
20 min
Write a Bash Script to Backup Files
Create a bash script that backs up files from a source directory to a destination with timestamp.
Free Preview
Tools & Tags
BashShell ScriptingBackupAutomation
Premium Content
Sign in to unlock all tasks
Beginner#4
25 min
Create a GitHub Actions Workflow
Set up a basic CI/CD pipeline using GitHub Actions that runs tests on every push to main branch.
Tools & Tags
GitHub ActionsCI/CDAutomationTesting
Premium Content
Sign in to unlock all tasks
Beginner#5
20 min
Deploy a Static Website to AWS S3
Configure an S3 bucket for static website hosting and deploy a simple HTML website with proper permissions.
Tools & Tags
AWSS3Static HostingCloud
Premium Content
Sign in to unlock all tasks
Beginner#6
15 min
Create a Basic Kubernetes Pod
Write a Kubernetes YAML manifest to create a simple pod running an nginx container.
Tools & Tags
KubernetesK8sPodsYAML
Intermediate Tasks
209 tasks available
1 / 35
Intermediate#16
30 min
Deploy a Kubernetes Deployment with Rolling Updates
Create a Kubernetes Deployment with rolling update strategy and configure health checks for zero-downtime deployments.
Free Preview
Tools & Tags
KubernetesDeploymentsRolling UpdatesHealth Checks
Intermediate#17
45 min
Set Up CI/CD Pipeline with Jenkins and Docker
Configure a Jenkins pipeline that builds Docker images, runs tests, and pushes to a container registry.
Free Preview
Tools & Tags
JenkinsDockerCI/CDPipelineContainer Registry
Intermediate#18
40 min
Create Terraform Modules for Reusable Infrastructure
Design and create reusable Terraform modules for EC2 instances and security groups that can be used across multiple projects.
Free Preview
Tools & Tags
TerraformModulesAWSReusabilityIaC
Premium Content
Sign in to unlock all tasks
Intermediate#19
35 min
Configure Kubernetes Ingress with TLS
Set up an Ingress controller with TLS certificates for secure HTTPS access to applications.
Tools & Tags
KubernetesIngressTLSSSLCert-Manager
Premium Content
Sign in to unlock all tasks
Intermediate#20
50 min
Implement Infrastructure Monitoring with Prometheus and Grafana
Set up Prometheus for metrics collection and Grafana for visualization with custom dashboards.
Tools & Tags
PrometheusGrafanaMonitoringDashboardsMetrics
Premium Content
Sign in to unlock all tasks
Intermediate#21
40 min
Set Up GitLab CI/CD with Multi-Stage Pipeline
Create a comprehensive GitLab CI/CD pipeline with build, test, security scan, and deployment stages.
Tools & Tags
GitLab CIMulti-stageSecurity ScanningDeployment
Advanced Tasks
246 tasks available
1 / 41
Advanced#30
90 min
Create Multi-Cloud Infrastructure with Terraform
Design and implement infrastructure that spans multiple cloud providers using Terraform.
Free Preview
Tools & Tags
TerraformMulti-CloudAWSAzureGCP
Advanced#31
120 min
Build Kubernetes Operator for Custom Resource
Develop a Kubernetes operator using Operator SDK to manage custom resources and automate operations.
Free Preview
Tools & Tags
KubernetesOperatorCRDGoAutomation
Advanced#32
75 min
Implement GitOps Workflow with ArgoCD
Set up ArgoCD for GitOps-based continuous deployment with automatic synchronization from Git repositories.
Free Preview
Tools & Tags
ArgoCDGitOpsKubernetesCDAutomation
Premium Content
Sign in to unlock all tasks
Advanced#33
120 min
Design High-Availability Kubernetes Cluster
Design and deploy a production-grade, highly available Kubernetes cluster with multiple master nodes and etcd clustering.
Tools & Tags
KubernetesHigh AvailabilityetcdProductionClustering
Premium Content
Sign in to unlock all tasks
Advanced#34
90 min
Create Serverless CI/CD Pipeline with AWS CodePipeline
Build a fully serverless CI/CD pipeline using AWS CodePipeline, CodeBuild, and CodeDeploy with Lambda functions.
Tools & Tags
AWSCodePipelineServerlessCI/CDLambda
Premium Content
Sign in to unlock all tasks
Advanced#35
100 min
Implement Service Mesh with Istio
Deploy and configure Istio service mesh for advanced traffic management, security, and observability in Kubernetes.
Tools & Tags
IstioService MeshKubernetesMicroservicesTraffic Management