logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Manage K3s Clusters - Control Kubernetes | Online Free DevTools by Hexmos

Manage Kubernetes clusters with K3s. Deploy lightweight Kubernetes, take snapshots, and rotate certificates using simple commands. Free online tool, no registration required.

k3s

Install and manage lightweight Kubernetes clusters. More information: https://docs.k3s.io/cli.

  • Run the embedded kubectl command:

k3s kubectl get nodes

  • Take an etcd snapshot of the cluster:

k3s etcd-snapshot save

  • Rotate the CA certificate:

k3s certificate rotate-ca

  • Manage bootstrap tokens:

k3s token list

  • Uninstall K3s and remove all components:

k3s-uninstall.sh