美文网首页
Docker 体验及总结(7) - 容器集群监控(待续)

Docker 体验及总结(7) - 容器集群监控(待续)

作者: 千反田爱瑠爱好者 | 来源:发表于2018-09-14 00:11 被阅读2次
    https://www.docker.com/

    单一容器监控

    容器监控命令

    docker ps -a
    docker top nginx    # 容器运行状态
    docker stat    
    

    weavescope图形化工具

    curl -L git.io/scope -o /usr/local/src/scope
    chmod +x /usr/local/scope
    scope launch 192.168.1.1    # 启动scope(后面可以指定多个Docker Host)
    # 浏览器下访问:192.168.1.1:4040
    

    K8S容器监控

    K8S集群可使用Heapster + Grafana + InfluxDB实现资源监控,这些工具本身也使用容器部署。

    Heapster

    https://github.com/kubernetes/heapster

    相关文章

      网友评论

          本文标题:Docker 体验及总结(7) - 容器集群监控(待续)

          本文链接:https://www.haomeiwen.com/subject/mokngftx.html