Skip to content

Commit

Permalink
readme changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kelindar committed Jan 5, 2019
1 parent 8e698bd commit 656216c
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Emitter can be used for online gaming and mobile apps by satisfying the requirem
[![Monitor with eTop](https://s3.amazonaws.com/cdn.misakai.com/www-emitter/thumb/emitter-etop.png)](https://www.youtube.com/watch?v=EOlOk9JPSyA)
[![StatsD and DataDog](https://s3.amazonaws.com/cdn.misakai.com/www-emitter/thumb/emitter-datadog.png)](https://www.youtube.com/watch?v=bi77Wb7cqEc)
[![K8s and DigitalOcean](https://s3.amazonaws.com/cdn.misakai.com/www-emitter/thumb/emitter-k8s.png)](https://www.youtube.com/watch?v=CsrKiNjZ2Ew)

[![K8s and Google Cloud](http://s3.amazonaws.com/cdn.misakai.com/www-emitter/thumb/emitter-gcloud.png)](https://www.youtube.com/watch?v=IL7WEH_2IOo)

## Quick Start

Expand Down
1 change: 0 additions & 1 deletion deploy/k8s/azure/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ This directory contains Kubernetes configuration files which can be used to depl
In order to get emitter running, you'll need to have `kubectl` [tool installed](https://kubernetes.io/docs/tasks/tools/install-kubectl/) and an [Microsoft Azure](https://azure.microsoft.com) account.

```
kubectl apply -f storage_ssd.yaml
kubectl apply -f service_dns.yaml
kubectl apply -f service_loadbalancer.yaml
kubectl apply -f broker.yaml
Expand Down
2 changes: 1 addition & 1 deletion deploy/k8s/azure/broker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ spec:
- metadata:
name: broker-volume
annotations:
volume.beta.kubernetes.io/storage-class: "fast"
volume.beta.kubernetes.io/storage-class: "managed-premium"
spec:
accessModes: [ "ReadWriteOnce" ]
resources:
Expand Down
9 changes: 0 additions & 9 deletions deploy/k8s/azure/storage_ssd.yaml

This file was deleted.

7 changes: 7 additions & 0 deletions deploy/k8s/gcloud/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,10 @@ kubectl apply -f service_dns.yaml
kubectl apply -f service_loadbalancer.yaml
kubectl apply -f broker.yaml
```


The video tutorials below demonstrate how to create an emitter cluster with K8s and Google Cloud.

[![Creating Kubernetes Cluster](https://s3.amazonaws.com/cdn.misakai.com/www-emitter/thumb/k8s-gcloud.png)](https://www.youtube.com/watch?v=l1uDWG3Suzw)
[![Setting up Emitter Cluster](http://s3.amazonaws.com/cdn.misakai.com/www-emitter/thumb/emitter-gcloud.png)](https://www.youtube.com/watch?v=IL7WEH_2IOo)

0 comments on commit 656216c

Please sign in to comment.