在Google Container Engine上申请创建Docker容器
(1)要申请一个Google账户。
(2)激活Google账单,即绑定支付信用卡,为使用Google的服务买单。激活过程中为了验证信用卡是否可用,需要支付1美元的费用。
激活支付地址:https://console.developers.google.com/billing?_ga=1.62759852.1080048005.1441690490
支付激活后,可以看到能够使用的一些服务,同时看到可以免费使用60天。
(3)激活Google API
激活后,可以使用如下两种服务:
Google Container Engine API
Google Compute Engine and associated APIs
创建一个gerry-test-proj工程:
然后点击建立,会自动跳转到当前创建好的工程中:
(4)安装gcloud
到Google Cloud SDK上可以下载到各个版本的客户端:https://cloud.google.com/sdk/#windows
安装方法也有说明。安装完成后,可以看下gcloud的使用方法:
复制代码代码如下:
root@gerryyang:~# gcloud -h
Usage: gcloud [optional flags]
group may be auth | components | compute | config | container |
deployment-manager | dns | sql | topic
command may be docker | feedback | help | info | init | version
The *gcloud* CLI manages authentication, local configuration, developer
workflow, and interactions with the Google Cloud Platform APIs.
optional flags:
--account ACCOUNT Google Cloud Platform user account to use for
invocation.
--format FORMAT Format for printed output.
--help Display detailed help.
--log-http LOG_HTTP Logs all HTTP server requests and responses to stderr.
(true/false)
--project PROJECT_ID Google Cloud Platform project ID to use for this
invocation.
--quiet, -q Disable all interactive prompts.
--trace-token TRACE_TOKEN
Token used to route traces of service requests for
investigation of issues.
--user-output-enabled USER_OUTPUT_ENABLED
Control whether user intended output is printed to the
console. (true/false)
--verbosity VERBOSITY Override the default verbosity for this command. This
must be a standard logging verbosity level: [debug,
info, warning, error, critical, none] (Default:
[warning]).
-h Print a summary help and exit.
-v, --version Print version information.
command groups:
auth Manage oauth2 credentials for the Google Cloud SDK.
components List, install, update, or remove Google Cloud SDK
components or packages.
compute Read and manipulate Google Compute Engine resources.
config View and edit Google Cloud SDK properties.
container Deploy and manage clusters of machines for running
containers.
deployment-manager Manage deployments of cloud resources.
dns Manage your Cloud DNS managed-zones and record-sets.
sql Manage Cloud SQL databases.
topic gcloud supplementary help.
commands:
docker Provides the docker CLI access to the Google Container
Registry.
feedback Provide feedback to the Google Cloud SDK team.
help Prints detailed help messages for the specified
commands.
info Display information about the current gcloud
environment.
init Create and initialize a gcloud workspace in the current
directory.
version Print version information for Cloud SDK components.
然后使用gcloud登陆GCP账户(即,完成认证):
后记
越来越多的公司开始使用容器来构建应用,它可以方便地实现扩展、复制以及升级。这个新服务提供了一种全新的途径来管理大量容器,免除了涉及到多容器业务流操作的大量底层工作。
Google于2014年11月首次对外发布了容器引擎,不过只是预览版本。随着这次商业性的发布,Google确保该服务已经具备好应对生产环境的各种条件,并承诺99.95%的正常运行时间。
另外,定价也已经确定。少于6个节点的用户可以免费使用,若需管理多于6个节点则需为每个集群支付$0.15/小时的费用。
Google自身早已使用容器来运行Internet服务,例如搜索和邮箱服务。
通过容器,公司可以让每个组件包含一部分应用,以模块化的方式构建它们的应用,这就是广为人知的微服务架构。当应用需要更新时,一个新的容器可以轻易地实现替换,以减小对操作的影响。
容器也为DevOps形式的软件开发创造了条件。这种情况下,开发者在开发应用时快速地迭代,通过在容器中打包,每个独立的组件都可以轻松地进行测试。
通过这个服务,用户在单次操作中,完成对多容器复杂应用的部署。GCE会记录操作日志,以确保每个容器的正确运行,它也提供一条简易的途径,通过增加额外的处理器或内存,来调整集群的大小。
相关建站知识
- 04-12帝国CMS二次开发不同会员组显示不同的颜色和图标
- 07-25帝国CMS单页面栏目解决方案
- 02-05帝国CMS内容简介过滤smalltext标签中的空格、换行代码是什么?
- 11-11phome_enewsmoreport端口表
- 10-18帝国CMS使用附加SQL条件灵动标签调用栏目导航
- 10-31帝国cms用万能的灵动标签SQL语句调用一级栏目分类
- 06-22修复帝国CMS邮件标题乱码问题
- 11-05帝国CMS模板封面列表和内容页调用栏目别名的两种方法
- 02-13帝国CMS列表模板list.var如果信息没有图标就留空的技巧
- 03-02帝国CMS 上传附件保持原文件名
- 09-16phome_enewspicclass 数据表字段解释(图片信息分类表)
- 03-30帝国cms使用方法如何在tags列表页获取当前tag的ID
- 11-20帝国cms表单初始值的设置
- 05-14帝国CMS如何用灵动标签调用副表字段内容?
- 04-26phome_enewsnotcj 数据表字段解释(防采集字符表)
- 10-10帝国导航栏目100%简单实现导航高亮效果栏目
- 11-22wordpress二次开发教程之Cookie的初级研究
- 10-29帝国CMS会员空间调用标签、变量、函数
- 08-17帝国cms记录没有搜索到结果的搜索关键字入数据库
- 01-31用户投稿支持自行添加tags标签方法