gcp

niconico-speenya - Niconico Method

niconico-speenya - Niconico Method

ニコニコメソッドな感じにコメントが画面を横切るようなおもちゃはないかなと眺めていたらいいものを見つけたので try 中 niconico-speenya github: https://github.com/chimerast/niconico-speenya README.md に cloud run でカスタムドメインで立てる方法まで書いてあってすげー!と思ったけど動いていない… WebSocket connection to 'wss://nicomethod.georgeorge.com/socket.io/?EIO=3&transport=websocket&sid=jo2JvvRde-lzbt0QAAAV' failed: Error during WebSocket handshake: Unexpected response code: 400 カスタムド
Google Cloud Platform - Shell

Google Cloud Platform - Shell

Gcloud beta command の勉強 google cloud SDK のインストール AWS CLI 相当のものかな。シェルで GCP リソースを操作できる様になる。 インストール方法: https://cloud.google.com/sdk/docs/?hl=ja $ tar zxvf google-cloud-sdk.tar.gz $ mv google-cloud-sdk ~/.google-cloud-sdk $ cd ~/.google-cloud-sdk $ ./install.sh $ ./bin/gcloud init 注意: ダウンロードして展開された google-cloud-sdk ディレクトリは install, init の後も保持する必要がある (~/.*shrc ファイルもそこを見
GCP - Cloud Load Balancing

GCP - Cloud Load Balancing

lb GCP - Cloud Load Balancing set up 手順 Load Balancing の新規作成 backend の指定 バックエンドは色々。 VM group とか container も可能. frontend ipv4, ipv6 ごとに設定 証明書をここで指定・作成 Google マネージド証明書の作成のための検証 まず、カスタムドメイン名を指定 作成を一度する Load Balancing の frontend IP を確認 カスタムドメイン名がその
Google Cloud Platform - Cloud Run

Google Cloud Platform - Cloud Run

Cloud Run がサーバーレスのキラープラットフォームになるぜ!という某先輩のお言葉に inspire されて使い始める。 Google Cloud Platform - Cloud Run Quickstart: Build and Deploy は素直に簡単に動いたので、初めての人はやってみることをおすすめする。 Cloud Run てどんな感じ? 何がオイシイか? AWS Lambda や Azure Functions や Google Cloud Functions はどれ
Google Cloud Platform - Start up

Google Cloud Platform - Start up

GCP 初めて勉強した時の記録 Google Cloud Platform - Start up ドキュメンテーションに注意 チュートリアル1つやるだけなのにドキュメンテーションが行けていない事例に何度も遭遇したので、注意が必要。書いてあるサンプルコードのとおりにやっても動かないことあるのでちゃんと理解