Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

330
Vistas
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 Respuestas
Responde la pregunta

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 Denunciar

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 Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda