mirror of
https://github.com/siderolabs/talos.git
synced 2025-08-21 14:41:12 +02:00
This is widely considered best practice, we should enforce it. Signed-off-by: Andrew Rynhard <andrew@andrewrynhard.com>
15 lines
554 B
Markdown
15 lines
554 B
Markdown
---
|
|
title: "kubeadm"
|
|
date: 2018-10-29T19:40:55-07:00
|
|
draft: false
|
|
menu:
|
|
docs:
|
|
parent: 'components'
|
|
---
|
|
|
|
[`kubeadm`](https://github.com/kubernetes/kubernetes/tree/master/cmd/kubeadm) handles the installation and configuration of Kubernetes.
|
|
This is done to stay as close as possible to upstream Kubernetes best practices and recommendations.
|
|
By integrating with `kubeadm` natively, the development and operational ecosystem is familiar to all Kubernetes users.
|
|
|
|
Kubeadm configuration is defined in the userdata under the `services.kubeadm` section.
|