Kubernetes Cluster Simulator
HOUSE OF THE CODE
kubectl Terminal
Welcome to the Kubernetes Cluster Simulator!
Cluster: hexworth-cluster (3 nodes, Ready)
Try commands like: - kubectl get pods - kubectl get nodes - kubectl apply -f nginx-deployment.yaml - kubectl scale deployment nginx --replicas=5
$

Cluster Visualization

✓ All nodes ready (3/3)

Quick Commands

kubectl get pods List all pods
kubectl get nodes List all nodes
kubectl apply -f nginx-deployment.yaml Create deployment
kubectl scale deployment nginx --replicas=5 Scale to 5 replicas
kubectl delete deployment nginx Delete deployment
kubectl describe pod [pod-name] Show pod details
Course Home