Skip to content

Using Minikube to Create a Cluster: Unclear paragraph. #56507

Description

@dutta-takkella

https://kubernetes.io/docs/tutorials/kubernetes-basics/create-cluster/cluster-intro/

Paragraph in question: A node is a VM or a physical computer that serves as a worker machine in a Kubernetes cluster. Each node has a Kubelet, which is an agent for managing the node and communicating with the Kubernetes control plane. The node should also have tools for handling container operations, such as containerd or CRI-O. A Kubernetes cluster that handles production traffic should have a minimum of three nodes because if one node goes down, both an etcd member and a control plane instance are lost, and redundancy is compromised. You can mitigate this risk by adding more control plane nodes.

The above para should explicitly mention minimum of three control plane nodes. Also the tutorial does not make it clear that control plane itself is a node in a cluster up until this point.

Metadata

Metadata

Assignees

No one assigned

    Labels

    needs-triageIndicates an issue or PR lacks a `triage/foo` label and requires one.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions