Skip to content

IBM-CAMHub-Open/template_kubernetes_gke

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Managed Kubernetes Service within Google Cloud

Copyright IBM Corp. 2019, 2019
This code is released under the Apache 2.0 License.

Overview

This terraform template deploys a kubernetes cluster within Google Cloud's Kubernetes Engine (GKE) service.\

Via this template, a configurable number of worker nodes can be deployed, with autoscaling capabilities provided by the GKE service.

Prerequisites

  • The user must be assigned either the 'GKE Admin' or 'GKE Developer' role to deploy this template within Google Cloud

Template input parameters

Parameter name Parameter description
cluster_name Name of the GKE cluster. Cluster name can have lower case alphabets, numbers and dash. Must start with lower case alphabet and end with alpha-numeric character. Maximum length is 32 characters.
zone Zone within the cloud in which to create the cluster
kube_version Kubernetes version for the cluster. Specify 'latest' for the most recent kubernetes version supported by the Kubernetes Service, or a version number in the X.Y[.Z] format (e.g. 1.13 or 1.13.5). The most recent maintenance release for the specified version will be selected.
machine_type Machine type for worker nodes
disk_size_gb Size of the worker node disk
disk_type Type of the worker node disk
initial_worker_count Initial number of worker nodes
min_worker_count Minimum number of worker nodes
max_worker_count Maximum number of worker nodes

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages