"Cloud computing" Docker cloud Platform-docker Advanced

Source: Internet
Author: User
Tags docker hub docker compose docker swarm docker machine k8s kubernetes deployment

Docker Cloud Platform Series A total of three, this is the second talk: Docker advanced

Resources:

Comparison of five Docker monitoring tools: http://www.open-open.com/lib/view/open1433897177879.html

Docker Orchestration Tool Introduction: http://www.aixchina.net/home/space.php?uid=59140&do=blog&id=135681

Integrated deployment strategy: http://jingyan.baidu.com/article/425e69e6df76bbbe15fc1690.html

Ten Docker-based development tools: http://www.infoq.com/cn/news/2014/08/top-10-open-source-docker/

Docker machine, Swarm, and compose orchestration distributed applications: http://www.jdon.com/46901

Docker Compose official website: https://docs.docker.com/compose/production/

https://docs.docker.com/compose/overview/#features

Where's Mesos? Application of the Net: http://www.07net01.com/2015/09/929540.html

Continuous Delivery Series (i): continuous delivery with Docker and Mesos: http://www.open-open.com/lib/view/open1426557230726.html

http://container-solutions.com/continuous-delivery-with-docker-on-mesos-in-less-than-a-minute/

Continuous Delivery Series (ii): Continuous delivery with Docker and Mesos: http://www.open-open.com/lib/view/open1426639887023.html

http://container-solutions.com/continuous-delivery-with-docker-on-mesos-in-less-than-a-minute-part-2/

Kubernetes Information Document

http://www.csdn.net/article/2014-10-31/2822393

http://blog.liuts.com/post/247/

Introduction to Kubernetes system architecture

http://www.infoq.com/cn/articles/kubernetes-system-architecture-introduction?utm_campaign=infoq_content& Utm_source=infoq&utm_medium=feed&utm_term=global

Http://www.csdn.net/article/2014-11-28/2822850-Docker

Http://www.oschina.net/p/kubernetes

Http://www.d1net.com/cloud/tech/329878.html

Http://mt.sohu.com/20150730/n417842155.shtml

http://blog.csdn.net/zhang__jiayu/article/details/42745507

http://blog.csdn.net/zhxue123/article/details/37815957

Complete environment: http://segmentfault.com/a/1190000002620961

Http://www.linuxidc.com/Linux/2014-11/109725.htm

Https://linux.cn/article-4810-3.html

Kubernetes Cluster deployment

http://blog.csdn.net/qingchi0/article/details/42538549

The differences between pipework, Weave, flannel and their respective advantages and differences in three different networks

http://dockone.io/question/259

Https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/getting-started-guides/ubuntu.md

Kubernetes Deployment on Bare-metal Ubuntu Nodes:

Http://kubernetes.io/v1.0/docs/getting-started-guides/ubuntu.html

Http://containertutorials.com/get_started_kubernetes/index.html

Installing Kubernetes Cluster with 3 minions on CentOS 7 to manage pods and services (process logical structure diagram):

Http://www.severalnines.com/blog/installing-kubernetes-cluster-minions-centos7-manage-pods-services

In layman's Docker (vi): Deploy your app like Google

Http://www.infoq.com/cn/articles/deploy-your-application-like-google

Deploying the Kubernetes Management Docker cluster example on Ubuntu

http://segmentfault.com/a/1190000002620961

Learn Kubernetes with me:

http://blog.csdn.net/zhxue123/article/details/37815957

Kubernetes: Principles and Practical applications:

http://www.csdn.net/article/2014-10-31/2822393

Kubernetes Application Deployment Model resolution (Deployment article)--Required documents:

http://www.csdn.net/article/2015-06-12/2824937

Http://containertutorials.com/index.html

Https://github.com/kubernetes/kubernetes/wiki/User-FAQ

K8s using Docker Hub mirroring:

Docker Pull Docker.io/kubernetes/pause

Docker tag-f Docker.io/kubernetes/pause gcr.io/google_containers/pause:0.8.0

KUBECTL_EXEC.MD Execute Command:

Https://github.com/GoogleCloudPlatform/kubernetes/blob/release-1.0/docs/user-guide/kubectl/kubectl_exec.md

How does I run private docker images on Google Container Engine:

http://stackoverflow.com/questions/26788485/how-do-i-run-private-docker-images-on-google-container-engine/ 26788669#26788669

Kubernetes Introduction (iii)-Network:

Http://www.tuicool.com/articles/NRRzUbn

Ubuntu Installation: Https://github.com/kubernetes/kubernetes/blob/release-1.0/docs/getting-started-guides/ubuntu.md

Liu Tians: http://blog.liuts.com/category/42/1/1/

