Created
August 21, 2017 03:43
-
-
Save imjching/ad089e75b74854efdb62ade59eaac1ad to your computer and use it in GitHub Desktop.
Revisions
-
imjching created this gist
Aug 21, 2017 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,64 @@ Name: db Namespace: shopify-dev CreationTimestamp: Sun, 20 Aug 2017 15:41:35 -0700 Labels: app=db Annotations: deployment.kubernetes.io/revision=1 Selector: app=db Replicas: 1 desired | 1 updated | 1 total | 1 available | 0 unavailable StrategyType: RollingUpdate MinReadySeconds: 0 RollingUpdateStrategy: 1 max unavailable, 1 max surge Pod Template: Labels: app=db Containers: db: Image: mysql Port: <none> Environment: MYSQL_ROOT_PASSWORD: password Mounts: <none> Volumes: <none> Conditions: Type Status Reason ---- ------ ------ Available True MinimumReplicasAvailable OldReplicaSets: <none> NewReplicaSet: db-1581001469 (1/1 replicas created) Events: FirstSeen LastSeen Count From SubObjectPath Type Reason Message --------- -------- ----- ---- ------------- -------- ------ ------- 9m 9m 1 deployment-controller Normal ScalingReplicaSet Scaled up replica set db-1581001469 to 1 Name: web Namespace: shopify-dev CreationTimestamp: Sun, 20 Aug 2017 15:49:36 -0700 Labels: app=web Annotations: deployment.kubernetes.io/revision=1 Selector: app=web Replicas: 1 desired | 1 updated | 1 total | 1 available | 0 unavailable StrategyType: RollingUpdate MinReadySeconds: 0 RollingUpdateStrategy: 1 max unavailable, 1 max surge Pod Template: Labels: app=web Containers: web: Image: benjamincaldwell/hello-docker-rails Port: <none> Environment: MYSQL_USER: root MYSQL_PASSWORD: password MYSQL_HOST: db Mounts: <none> Volumes: <none> Conditions: Type Status Reason ---- ------ ------ Available True MinimumReplicasAvailable OldReplicaSets: <none> NewReplicaSet: web-2575780079 (1/1 replicas created) Events: FirstSeen LastSeen Count From SubObjectPath Type Reason Message --------- -------- ----- ---- ------------- -------- ------ ------- 1m 1m 1 deployment-controller Normal ScalingReplicaSet Scaled up replica set web-2575780079 to 1 This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,98 @@ Name: db-1581001469-z5k5q Namespace: shopify-dev Node: minikube/192.168.99.100 Start Time: Sun, 20 Aug 2017 15:41:35 -0700 Labels: app=db pod-template-hash=1581001469 Annotations: kubernetes.io/created-by={"kind":"SerializedReference","apiVersion":"v1","reference":{"kind":"ReplicaSet","namespace":"shopify-dev","name":"db-1581001469","uid":"b8f25a12-85f8-11e7-a056-08002707b7a6",... Status: Running IP: 172.17.0.4 Created By: ReplicaSet/db-1581001469 Controlled By: ReplicaSet/db-1581001469 Containers: db: Container ID: docker://162a93c6c0677b6c55f216780d6d5a04a9f74c5b404a0e49a80a4ab945758f3b Image: mysql Image ID: docker-pullable://mysql@sha256:96edf37370df96d2a4ee1715cc5c7820a0ec6286551a927981ed50f0273d9b43 Port: <none> State: Running Started: Sun, 20 Aug 2017 15:41:38 -0700 Ready: True Restart Count: 0 Environment: MYSQL_ROOT_PASSWORD: password Mounts: /var/run/secrets/kubernetes.io/serviceaccount from default-token-pkl79 (ro) Conditions: Type Status Initialized True Ready True PodScheduled True Volumes: default-token-pkl79: Type: Secret (a volume populated by a Secret) SecretName: default-token-pkl79 Optional: false QoS Class: BestEffort Node-Selectors: <none> Tolerations: <none> Events: FirstSeen LastSeen Count From SubObjectPath Type Reason Message --------- -------- ----- ---- ------------- -------- ------ ------- 9m 9m 1 default-scheduler Normal Scheduled Successfully assigned db-1581001469-z5k5q to minikube 9m 9m 1 kubelet, minikube Normal SuccessfulMountVolume MountVolume.SetUp succeeded for volume "default-token-pkl79" 9m 9m 1 kubelet, minikube spec.containers{db} Normal Pulling pulling image "mysql" 9m 9m 1 kubelet, minikube spec.containers{db} Normal Pulled Successfully pulled image "mysql" 9m 9m 1 kubelet, minikube spec.containers{db} Normal Created Created container 9m 9m 1 kubelet, minikube spec.containers{db} Normal Started Started container Name: web-2575780079-v90vs Namespace: shopify-dev Node: minikube/192.168.99.100 Start Time: Sun, 20 Aug 2017 15:49:36 -0700 Labels: app=web pod-template-hash=2575780079 Annotations: kubernetes.io/created-by={"kind":"SerializedReference","apiVersion":"v1","reference":{"kind":"ReplicaSet","namespace":"shopify-dev","name":"web-2575780079","uid":"d7321011-85f9-11e7-a056-08002707b7a6"... Status: Running IP: 172.17.0.5 Created By: ReplicaSet/web-2575780079 Controlled By: ReplicaSet/web-2575780079 Containers: web: Container ID: docker://925d72d568340457c88c616a286714544d36baf8f9c2354c59a32876cb3ecb07 Image: benjamincaldwell/hello-docker-rails Image ID: docker-pullable://benjamincaldwell/hello-docker-rails@sha256:80013937f9d037e2e5406dff4ce6f16f80ae0c2f166a49629ac947cdba450696 Port: <none> State: Running Started: Sun, 20 Aug 2017 15:49:38 -0700 Ready: True Restart Count: 0 Environment: MYSQL_USER: root MYSQL_PASSWORD: password MYSQL_HOST: db Mounts: /var/run/secrets/kubernetes.io/serviceaccount from default-token-pkl79 (ro) Conditions: Type Status Initialized True Ready True PodScheduled True Volumes: default-token-pkl79: Type: Secret (a volume populated by a Secret) SecretName: default-token-pkl79 Optional: false QoS Class: BestEffort Node-Selectors: <none> Tolerations: <none> Events: FirstSeen LastSeen Count From SubObjectPath Type Reason Message --------- -------- ----- ---- ------------- -------- ------ ------- 1m 1m 1 default-scheduler Normal Scheduled Successfully assigned web-2575780079-v90vs to minikube 1m 1m 1 kubelet, minikube Normal SuccessfulMountVolume MountVolume.SetUp succeeded for volume "default-token-pkl79" 1m 1m 1 kubelet, minikube spec.containers{web} Normal Pulling pulling image "benjamincaldwell/hello-docker-rails" 1m 1m 1 kubelet, minikube spec.containers{web} Normal Pulled Successfully pulled image "benjamincaldwell/hello-docker-rails" 1m 1m 1 kubelet, minikube spec.containers{web} Normal Created Created container 1m 1m 1 kubelet, minikube spec.containers{web} Normal Started Started container