Skip to content

Kubernetes Installer Tools

Introduction

Kubernetes has become the go-to orchestration platform for containerized applications. However, deploying and managing a Kubernetes cluster can be a time-consuming and complicated task. This is where Kubernetes installer tools come into play. These tools automate the process of deploying and managing Kubernetes clusters, making it easier for developers and system administrators to run and maintain their applications. In this blog post, we will summarize some of the most popular Kubernetes installer tools available in the market today.

Manual installation

installation process

k8s installers

  • kops (https://kubernetes.io/docs/setup/production-environment/tools/kops/)
  • Kubespray (https://github.com/kubernetes-sigs/kubespray)
  • kubeadm (https://kubernetes.io/docs/setup/independent/create-cluster-kubeadm/)
  • Rancher Kubernetes Engine (RKE) (https://github.com/rancher/rke)
  • Puppet Kubernetes Module (https://forge.puppet.com/puppetlabs/kubernetes)
  • Kubernetes The Hard Way (https://github.com/kelseyhightower/kubernetes-the-hard-way)
  • kind (https://kind.sigs.k8s.io/docs/user/quick-start/)

Reference

  • Cloud Native DevOps with Kubernetes
  • Certified Kubernetes Administrator Study Guide (Benjamin Muschko)
Leave a message