Your Kubernetes Cluster in the Cloud. Start using Kubernetes without installing a cluster. K1s is a free Kubernetes Serverless cluster perfect for newbies and developers for fast testing and learning.
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 removing the tough process of installation and configuration.
Test it now, you just need kubectl installed, that's all!
Get the pods in the default namespace.
kubectl get pods --server=https://k1s.me -ndefault
Get the namespaces in the cluster.
kubectl get namespaces --server=https://k1s.me