上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 31 下一页
摘要: Online learning github source Kubeflow实战系列 Prepare 了解ksonnet 初探Google之Kubeflow (采用的是0.8.0)install dep install ksKubeflow 安利:在 Kubernetes 上进行机器学习ksonne 阅读全文
posted @ 2018-03-21 00:19 lvmxh 阅读(1190) 评论(0) 推荐(0) 编辑
摘要: $ sudo echo "Defaults env_keep=\"PATH PYTHONPATH LD_LIBRARY_PATH CAFFE_ROOT\"" >> /etc/sudoers $ sudo sed -i -e "s/^\(Defaults secure_path.*\)$/# \1/" 阅读全文
posted @ 2018-03-21 00:16 lvmxh 阅读(182) 评论(0) 推荐(0) 编辑
摘要: autocomplete-server-names-for-ssh-and-scp mkdir /etc/bash_completion.d cat >> /etc/bash_completion.d/ssh << EOF _ssh() { local cur prev opts COMPREPLY 阅读全文
posted @ 2018-02-27 18:57 lvmxh 阅读(574) 评论(0) 推荐(0) 编辑
摘要: https://feisky.gitbooks.io/kubernetes/components/api-aggregation.html API convention Kubernetes deep dive Code conventions 获取支持的服务: $ kubectl get apis 阅读全文
posted @ 2018-02-17 00:50 lvmxh 阅读(808) 评论(0) 推荐(0) 编辑
摘要: 1. raft org 2. paper 3. animation 4. python examples Raft-python 这个不是很好用。 simpleRaft Raft算法分析与理解 这哥们找了2个 5. video 及其解释, 该文章下面一系列的raft分析。 6. Raft一致性算法 阅读全文
posted @ 2018-02-12 18:52 lvmxh 阅读(320) 评论(0) 推荐(0) 编辑
摘要: 1. 各个组件之间可以互相调用(都是common sense) conductor 负责DB的操作。 各个组件之间通过RPC, 序列化通过oslo_versionedobjects。 2. 具体调用: Agent(如nova-computer) 访问DB, 通过调用conductor。 实例, 搜索 阅读全文
posted @ 2018-01-29 15:44 lvmxh 阅读(423) 评论(0) 推荐(0) 编辑
摘要: 基本命令介绍(推荐) 1. The Almighty Pause Container 2. What are Kubernetes Pods Anyway? 3. 中文版官方翻译【版本2】 提供了很多interactive 体验环境。也可以自行安装 Minikube a. http://play-w 阅读全文
posted @ 2018-01-10 18:00 lvmxh 阅读(355) 评论(0) 推荐(0) 编辑
摘要: https://review.openstack.org/#/c/258797/ https://review.openstack.org/#/q/is:closed+(owner:yuntong)+project:openstack/nova is:closed (owner:self) proj 阅读全文
posted @ 2018-01-07 13:01 lvmxh 阅读(145) 评论(0) 推荐(0) 编辑
摘要: 在搭建开发环境之前, 请Try Kubernetes,Get Started and CONCEPTS 可以自己使用minikube 来搭建个环境, 自己玩一玩。 K8s需要一些依赖。 参看官方文档 https://github.com/kubernetes/community/blob/maste 阅读全文
posted @ 2018-01-07 11:39 lvmxh 阅读(2392) 评论(0) 推荐(0) 编辑
摘要: https://doc.yonyoucloud.com/doc/docker_practice/etcd/etcdctl.html 启动 http restful API docker批量映射端口 怎么映射宿主端口?Dockerfile 中的EXPOSE和 docker run -p 有啥区别? D 阅读全文
posted @ 2018-01-05 18:56 lvmxh 阅读(184) 评论(0) 推荐(0) 编辑
上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 31 下一页