Skip to main content

Quick Start to learn Kubernetes

Just use it!

Pre-requisite to have kubectl installed.

Lighter and easier, impossible. 🪶 Kubernetes Serverless cluster.

The best way to learn Kubernetes is by doing, and K1s, a Kubernetes serverless cluster will help you quickly get to grips with the technology.

All users are anonymous by default and have access to the default namespace, some examples you can try immediately:

Get the pods in the default namespace.

kubectl get pods --server=https://api.k1s.me/kubernetes -ndefault

Get the namespaces in the cluster.

kubectl get namespaces --server=https://api.k1s.me/kubernetes
Get Early Access!

What you'll need​

  • kubectl version 1.27+ installed in your local PC or server from where K1s Serverless is going to be accessed.