Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.81 KB

toolbox.md

File metadata and controls

26 lines (19 loc) · 1.81 KB

Kubernetes Toolbox

Gui, Dashboard

Distro ve installer

  • K0S | k0s is the simple, solid & certified Kubernetes distribution that works on any infrastructure: public & private clouds, on-premises, edge & hybrid. It's 100% open source & free | https://k0sproject.io/
  • K3S | The certified Kubernetes distribution built for IoT & Edge computing | https://k3s.io/
  • RKE | Rancher Kubernetes Engine, an extremely simple, lightning fast Kubernetes installer that works everywhere.| https://github.com/rancher/rke
  • Kind | kind is a tool for running local Kubernetes clusters using Docker container “nodes”. | https://kind.sigs.k8s.io/
  • Kubespray | Deploy a Production Ready Kubernetes Cluster | https://kubespray.io/#/

CLI

Diğer

  • Footloose | Vagrant but with containers | https://github.com/weaveworks/footloose
  • Kured | (KUbernetes REboot Daemon) is a daemonset that performs safe automatic node reboots when the need to do so is indicated by the package management system of the underlying OS. | https://github.com/weaveworks/kured
  • KEDA | KEDA is a Kubernetes-based Event Driven Autoscaler. With KEDA, you can drive the scaling of any container in Kubernetes based on the number of events needing to be processed. | https://keda.sh/