Prerequisites

Software Prerequisites

Make sure you have installed the following softwares before proceeding.

Prerequisite for Linux

Software Version Number Notes
kubectl v1.10.2
curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.10.2/bin/linux/amd64/kubectl
chmod +x kubectl
mv kubectl /usr/local/bin
jq
yum install jq
PKS CLI Client 1.3.3-build.1 To download PKS client, follow the instructions at https://docs.pivotal.io/runtimes/pks/1-3/installing-pks-cli.html
Docker

Prerequisite for MacOS

Software Version Number Notes
kubectl v1.10.2
curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.10.7/bin/darwin/amd64/kubectl
chmod +x kubectl
mv kubectl /usr/local/bin
jq
brew install jq
PKS CLI Client 1.3.3-build.1 To download PKS client, follow the instructions on https://docs.pivotal.io/runtimes/pks/1-3/installing-pks-cli.html.
Docker

Platform Prerequisites

Make sure you have checked the following platform requirments before proceeding:
  • PKS platform is ready for deployment.
  • The kubectl client is configured and communicates with the PKS cluster.
  • The Mashery Local images are built and placed in the required registry before running deployment.