Modifying the source
git clone https://github.com/delimitrou/DeathStarBench.git
cd DeathStarBench/socialNetwork && grep -RiIl yg397 | xargs sed -i 's/yg397/anuphal/g' #### Files changed #### docker/openresty-thrift/xenial/Dockerfile helm-chart/socialnetwork/templates/hooks/mcrouter/post-install-hook.yaml helm-chart/socialnetwork/charts/social-graph-service/values.yaml helm-chart/socialnetwork/charts/url-shorten-service/values.yaml helm-chart/socialnetwork/charts/text-service/values.yaml helm-chart/socialnetwork/charts/nginx-thrift/values.yaml helm-chart/socialnetwork/charts/compose-post-service/values.yaml helm-chart/socialnetwork/charts/user-timeline-service/values.yaml helm-chart/socialnetwork/charts/user-service/values.yaml helm-chart/socialnetwork/charts/user-mention-service/values.yaml helm-chart/socialnetwork/charts/media-frontend/values.yaml helm-chart/socialnetwork/charts/mcrouter/values.yaml helm-chart/socialnetwork/charts/mcrouter/charts/memcached/values.yaml helm-chart/socialnetwork/charts/home-timeline-service/values.yaml helm-chart/socialnetwork/charts/media-service/values.yaml helm-chart/socialnetwork/charts/post-storage-service/values.yaml helm-chart/socialnetwork/charts/unique-id-service/values.yaml Dockerfile
rm -rf DeathStarBench/socialNetwork/helm-chart/socialnetwork/charts/*.tgz
Installing Charts with “helm”
#Execute command “helm install” to launch pods in namespace “social-network“ kubectl create namespace social-network cd DeathStarBench/socialNetwork/helm-chart helm install social-network ./socialnetwork/ -n social-network --set \ global.mongodb.sharding.enabled=true, \ global.mongodb.standalone.enabled=false, \ global.redis.cluster.enabled=true, \ global.redis.standalone.enabled=false, \ global.memcached.cluster.enabled=true, \ global.memcached.standalone.enabled=false \ --timeout 10m0s watch kubectl get pods -n social-network