Get started

Set Up Kubernetes (k3s) on Your AtoZNode VPS

k3s gives you a small Kubernetes cluster on one server. Find the kubeconfig and run your first commands.

Order Kubernetes (k3s) from the Marketplace App tab as shown in how to order a VPS with a one-click app. When the install card on your server page shows the finished result, follow the steps below.

What you get

k3s, a lightweight Kubernetes, running as a single-node cluster. It needs at least 2 GB of memory and takes 3 to 6 minutes. The server page shows the version and where the kubeconfig file is.

1. Check the cluster

Connect with SSH and run:

k3s kubectl get nodes

Your server should be listed as Ready. The kubeconfig is at /etc/rancher/k3s/k3s.yaml.

2. Deploy something

k3s kubectl create deployment web --image=nginx
k3s kubectl get pods

Notes

  • One server means one node. It is good for learning and small workloads, not for high availability.
  • Watch memory use on small plans (sizing guide).

Next steps

Still stuck? Contact our team or open a support ticket.

Need a server to try this on?

Cloud VPS plans start at ₹899 a month, with full root access.