GCP

Ads
Vue.js

Deploy the Vue3 Docker image to the Google Cloud Run

Through the series of articles, I've introduced several preparation things, such as "Build a Docker image" or "Push the Docker image". All these articles are the required prerequisites for the goal of this article, to deploy a Vue3 application included in the Docker image into the Google Cloud Run.
Vue.js

Push the Docker image to the Google Container Register

This article is a part of the series, "Publish the Vue3 Docker Image to Google Cloud Run". I would like to introduce the steps from the preparation of the docker push command so that we can push the Docker image to the Google Container Register (GCR) we can deploy the container to the Google Cloud Run from there.
Vue.js

Create the Docker Image with Vue3 for the Google Cloud Run

If we would like to develop a Vue.js application and run it locally, there would be no issue to do that for everyone. However, once we would like to publish the application to the internet, it might be an issue for someone because there are so many options or steps to achieve it. So I would like to introduce the steps to deploy a Vue3 application into the Google Cloud Run through the series of articles.
Japanese

Google Cloud Functions (Python) から Cloud Firestore の データを 読み出す – Cloud SDK を使う方法 と Firebase Admin SDK を使う方法 –

本記事では Cloud SDKを使う場合、 Firebase Admin SDK を使う場合双方について Python プログラムからFirestoreを用いる方法について整理します。
GCP-Firebase

Google Secret Manager に 辞書型データを格納し、Cloud Functions から アクセスする方法

こちらの記事 で Google Secret Manager に パスワード や API キー といった 「他者に知られたくない」あるいは 「公開したくない」 情報を格納する方法を紹介しました。 今回はより実践的な管理方法として 辞書型 の...
Tech

Google Secret Manager で パスワードや API キー などの秘匿情報を管理し Cloud Funcitons から参照する方法

本記事では、 Secret Manager に 例として サンプルの API キー を格納し、 Python で作成した Cloud Functions から参照する方法を紹介します。
Japanese

[ Vue 3 ] Vue CLI を GCP App Engine に デプロイ する手順

Vue CLI (Vue3) で作成した サンプルアプリケーションを GCP App Engine に デプロイ する手順をまとめてみました。
Japanese

[ GCP / Firebase ] Web アプリ デプロイ 先 サービス 比較 Cloud Functions for Firebase, Cloud Functions, Cloud Run and App Engine

Google が提供する Cloud Functions, App Engine, Cloud Run, Firebase といった Serverless Computing サービス について、 アプリ の デプロイ 選定の参考になればと思い、特徴を整理し比較してみました。
Japanese

[ GCP / Firebase ] GCP からも Firebase からも利用可能な Firestore データベース の 作成方法

Google が提供する NoSQL クラウドデータベースの Firestore の作成方法について、GCP プロジェクト、 Firebase プロジェクト 双方から参照可能な状態にする方法を、実際の作業ベースで紹介します。
Ads