nownab.log

nownabe's daily posts

GCP updates | November 26, 2018

Posted on Nov 29, 2018

DATABASES

Cloud Bigtable now available in all three London (europe-west2) zones: GA

Cloud Bigtable is a massively scalable, fully managed NoSQL database service for large analytical and operational workloads. Product page

DEVELOPER TOOLS

Cloud Scheduler: beta

Cloud Scheduler is a fully managed enterprise-grade cron job scheduler. You can schedule nearly any job, including batch and big data, as well as automate manual tasks, such as retries, all in one place. Product page

きたーーー!🎉 GCPでcron的なことしようと思ったらGAEのcron機能を使うしかなかったのでGAEでhttpアプリを作る必要がありましたが、Cloud Schedulerで不要になります! App EngineにHTTPリクエストを送る、その他にHTTPリクエストを送る、Pub/Subのメッセージを送る、が可能です。

MIGRATION

Transfer Appliance now available in the European Union: beta

Transfer Appliance is a hardware appliance that allows you to securely migrate large volumes of data up to a petabyte to Google Cloud Platform without disrupting operations. Blog


Additional Releases

COMPUTE

Kubernetes Engine – Container-Optimized OS with containerd: beta

Now you can use containerd, the core runtime component of Docker, as your main container runtime in Kubernetes Engine. You can debug or troubleshoot on the node using crictl, the portable command-line tool, built for Kubernetes container runtimes. Documentation | Website

Dockerを使わず直接containerdとCRIでやりとりするってやつですかね。リソース節約できてオーバーヘッド減るってやつかな。

kanikoとかともあわせて脱Dockerが進んでいきそうですね。

Compute Engine – detachable boot disks for VM instances: beta

Now you can detach boot disks from VM instances. This allows you to mount a boot disk to another VM instance to simplify the repair process, or replace boot disks without having to recreate an entire VM instance. Documentation

ほー。起動しているVMのブートディスクに他のVMからアタッチできるようになるってことか(read onlyだとは思うけど)。 インスタンス作り直さざるを得ない変更でもBootディスク引き継げるようになるのはよさそう。 VM再作成せずにブートディスク入れ替えるってのはメリットがよくわからんな

Compute Engine – Private Google Access for Windows Server instances: GA

This launch allows you to create a Windows Server instance that has an internal-only IP address. You must configure the instance to access the kms.windows.googlecloud.com server using Private Google Access. Documentation

DATA ANALYTICS

BigQuery now available in Singapore: GA

BigQuery is now generally available in the asia-southeast1 region. With regional availability, you can run large-scale workloads quickly in the same local Google Cloud regions you already use for storage, compute, and machine learning. Documentation

着々と広げてますね 🌎

DATABASES

Query statistics in Cloud Spanner: GA

Now you can view summary statistics for queries that had the highest total CPU usage within a Cloud Spanner database. The statistics include execution count, average latency, average CPU seconds during a recent period of time, and more. Documentation

Spanner使ってみたくて料金調べたけど、個人で使えるような額じゃないですね。。。

DEVELOPER TOOLS

Cloud Source Repositories – Cloud Pub/Sub Notifications: GA

This new feature allows you to set up notifications for when your repository’s state changes, such as when new code is pushed. You can also configure roles and permissions to control how users interact with the Cloud Pub/Sub events that your repository generates. Documentation