# region
gcloud config set compute/region asia-northeast1
# zone
gcloud config set compute/zone asia-northeast1-a
gcloud deployment-manager deployments create my-redis --config cluster.yaml
gcloud container clusters get-credentials my-redis
kubectl apply -f configmap.yaml
kubectl apply -f service.yaml
kubectl apply -f statefulset.yaml