Pod, replicationcontrollers, services use: http://www.csdn.net/article/2015-06-12/2824937

Kubernetes Design Summary (non-full version): http://my.oschina.net/kakablue/blog/278038

Kubernetes/cluster/addons/dns:https://github.com/kubernetes/kubernetes/tree/master/cluster/addons/dns

Scaling Docker with Kubernetes:http://www.infoq.com/articles/scaling-docker-with-kubernetes

Kubernetes a few steps to learn: Https://github.com/kubernetes/kubernetes/tree/master/examples/guestbook

Kubernetes System Architecture Introduction: http://www.infoq.com/cn/articles/Kubernetes-system-architecture-introduction?utm_campaign= Infoq_content&utm_source=infoq&utm_medium=feed&utm_term=global

Http://www.tuicool.com/articles/uiYjmi

Kubernetes: Principle and practical application: http://www.csdn.net/article/2014-10-31/2822393

Kubernetes Design Summary: http://www.oschina.net/translate/kubernetes-design-overview?cmp

Kubernetes Application Deployment Model resolution (Deployment article): http://www.csdn.net/article/2015-06-12/2824937

About the difference between boot_ip and SERVICE_IP in a cluster: http://blog.itpub.net/723887/viewspace-474914/

K8s github:https://github.com/kubernetes/kubernetes

Zhejiang University One-click Installation: HTTPS://GITHUB.COM/KUBERNETES/KUBERNETES/BLOB/RELEASE-1.0/DOCS/GETTING-STARTED-GUIDES/UBUNTU.MD

Zhejiang University Complete features Example: Https://github.com/kubernetes/kubernetes/tree/release-1.0/examples/guestbook

Zhejiang University DNS authentication: HTTPS://GITHUB.COM/KUBERNETES/KUBERNETES/BLOB/V1.0.6/CLUSTER/ADDONS/DNS/README.MD

K8s based on bare metal construction: https://github.com/kubernetes/kubernetes/blob/master/docs/getting-started-guides/docker-multinode.md

Master node: https://github.com/kubernetes/kubernetes/blob/master/docs/getting-started-guides/docker-multinode/master.md

Standby node: https://github.com/kubernetes/kubernetes/blob/master/docs/getting-started-guides/docker-multinode/worker.md

Test Fleet: HTTPS://GITHUB.COM/KUBERNETES/KUBERNETES/BLOB/MASTER/DOCS/GETTING-STARTED-GUIDES/DOCKER-MULTINODE/TESTING.MD

Dns:https://github.com/kubernetes/kubernetes/blob/master/docs/getting-started-guides/docker-multinode/deploydns.md

DNS Authentication: https://github.com/kubernetes/kubernetes/tree/master/cluster/addons/dns#how-do-i-test-if-it-is-working

Docker machine, Swarm, and compose orchestration distributed applications: http://www.jdon.com/46901

Scale out Docker with Docker Swarm: Http://www.oschina.net/translate/scaling-docker-with-swarm

Anatomy of Docker Swarm and Mesos: What is it? How to combine? What are the advantages? : http://dockone.io/article/213

Introducing Docker Swarm + mesos.pdf:http://www.open-open.com/doc/view/1de6a03a343e4f5cab8cf7fd6e883317

Analyze the benefits of combining Docker Swarm and Mesos: http://cloud.51cto.com/art/201503/467002.htm

Chronos+marathon: Run batch and long-term high-availability services on Mesos: http://geek.csdn.net/news/detail/2578

Mesos into the mainstream, Twitter mode is expected to "unlimited copy": http://news.cecb2b.com/info/20140225/1939856.shtml

Mesos frame comparison: Marathon and aurora:http://www.open-open.com/lib/view/open1431661251044.html

Http://wenku.baidu.com/link?url= Limoog3gkl3dmvzd1tdqpjd5huznxve0l0dpjmgthmsaxzyi-vsdks9m-ubacmqsuogqkwh2bidzpb8qm8f1kbwjvuutngznnk6mey1aqu_

Stand-alone version Mesos + Marathon + Deimos + DOCKER:HTTP://WWW.TUICOOL.COM/ARTICLES/FJEABQ

Open Source Project Marathon: Let your data center run like Google: Http://www.csdn.net/article/2013-09-06/2816861-Marathon

Manage Docker clusters with Mesos and marathon: http://www.jdon.com/artichect/managing-docker-clusters-using-mesos-and-marathon.html

7 commands to deploy the Mesos cluster in Docker:

http://blog.csdn.net/yangzhenping/article/details/42921211

"Cloud computing" Docker cloud Platform-docker Advanced

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.