Skip to content

Commit

Permalink
Update docs/launchpad/guides/kubernetes-guide.md
Browse files Browse the repository at this point in the history
Co-authored-by: Ana C <calina1391@gmail.com>
  • Loading branch information
cjorge-graphops and calinah committed Aug 16, 2023
1 parent 1c936aa commit 026081b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/launchpad/guides/kubernetes-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Being a multi-node clustered system, Kubernetes topology distinguishes between t
- **control-plane** nodes: these are the nodes that run *apiserver*, *kube-controller-manager*, and in some setups also *etcd* nodes (*etcd* could, potentially, run externally in its own independent nodes)
- **worker** nodes: these need to run mostly *kubelet*, as their purpose is focused on running the workload containers

Setting up, and bootstrapping a cluster involves installing and configuring all the required components, certificates management, and container manifests that make up the system. There are quite a few choices and tools available to accomplish just that (and doing everything manually is an insane but educative way amongst those: [Kubernetes - The Hard Way](https://github.com/kelseyhightower/kubernetes-the-hard-way)).
Setting up, and bootstrapping a cluster involves installing and configuring all the required components, certificates management, and container manifests that make up the system. There are numerous options and tools to achieve this goal, but performing manual bootstrapping is a highly educational experience: [Kubernetes - The Hard Way](https://github.com/kelseyhightower/kubernetes-the-hard-way)).

This guide is focused on [Kubeadm](https://kubernetes.io/docs/reference/setup-tools/kubeadm/) - a tool used to bootstrap and manage the lifecycle of a Kubernetes cluster (upgrade, add/remove nodes, ...). It automates the process of setting up a cluster and provides a consistent way of doing it, while preserving almost as much control over the setup as a purely manual one.

Expand Down

0 comments on commit 026081b

Please sign in to comment.