Kubernetes

homecloud-2/Brand/Kubernetes
include('homecloud-2/Brand/Kubernetes')
Illustration Kubernetes KubernetesCard KubernetesGroup
illustration for Illustration illustration for Kubernetes illustration for KubernetesCard illustration for KubernetesGroup

Sprites

The item provides the following sriptes:

  • <$KubernetesXs>
  • <$KubernetesSm>
  • <$KubernetesMd>
  • <$KubernetesLg>

Kubernetes

Load remotely

@startuml
' configures the library
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/distribution"

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('homecloud-2/bootstrap')

' loads the Item which embeds the element Kubernetes
include('homecloud-2/Brand/Kubernetes')

' renders the element
Kubernetes('Kubernetes', 'Kubernetes', 'an optional tech label', 'an optional description')
@enduml

Load locally

@startuml
' configures the library
!global $INCLUSION_MODE="local"
!global $LIB_BASE_LOCATION="../.."

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('homecloud-2/bootstrap')

' loads the Item which embeds the element Kubernetes
include('homecloud-2/Brand/Kubernetes')

' renders the element
Kubernetes('Kubernetes', 'Kubernetes', 'an optional tech label', 'an optional description')
@enduml

KubernetesCard

Load remotely

@startuml
' configures the library
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/distribution"

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('homecloud-2/bootstrap')

' loads the Item which embeds the element KubernetesCard
include('homecloud-2/Brand/Kubernetes')

' renders the element
KubernetesCard('KubernetesCard', 'Kubernetes Card', 'an optional description')
@enduml

Load locally

@startuml
' configures the library
!global $INCLUSION_MODE="local"
!global $LIB_BASE_LOCATION="../.."

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('homecloud-2/bootstrap')

' loads the Item which embeds the element KubernetesCard
include('homecloud-2/Brand/Kubernetes')

' renders the element
KubernetesCard('KubernetesCard', 'Kubernetes Card', 'an optional description')
@enduml

KubernetesGroup

Load remotely

@startuml
' configures the library
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/distribution"

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('homecloud-2/bootstrap')

' loads the Item which embeds the element KubernetesGroup
include('homecloud-2/Brand/Kubernetes')

' renders the element
KubernetesGroup('KubernetesGroup', 'Kubernetes Group', 'an optional tech label') {
    note as note
        the content of the group
    end note
}
@enduml

Load locally

@startuml
' configures the library
!global $INCLUSION_MODE="local"
!global $LIB_BASE_LOCATION="../.."

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('homecloud-2/bootstrap')

' loads the Item which embeds the element KubernetesGroup
include('homecloud-2/Brand/Kubernetes')

' renders the element
KubernetesGroup('KubernetesGroup', 'Kubernetes Group', 'an optional tech label') {
    note as note
        the content of the group
    end note
}
@enduml