apiVersion: apps/v1beta2 kind: Deployment metadata: name: k8s-hello-world labels: app: ruby spec: replicas: 3 selector: matchLabels: app: ruby template: metadata: name: k8s-hello-world labels: app: ruby spec: containers: - name: k8s-hello-world image: manabusakai/k8s-hello-world:0.0.2 ports: - containerPort: 8080 readinessProbe: httpGet: path: / port: 8080 - name: fluentd image: fluent/fluentd:v0.12 ports: - containerPort: 24224