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 characters
apiVersion: v1 | |
kind: ReplicationController | |
metadata: | |
labels: | |
name: had | |
version: "2" | |
namespace: dev | |
name: hadv2-0-0 | |
spec: | |
replicas: 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 characters
apiVersion: v1 | |
kind: ReplicationController | |
metadata: | |
labels: | |
name: had | |
namespace: dev | |
name: had | |
spec: | |
replicas: 1 | |
selector: |
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 characters
wkhhdmbp:kubernetes-elk-cluster wkh$ kubectl logs -f logstash-60j4v -c elasticsearch-lb │ 43 - containerPort: 5043 | |
log4j:WARN No such property [maxBackupIndex] in org.apache.log4j.DailyRollingFileAppender. │ 44 name: lumberjack | |
log4j:WARN No such property [maxBackupIndex] in org.apache.log4j.DailyRollingFileAppender. │ 45 protocol: TCP | |
log4j:WARN No such property [maxBackupIndex] in org.apache.log4j.DailyRol |
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 characters
I0624 04:09:15.169298 6 servicecontroller.go:202] Got new Added delta for service: &{TypeMeta:{Kind: APIVersion:} ObjectMeta:{Name:nginx GenerateName: Namespace:default SelfLink: | |
/api/v1/namespaces/default/services/nginx UID:c6d0c8ed-1a26-11e5-ae11-42010af0242c ResourceVersion:278703 CreationTimestamp:2015-06-24 04:09:15 +0000 UTC DeletionTimestamp:<nil> Labels | |
:map[name:nginx] Annotations:map[]} Spec:{Ports:[{Name: Protocol:TCP Port:443 TargetPort:{Kind:0 IntVal:443 StrVal:} NodePort:0}] Selector:map[name:nginx] ClusterIP:10.0.133.167 Type:C | |
lusterIP DeprecatedPublicIPs:[] SessionAffinity:None} Status:{LoadBalancer:{Ingress:[]}}} | |
I0624 04:09:15.329916 6 servicecontroller.go:279] Not creating LB for service default/nginx that doesn't want one. | |
I0624 04:09:15.329978 6 servicecontroller.go:299] Not persisting unchanged LoadBalancerStatus to registry. |
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 characters
Fri, 05 Jun 2015 14:17:04 -0500 Fri, 05 Jun 2015 14:17:04 -0500 1 monitoring-heapster-controller-9bqmh Pod spec.containers{heapster} started {kubelet kubernetes-minion-ftfo} Started with docker id 66c2e4ed4effa98ded56aaaa71f57dddbf744b1b614a7e668ba16aedcfdb7e80 | |
Fri, 05 Jun 2015 14:17:14 -0500 Fri, 05 Jun 2015 14:17:14 -0500 1 monitoring-heapster-controller-9bqmh Pod spec.containers{heapster} created {kubelet kubernetes-minion-ftfo} Created with docker id ae21e84068192625eab7444682440f03cc16e434e92711e47433dcfe0a82585d | |
Fri, 05 Jun 2015 14:17:14 -0500 Fri, 05 Jun 2015 14:17:14 -0500 1 monitoring-heapster-controller-9bqmh Pod spec.containers{heapster} started {kubelet kubernetes-minion-ftfo} Started with docker id ae21e84068192625eab7444682440f03cc16e434e92711e47433dcfe0a82585d | |
Fri, 05 Jun 2015 14:17:24 -0500 Fri, 05 Jun 2015 14:17:24 -0500 1 monitoring-heapster-controller-9bqmh Pod spec.containers{heapster} creat |
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 characters
E0527 20:38:36.467942 11142 mount_linux.go:103] Mount failed: exit status 32 | |
Mounting arguments: nfs-server.c.core-depth-94916.internal.:/ /var/lib/kubelet/pods/baa7584d-04a8-11e5-a27a-42010af022f2/volumes/kubernetes.io~nfs/nfs nfs [] | |
Output: mount: wrong fs type, bad option, bad superblock on nfs-server.c.core-depth-94916.internal.:/, | |
missing codepage or helper program, or other error | |
(for several filesystems (e.g. nfs, cifs) you might | |
need a /sbin/mount.<type> helper program) | |
In some cases useful info is found in syslog - try | |
dmesg | tail or so |
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 characters
apiVersion: v1beta3 | |
kind: ReplicationController | |
metadata: | |
name: nginx-controller | |
spec: | |
replicas: 1 | |
# selector identifies the set of Pods that this | |
# replication controller is responsible for managing | |
selector: | |
name: nginx |
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 characters
create keyspace if not exists honestdollar with replication = {'class': 'SimpleStrategy', 'replication_factor': 1} ; | |
use honestdollar ; | |
create table if not exists users ( | |
id uuid, | |
firstname text, | |
lastname text, | |
email text, | |
phone text, |
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 characters
2015-05-13T19:20:49.757081925Z [5] 13 May 19:20:49.756 * Connecting to MASTER redis-master:6379 | |
2015-05-13T19:20:49.758791486Z [5] 13 May 19:20:49.758 # Unable to connect to MASTER: No such file or directory |
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 characters
wkhhdmbp:bee wkh$ kubectl get nodes | |
NAME LABELS STATUS | |
10.240.172.248 tier=service Ready | |
10.240.240.80 tier=data Ready | |
10.240.68.152 tier=service Ready | |
wkhhdmbp:bee wkh$ gcloud compute instances list | |
NAME ZONE MACHINE_TYPE INTERNAL_IP EXTERNAL_IP STATUS | |
master us-central1-a n1-standard-1 10.240.10.174 146.148.45.85 RUNNING | |
service-02 us-central1-a n1-standard-2 10.240.172.248 130.211.154.238 RUNNING |