# Kubernetes The Easy Way Ok, you've done things [the hard way](https://github.com/kelseyhightower/kubernetes-the-hard-way) and now want to try out the same thing the easy way. ## Labs This tutorial assumes you have access to the [Google Cloud Platform](https://cloud.google.com). While GCP is used for basic infrastructure requirements the lessons learned in this tutorial can be applied to other platforms. * [Prerequisites](docs/01-prerequisites.md) * [Installing the Client Tools](docs/02-client-tools.md) * [Provisioning the Cluster](docs/03-create-cluster.md) * [Smoke Test](docs/13-smoke-test.md) * [Cleaning Up](docs/14-cleanup.md)