0%

k8s的可视化

k8s的可视化

Dashboard项目:https://github.com/kubernetes/dashboard

graph TD;
    A-->B;
    A-->C;
    B-->D;
sequenceDiagram
    Alice->>John: Hello John, how are you?
    John-->>Alice: Great!
gantt
    title 工作计划
    dateFormat  YYYY-MM-DD
    section SectionA
    A task           :a1, 2020-01-01, 30d
    SectionB task     :after a1  , 20d
    section SectionB
    Task in sec      : 2020-01-11  , 11d
    another task      :  13d
-------- 本文结束 感谢阅读 --------