美文网首页OpenStack
libcloud 文档阅读

libcloud 文档阅读

作者: 廖马儿 | 来源:发表于2017-11-03 15:23 被阅读15次
[ldl](member:ldl): From doc: https://developer.openstack.org/firstapp-libcloud/introduction.html
[03:08am] [ldl](member:ldl): It is easy to split out services into multiple instances. We will create a controller instance called app-controller, which hosts the API, database, and messaging services. We will also create a worker instance called app-worker-1, which just generates fractals.
[03:08am] [ldl](member:ldl): what's the meaning of fractal?
[03:08am] [ldl](member:ldl): does it means the instance?
[03:08am] [ldl](member:ldl): and app-worker-1 means compute node?

我估计是。

2.对实例和卷做快照备份。

You can also use the OpenStack API to create snapshots of running instances and persistent volumes. For more information, see your SDK documentation.

3.如果一个实例受了损坏,被攻击,那么所有的使用相同的镜像和配置的实例都会受损。
最好的方法是重建。

If one application instance is compromised, all instances with the same image and configuration will likely suffer the same vulnerability. The safest path is to use configuration management to rebuild all instances.

相关文章

  • libcloud 文档阅读

    我估计是。 2.对实例和卷做快照备份。 3.如果一个实例受了损坏,被攻击,那么所有的使用相同的镜像和配置的实例都会...

  • libcloud

    1.官网:https://libcloud.apache.org/快速入门 (https://libcloud.a...

  • 文档阅读

    官方source-code 阿里十分钟入门RocketMQ RocketMQ 迈入50万TPS消息俱乐部 Apac...

  • 文档阅读

    // $("#btn1"...

  • 《科技文档写作实务》

    文档目的 编写文档前需要明确文档要达成的目的是什么?搞清出3点:文档阅读对象?背景以及为了达成目标?阅读人...

  • 使用apiDoc书写API文档规范

    首发于fxm5547的博客 详细阅读apiDoc官方文档 详细阅读官方文档:http://apidocjs.com...

  • 如何阅读文档

    很多时候 我们阅读文档的时候 都是先把 tutorial 看一篇 把代码跑一篇 然后跟着 documentatio...

  • React文档阅读

    自己最近的项目是基于react的,于是读了一遍react的文档,做了一些记录(除了REFERENCE部分还没开始读...

  • 写好技术文档的几个建议

    1. 技术文档怎样才算好? 技术文档怎么才算好?从自己的阅读体验结合技术文档的阅读对象进行分析,答案就很明显。 一...

  • PDFelement玩转PDF文档注释攻略

    我们在阅读PDF文档的时候,经常会使用PDF文档注释功能。这个功能可以让我们在阅读PDF文档的时候,可标记重点内容...

网友评论

    本文标题:libcloud 文档阅读

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