Chapter 3. Installing the service network router in both clusters

  1. In the west terminal session:

    1. Create the west project (namespace):

      $ kubectl create namespace west
      $ kubectl config set-context --current --namespace west
    2. Create the service network router:

      $ skupper init
    3. Check the site status:

      $ skupper status

      The output should be similar to the following:

      Skupper enabled for namespace 'west'. It is not connected to any other sites.
  2. In the east terminal session:

    1. Create the east project (namespace):

      $ kubectl create namespace east
      $ kubectl config set-context --current --namespace east
    2. Create the service network router:

      $ skupper init
    3. Check the site status:

      $ skupper status

      The output should be similar to the following:

      Skupper enabled for namespace 'east'. It is not connected to any other sites.