Chapter 5. Creating a skupper site

  1. Create the west namespace:

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

    $ 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.