Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

327
Views
What does kubeadm do exactly?

I'm installing a kubernetes cluster on raspberry pis with hypriotOS. During the installation process, I have to only install kubeadm by using

apt-get install kubeadm

Can someone explain to me what kudeam actually does? I already read about bootstrapping in the documentation, but I don't understand exactly. I'm also wondering why I only have to install kubeadm, since it is written in the documentation that:

kubeadm will not install or manage kubelet or kubectl

After the installation I can use kubectl etc. without having installed it explicitly like

apt-get install kubeadm kubectl kubelet kubernetes-cni

over 4 years ago · Santiago Trujillo
2 answers
Answer question

0

kubeadm is a tool that is part of the Kubernetes distribution as of 1.4.0 which helps you to install and set up a Kubernetes cluster.

kubeadm performs the actions necessary to get a minimum viable cluster up and running. By design, it cares only about bootstrapping, not about provisioning machines. Likewise, installing various nice-to-have addons, like the Kubernetes Dashboard, monitoring solutions, and cloud-specific addons, is not in scope.

Instead, we expect higher-level and more tailored tooling to be built on top of kubeadm, and ideally, using kubeadm as the basis of all deployments will make it easier to create conformant clusters

over 4 years ago · Santiago Trujillo Report

0

As mentioned by @Manuel Domínguez: Kubeadm is a tool to built Kubernetes clusters. It's responsible for cluster bootstrapping. It support also upgrades, downgrades, and managing bootstrap tokens.

First at all Kubeadm runs a series of prechecks to ensure that the machine is ready to run Kubernetes, during bootstraping the cluster kubeadm is downloading and install the cluster control plane components and configure all necessary cluster resources.

f.e.

Control plane components like:

  • kube-apiserver,
  • ube-controller-manager,
  • kube-scheduler,
  • etcd

Runtime components like:

  • kubelet,
  • kube-proxy
  • container runtime

You can find more information about Kubeadm:

  • "Creating a single master cluster with kubeadm"
  • "Overview of kubeadm"
  • "Github repository":

Hope this help

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!