May 2018
Intermediate to advanced
554 pages
13h 51m
English
We can easily run up a Kubernetes cluster using a single command with parameters containing complete configurations. These parameters are described in the following table:
|
Parameter |
Description |
Value in example |
|
--name |
This is the name of the cluster. It will also be the domain name of the cluster's entry point. So you can utilize your Route53 DNS domain with a customized name, for example, {your cluster name}.{your Route53 domain name}. |
my-cluster.k8s-cookbook.net |
|
--state |
This indicates the S3 bucket that stores the status of the cluster in the format s3://{bucket name}. |
s3://kubernetes-cookbook |
|
--zones |
This is the availability zone where you need to build your cluster. |
us-east-1a |
|
--cloud ... |
Read now
Unlock full access