The fastest way to get a local development all-in-one KubeOne Kubernetes cluster on a fresh Linux machine is to use the installation script:
curl -sfL get.kubeone.io | sh
kubeone local
# Wait
export KUBECONFIG=local-kubeconfig
kubectl get pod -A
kubeone local will install services globally! Run it only on a machine that is not used otherwise.
See more information about all-in-one Cluster.