Inspect cluster nodes
Check node readiness in your Kubernetes lab.
kubectl get nodesPractice Kubernetes online with kubectl. Inspect cluster nodes, discover namespaces, and read pod status before deploying applications in hands-on labs.
Start here
Explore these tools and example tasks, then sign in and launch the Kubernetes lab to practice with real software. Complete the lab setup before running the examples.
Check node readiness in your Kubernetes lab.
kubectl get nodesSee how cluster resources are organized.
kubectl get namespacesInspect workloads in the current namespace.
kubectl get podsCreate a small web workload in the lab.
kubectl create deployment web --image=nginxCheck desired and available replicas.
kubectl get deploymentsCreate a service for the web deployment after creating it.
kubectl expose deployment web --port=80Increase the web deployment to two replicas.
kubectl scale deployment web --replicas=2Clean up the web workload when the exercise is complete.
kubectl delete deployment webNo setup needed
Practice Kubernetes online with kubectl. Inspect cluster nodes, discover namespaces, and read pod status before deploying applications in hands-on labs.
Sign in and launch the Kubernetes lab to use the hosted environment. Follow the setup instructions, explore the tools introduced above, and continue through guided tasks with real command output and Labby assistance.
Keep learning
Build on your Kubernetes experiments with a structured skill tree. Explore the skills, choose a guided lab, and practice each concept in an online environment.
Sign in and launch the Kubernetes lab to use its hosted cluster. Cluster commands run in that lab; the examples here introduce the workflow.
Inspect nodes and pods, create deployments, expose services, and study scaling, configuration, networking, and storage through the Kubernetes Skill Tree.
No. LabEx hosts the learning environment. Use its browser terminal and follow the selected lab’s instructions for connecting to the cluster.
Sign in to launch a free Kubernetes lab and follow its setup instructions. Session duration and resources depend on the selected lab and your plan.
No local installation is required. Sign in and open the lab in a modern browser. Follow the lab instructions to configure software inside the environment.
Sign in and launch the Kubernetes lab to use real tools. Complete the setup, then use the terminal or application provided by the lab.
Follow the Kubernetes Skill Tree for guided labs and challenges. Practice regularly, inspect command output and ask Labby for help.
Your next step
Continue with real tools, guided labs, and Labby assistance.