问题标签 [gcp]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
329 浏览

load-balancing - GCE:将流量路由到 Pod 时负载均衡器运行状况检查失败

我正在按照https://codelabs.developers.google.com/codelabs/cloud-hello-kubernetes上的步骤操作,并且可以使用以下命令成功地将我的 pod 暴露给外界:

我已经设置了一个静态 IP,当我运行时

一切看起来都正常,并且可以运行几天,但过了一段时间,来自 104.155.xxx.xxx 的流量停止路由到我的 pod,当我检查负载均衡器时,我开始收到这样的错误:

实例 gke-k8-default-pool-xxxx 对于 104.155.xxx.xxx 不健康

这总是在几天后发生。我不知道我做错了什么。

0 投票
1 回答
380 浏览

google-cloud-platform - Google Cloud 是否提供“无服务器”搜索 API?

Google 为 GCP 提供 Datastore,它是 CQRS 中的“C”。但是,“Q”(查询)在哪里?

Datastore 使其成为可行的查询系统有两个非常大的限制,这也许是合理的:

  1. 没有潜台词搜索
  2. 除非它们已被过滤,否则不会对字段进行排序

Google Cloud 提供“App Engine Search API”,但这不是端点 API。它是一个库 API。这意味着,必须管理它周围的基础设施。

使用 Datastore,优点之一是我可以通过规则以“无服务器”方式管理访问,以便我的客户端应用程序可以直接处理 Datastore(即“无服务器”)。

使用搜索 API,我必须编写一个应用程序来使用四种支持的语言之一来索引我的文档,公开端点,管理可伸缩性......如果我必须手动完成所有这些操作,就无法实现使用 Datastore 等无服务器服务的目的。

Google Cloud 在以无服务器方式进行搜索、过滤和排序方面是否为 Datastore 提供了更多的补充?他们会吗?

0 投票
1 回答
275 浏览

google-app-engine - 如何连接谷歌云平台的Mlab?

如何连接谷歌云平台的mlab?我得到错误..

servlet java.lang.NoClassDefFoundError 未捕获的异常:java.lang.management.ManagementFactory 是受限制的类。有关详细信息,请参阅 Google App Engine 开发人员指南。在 com.google.apphosting.runtime.security.shared.stub.java.lang.management.ManagementFactory.(ManagementFactory.java) 在 org.springframework.context.support.LiveBeansView.registerApplicationContext(LiveBeansView.java:65) 在 org。 springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:779) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:485) at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader. java:403) 在 org.springframework.web.context.ContextLoader。

0 投票
2 回答
249 浏览

trace - Adding Service and Version to custom stackdriver trace api

I am using https://github.com/GoogleCloudPlatform/google-cloud-go/tree/master/trace to send custom traces to Stackdriver Trace from GCP. All these traces end up without a service or version. How do you add that information using the trace api ?

Is there a way to add the serviceContext in trace.NewClient or the span ?

EDIT : The first answer helps but the Stackdriver UI does not show these unless they are GAE( or internal apps). Mine is a standlone Go app.

stackdriver ui

0 投票
2 回答
3289 浏览

google-cloud-storage - 跨项目共享 Google Cloud Storage 存储桶

我希望一个存储桶由多个项目拥有,而不使用服务帐户。我怎样才能做到这一点?

0 投票
2 回答
717 浏览

json - Google Cloud Platform - 我需要一个 webhook 来获取 JSON 数据。如何接近它?

我对 google-cloud-platform 世界还很陌生,我正在努力迈出第一步。所以,我想知道的是如何制作一个 webhook 应用程序,它将运行 24/7 并“捕获”从另一个 3rd 方服务发送的数据(稍后我将尝试对这些数据做一些事情 - 操纵它并推送到DB,但这是另一个要问的问题)。我已经在基于 Linux 的 GCP 上设置了一个实例,但是,下一步是什么?我熟悉 PHP,但这次我想在 Phyton 中做这件事(现在正在学习它)。我应该使用 GCP 中的哪个服务以及如何设置服务器来捕获第 3 方服务发送的每个数据?

0 投票
1 回答
507 浏览

json - 如何获取 API.AI 只需将对话的 JSON 数据发送给我?

我试图了解是否可以选择使用某种 webhook 获取讨论的对话日志。API.AI 文档仅指将 webhook 用于履行目的,但目前我不打算让我的服务器(GCP ENGINE APP)提供履行,而只是记录每个对话的相关参数。任何人都知道如何解决这个问题?

0 投票
2 回答
615 浏览

xml - 在 Google Cloud Dataflow 中使用 XmlSource 读取 XML 文件时出现 ClassCastException

XmlSource.from用来读取存储在 Cloud Storage 存储桶中的 XML 文件。

但我得到了这个例外:

这些是我的 pom.xml 中的依赖项:

我不确定这里有什么问题。有人可以指点一下吗?

谢谢,

阿布舍克

0 投票
0 回答
251 浏览

sublimetext2 - sublime-2 “找不到 sftp 命令行可执行文件”

尝试设置 sublime SFTP 以在谷歌云(GCP)VM 上工作并不断收到此基本错误。我认为我的 sublime-2 设置搞砸了,但我不知道如何解决它。这是我现在的 sftp 设置文件 -

0 投票
1 回答
212 浏览

node.js - 节点 js“hello world”谷歌云虚拟机

试图在谷歌 VM 机器上在节点 js 中制作最简单的“hello world”快速服务器示例,但它不起作用。我要做的不是使用 google 的 APP ENGINE,我只是尝试在 google 计算机上创建一个 NODE JS 服务器并通过 http 连接的第一步。我为节点 js 使用了“hello world”的谷歌代码示例,并使用http://MY_VM_EXTERNAL_IP_ADDRESS:8080在浏览器中连接 - 不走运。我确定我错过了一些愚蠢的东西,但不确定是什么:-(。