May 2018
Intermediate to advanced
554 pages
13h 51m
English
At the beginning, take a look at the Deployment you just created and its ReplicaSet by executing the following code block:
$ kubectl describe deployment simple-nginxName: simple-nginxNamespace: defaultCreationTimestamp: Fri, 04 May 2018 12:14:21 -0400Labels: env=test project=My-Happy-Web role=frontendAnnotations: deployment.kubernetes.io/revision=1Selector: env=test,project=My-Happy-Web,role=frontendReplicas: 5 desired | 5 updated | 5 total | 5 available | 0 unavailableStrategyType: RollingUpdateMinReadySeconds: 0RollingUpdateStrategy: 1 max unavailable, 1 max surgePod Template: Labels: env=test project=My-Happy-Web role=frontend Containers: simple-nginx: Image: nginx Port: 80/TCP Environment: <none> Mounts: <none> Volumes: ...
Read now
Unlock full access