Local Kubernetes Cluster
Setting up a local cluster via ujust
recipe
Setting up a local Kubernetes cluster requires one terminal command:
ujust install-k8s-dev-tools
This command installs a variety of tools including:
kind
- Run a Kubernetes cluster on your machine. Run the commandkind create cluster
on the host to get started!- kubectl - The Kubernetes Admin CLI
k9s
,kubectx
, andhelm
.
If you feel like we could add another tool, PR it!
Via Podman Desktop
If you desire a graphical method to setup a cluster on your dev machine, then you can also use the included Podman Desktop.
Open the application, click on the Kubernetes icon on the left hand side, then spin your own little cluster locally!
Smooooth.