Practice Environment
8Cloud Workshop
Hands-on labs, live playgrounds and sandbox environments.

Hands-on Labs

Practice real skills in live environments. No local setup required.

Unlock 116 more → Pro
52 labs
Beginner
DevOps Pre-Requisites
12 labs
CLI navigation, package management, DNS, and programming language basics for Java, Node.js, and more.
#CLI#Package Management+4
Beginner
Kubernetes
7 labs
Master container orchestration. Learn pods, services, deployments, and YAML configuration through hands-on practice.
#Pods#Services+3
Beginner
Docker
9 labs
Containerization fundamentals. Commands, images, networking, storage, and Docker Compose for multi-container apps.
#Containers#Images+3
Beginner
Git & Version Control
15 labs
From basics to advanced topics. Branching, merging, remote repositories, and real-world collaboration workflows.
#Branching#Merging+3
Beginner
Terraform
26 labs
Infrastructure as Code. HCL syntax, providers, variables, state management, and AWS resource provisioning.
#HCL#Providers+4
Beginner
Linux Administration
20 labs
Essential Linux for DevOps. Shell scripting, package management, networking, security, and system administration.
#Shell#Networking+3
Beginner
Ansible
7 labs
Automation with Ansible. YAML syntax, inventory management, playbooks, modules, variables, and conditional logic.
#YAML#Playbooks+3
Beginner
Jenkins
5 labs
CI/CD with Jenkins. Installation, configuration, CLI usage, backup/restore, and building continuous delivery pipelines.
#CI/CD#Pipelines+3
Beginner
Python Programming
28 labs
Python fundamentals for DevOps. Syntax, data structures, functions, control flow, and automation concepts.
#Syntax#Data Structures+3
Beginner
Artificial Intelligence
5 labs
Hands-on AI labs. MCP, LangChain, LangGraph, RAG pipelines, and Gemini CLI in live environments.
#AI#LangChain+5
📋
Intermediate
Assessments
5 labs
Evaluate your understanding of key concepts and your ability to apply them in practical real-world scenarios.
#terraform
Intermediate
AWS Fundamentals
18 labs
Hands-on AWS core services. EC2, S3, IAM, VPC, RDS, and the building blocks of production cloud infrastructure.
#EC2#S3+4
Intermediate
Azure Fundamentals
14 labs
Core Azure services hands-on. VMs, Blob Storage, Azure AD, VNets, and cloud architecture patterns on Microsoft Azure.
#VMs#AzureAD+3

Interactive Playgrounds

Spin up a live environment in seconds. No setup, no configuration — just start coding.

Unlock 18 more → Pro
18 more playgrounds on Pro
Azure, GCP, Jenkins, Helm, Prometheus, Vault, Istio and more — all included.
View Pro Plans →
Live Sandbox
Your personal cloud sandbox
A persistent, dedicated environment pre-loaded with every DevOps tool. No time limits on Pro — experiment freely, save your work, and return anytime.
sandbox — bash — 80×24
# 8Cloud Sandbox · Ubuntu 22.04
kubectl get pods -A
NAMESPACE NAME READY
default web-app-7d9f 1/1
default api-srv-2x8k 1/1
 
docker ps --format "{{.Names}}"
NAMES
nginx-proxy
postgres-db
 
terraform plan -out=tfplan
Plan: 3 to add, 0 to change
$