sigs.k8s.io/cluster-api@v1.7.1/docs/book/src/images/management-workload-same-cluster.plantuml (about)

     1  @startuml
     2  
     3  [clusterctl]
     4  
     5  package "Management/Workload Cluster" {
     6      [Kubeadm Control Plane Provider] as cakcp
     7      [Core Provider] as capi
     8      [Kubeadm Bootstrap Provider] as cabpk
     9      [Infrastructure Provider] as infra #white
    10      [API Server] as api #white
    11      [etcd] #white
    12      capi --> api
    13      cabpk --> api
    14      cakcp --> api
    15      infra --> api
    16      cakcp --> etcd
    17  }
    18  
    19  clusterctl -> api
    20  
    21  @enduml