Fork me on GitHub

Other articles


  1. Kubernetes Architecture

    A kubernetes cluster is made up of one or more control plane and worker nodes.

    Control Plane

    Components of control plane are,

    • kube-apiserver: It is the frontend for the control plane exposing the Kubernetes API.
    • etcd: Consistent and highly available key-value store used as Kubernetes backing store for all cluster …
    read more

social