Make sure gcloud sdk, kubernetes, and helm are installed on your environment
- Open a shell, and copy the command-line access from google, generate kubeconfig entry for the cluster
- Run create_cluster_gke.sh, when it prompts for email address, input your email address. The script will create operators(zookeeper, pravega, psearch operator), clusters(zookeeper cluster, pravega cluster, psearch cluster), verify service and create kibana index. You can customize you yaml files in example folder.
- After a while, you can see the kibana service and resthead service are exposed, you can access the url directly.
- To test the cluster, call run_test.sh, which will create a testindex and a test stream, and feed the stream with generated data.