Official Playground

Kubernetes Cluster (K3s) Playground

A multi-node K3s cluster with a load balancer, Helm, and more.

Startup configuration
dev-machine
cplane-01
node-01
node-02
Kubernetes Cluster (K3s) playground: A multi-node K3s cluster with a load balancer, Helm, and more.

About This Playground

Want to try a kubectl command, deploy a Helm chart, or troubleshoot a Kubernetes workload without turning your laptop into a small data center?

iximiuz Labs' K3s playground gives you a ready-to-use, multi-node Kubernetes cluster running on four Linux servers: a dedicated development machine, one control-plane node, and two worker nodes. The cluster starts in seconds and comes with kubectl, Helm, a load balancer, and other useful tools pre-installed.

This is not a simulated or single-container Kubernetes environment. Every node is a lightweight but fully fledged VM running on iximiuz Labs' bare-metal infrastructure. The machines have their own kernels and communicate over a private network, making the setup much closer to a real Kubernetes cluster than solutions based on Docker-in-Docker or several containers pretending to be nodes.

Use the K3s playground for learning Kubernetes, experimenting with Helm charts and operators, testing multi-node workloads, debugging deployments, and running short-lived development or demo environments. Practice scheduling, service discovery, persistent storage, ingress, rolling updates, node failures, and all the other things that are difficult—or simply annoying—to reproduce locally.

K3s is a lightweight Kubernetes distribution, but it exposes the same familiar Kubernetes API and core abstractions. Most applications, manifests, Helm charts, controllers, and troubleshooting techniques work exactly as they would in a larger cluster.

Important

iximiuz Labs playgrounds are not intended for production workloads or services that must stay online indefinitely. Playground sessions have a time limit, public URLs should not be treated as production endpoints, and disposable environments are the wrong home for irreplaceable data.

For everything else, start the cluster and get your hands dirty. The fastest way to understand Kubernetes is to deploy workloads, inspect what the control plane did, break a few things, and learn how to put them back together.

Happy hacking!

Every playground includes
Learn more about playgrounds
Start
Settings