This tutorial leverages the Google Cloud Platform to streamline the provisioning of a Kubernetes cluster and the necessary compute infrastructure required to run a Couchbase cluster. Sign up for $300 in free credits.
Estimated cost to run this tutorial: $0.43 per hour ($10.31 per day).
The compute resources required for this tutorial exceed the Google Cloud Platform free tier.
The Couchbase on Kubernetes repository holds a collection of configuration files and scripts that must be downloaded onto the machine used to follow this tutorial. Use the git
command to clone this repository:
git clone https://github.com/spiddy/couchbase-on-kubernetes.git
The remainder of this tutorial assumes your working directory is the root of the cloned repository. Move into the couchbase-on-kubernetes
directory:
cd couchbase-on-kubernetes
Next: Install Client Tools