Getting ready

Clone the k8sdevopscookbook/src repository to your workstation to use manifest files under the chapter6 directory, as follows:

$ git clone https://github.com/k8sdevopscookbook/src.git
$ cd src/chapter6

Make sure you have a Kubernetes cluster ready and kubectl configured so that you can manage the cluster resources.