August 2019
Intermediate to advanced
242 pages
5h 45m
English
Let's look at our k8s_cluster.yaml file:
apiVersion: kops/v1alpha2kind: Clustermetadata: creationTimestamp: 2018-05-01T12:11:24Z name: $NAMEspec: api: loadBalancer: type: Public authorization: rbac: {} channel: stable cloudProvider: aws configBase: $KOPS_STATE_STORE/$NAME etcdClusters: - etcdMembers: - instanceGroup: master-$ZONE name: b name: main - etcdMembers: - instanceGroup: master-$ZONE name: b name: events iam: allowContainerRegistry: true legacy: false kubernetesApiAccess: - 0.0.0.0/0 kubernetesVersion: 1.9.3 masterInternalName: api.internal.$NAME masterPublicName: api.hodlgo.$NAME networkCIDR: 172.20.0.0/16 networking: kubenet: {} nonMasqueradeCIDR: 100.64.0.0/10 sshAccess: - 0.0.0.0/0 subnets: - cidr: 172.20.32.0/19Read now
Unlock full access