This page explains how node pools work in Google Kubernetes Engine (GKE). To learn how to manage node pools, see Adding and managing node pools. Overview A node pool is a group of nodes within a cluster that all have the same configuration. Node pools use a NodeConfig specification. Each node in the pool has a Kubernetes node label, cloud.google.com/gke-nodepool, which has the node pool's name as
This page explains how regional clusters work in Google Kubernetes Engine (GKE). Regional clusters increase the availability of a cluster by replicating the control plane and nodes across multiple zones in a region. Regional clusters provide all of the advantages of multi-zonal clusters with the following additional benefits: Resilience from single zone failure: Regional clusters are available acr
Microsoft Learn. Spark possibility. Build skills that open doors. See all you can do with documentation, hands-on training, and certifications to help you get the most from Microsoft products. Learn by doing Gain the skills you can apply to everyday situations through hands-on training personalized to your needs, at your own pace or with our global network of learning partners. Take training Find
概要 Google Cloud PlatformのContainer Cluster(Kubernetes)のセットアップからデプロイまでの手順です。プロジェクトの作成手順は省略します。 Container Clusterの作成 メニューから [Container Engine] -> [Container Clusters] を開き、[CREATE CLUSTER]をクリック。必要な項目を有効にして作成してください。 このプロジェクトではCloud SQLを利用しているので、Cloud SQLをEnabledにしています。 作成後、画面にConnectと出てくるので、メニューに従って実行します。 $ gcloud container clusters get-credentials production \ --zone {指定したzone} --project {project-id}
フィードバックを送信 アルファ クラスタ コレクションでコンテンツを整理 必要に応じて、コンテンツの保存と分類を行います。 このページでは、Kubernetes アルファ版機能の概要と Google Kubernetes Engine でのアルファ クラスタの動作について説明します。アルファ クラスタを作成することや、クラスタ構成の選択についての詳細を確認することができます。 概要 Kubernetes のアルファ版機能を体験するには、アルファ クラスタを作成します。アルファ クラスタは有効期限の短いクラスタであり、Kubernetes の安定版リリースを実行します。このクラスタでは、すべての Kubernetes API と機能を使用できます。アルファ クラスタは、新機能が本番環境に対応可能になる前に、熟練したユーザーおよび早期導入者が新機能を利用するワークロードを体験できるように提供さ
先日リリースしたアプリケーションが CPU 使ってなくてスカスカだったので、ノードのマシンタイプを n1-standard から f1-micro に変えました。今後もときどき行うことになりそうなので手順を残します。このアプリケーションはストレージを全く使っていないため、ストレージを利用している場合にはこの手順ではうまくいかないかもしれません。注意してください。 マシンタイプの違うノードにダウンタイムゼロで移行する $ gcloud container node-pools create f1-micro-pool --machine-type f1-micro --num-nodes=2 --zone=asia-east1-c まず移行先のノードを作成するためにノードプールを作成します。ここでマシンタイプやゾーン、初期のノード数などを指定します。ディスクサイズもここで指定できます。 ノー
This page explains how Google Kubernetes Engine (GKE) automatically resizes your Standard cluster's node pools based on the demands of your workloads. When demand is high, the cluster autoscaler adds nodes to the node pool. To learn how to configure the cluster autoscaler, see Autoscaling a cluster. This page is for Admins, Architects, and Operators who plan capacity and infrastructure needs and o
フィードバックを送信 コレクションでコンテンツを整理 必要に応じて、コンテンツの保存と分類を行います。 このクイックスタートでは、シンプルなウェブサーバーのコンテナ化されたアプリケーションを Google Kubernetes Engine(GKE)クラスタにデプロイします。ここでは、クラスタを作成する方法と、クラスタにアプリケーションをデプロイしてユーザーがアクセスできるようにする方法について説明します。 このドキュメントを読む前に、Kubernetes について理解しておいてください。 始める前に 次の手順で Kubernetes Engine API を有効にします。 Sign in to your Google Cloud account. If you're new to Google Cloud, create an account to evaluate how our pr
11月5日に発表されたばかりのGoogle Container Engine (GKE)をさっそく試してみました。RedisDockerGoogleContainerEngineGKEGoogleCloud こんにちは、会社のブログで書こうか迷ったのですが、こっちで書きます。 さっそくですが、Google Container Engineが発表されましたね! まだα版とのことですが、試しに使ってみたいと思います! ※ 単語とか理解していない部分も多いですし、間違った認識の部分もあるかと思います。コメントや生暖かい目で見守っていただければ幸いです。 参考: * Google Container Engine (GKE)を触る * Google Container Engine (GKE) を触ってみた Google Container Engine(GKE)とは 2014年11月4日(日本時
This tutorial shows you how to set up a single-replica WordPress deployment on Google Kubernetes Engine (GKE) using a MySQL database. Instead of installing MySQL, you use Cloud SQL, which provides a managed version of MySQL. WordPress uses PersistentVolumes (PV) and PersistentVolumeClaims (PVC) to store data. A PV is a representation of storage volume in the cluster that is provisioned by an admin
This tutorial shows how to run a web application behind an external Application Load Balancer by configuring the Ingress resource. Background Google Kubernetes Engine (GKE) offers integrated support for two types of Cloud Load Balancing for a publicly accessible application: Ingress External passthrough Network Load Balancer In this tutorial, you use Ingresses. Ingress When you specify kind: Ingre
This tutorial demonstrates how to build a multi-tier web application using Google Kubernetes Engine (GKE). In this tutorial, you do the following: Set up a web application with an external IP address and a load balancer. Create a Redis cluster with a single master (leader) and multiple replicas (followers). The example describes the following Kubernetes concepts: Declarative configuration using YA
Send feedback GKE release notes Stay organized with collections Save and categorize content based on your preferences. This page documents production updates to Google Kubernetes Engine (GKE). You can periodically check this page for announcements about new or updated features, bug fixes, known issues, and deprecated functionality. This page includes release notes for all channels and releases. Cu
フィードバックを送信 Compute Engine 上のコンテナ コレクションでコンテンツを整理 必要に応じて、コンテンツの保存と分類を行います。 ソフトウェア コンテナは、複数の分離されたユーザー空間インスタンスで手軽にアプリを実行する方法です。コンテナは、Linux または Windows Server の公開 VM イメージ、あるいは Container-Optimized OS イメージで実行できます。コンテナにより、アプリをより少ない依存関係でホスト仮想マシン(VM)上で実行したり、同じ VM インスタンスにデプロイする他のコンテナ化されたアプリとは別に実行したりできます。このような特性によって、コンテナ化されたアプリがさらにポータブルになり、デプロイや大規模な保守をより簡単に行うことができます。 このドキュメントでは Compute Engine インスタンス上でコンテナを実行
By default, automatic upgrades are enabled for Google Kubernetes Engine (GKE) clusters and for GKE Standard node pools. This page explains how to manually request an upgrade or downgrade for the control plane or nodes of a GKE cluster. You can manually upgrade the version as follows: Autopilot: Upgrade the control plane version. Standard: Upgrade the control plane version and the node pool version
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く