zoukankan      html  css  js  c++  java
  • docker kubernetes--

    http://kubernetes.io/docs/getting-started-guides/docker/

    https://hub.docker.com/r/solsson/hyperkube-amd64/

     https://hub.docker.com/r/kubernetes/pause/

    https://hub.tenxcloud.com/repos/google_containers

    Shell脚本快速部署Kubernetes集群系统

    基于kubernetes构建Docker集群-安装篇(http://m.oschina.net/blog/507506)

    基于kubernetes 1.0.6 构建Docker集群管理(https://linux.cn/thread-14305-1-1.html)

    https://yeasy.gitbooks.io/docker_practice/content/mesos/framework.html 

    docker run --net=host -d 10.10.192.90:8889/microbox/etcd /usr/local/bin/etcd --addr=127.0.0.1:4001 --bind-addr=0.0.0.0:4001 --data-dir=/var/etcd/data

    docker run --net=host -d -v /var/run/docker.sock:/var/run/docker.sock 10.10.192.90:8889/skippbox/hyperkube /hyperkube kubelet --api_servers=http://localhost:8089 --v=2 --address=0.0.0.0 --enable_server --hostname_override=127.0.0.1 --config=/etc/kubernetes/manifests

    docker run --net=host -d -v /var/run/docker.sock:/var/run/docker.sock 10.10.192.90:8889/skippbox/hyperkube /hyperkube proxy --master=http://127.0.0.1:8089 --v=2 

  • 相关阅读:
    十一作业
    11.20
    11.13 第十二次、
    11.13 第十一次、
    11.06第十次、
    11.06第九次、
    10.30
    10.23
    10.16
    10.9
  • 原文地址:https://www.cnblogs.com/SZLLQ2000/p/5511433.html
Copyright © 2011-2022 走看看