Chapter 5. Creating a skupper site
Create the
westnamespace:$ kubectl create namespace west $ kubectl config set-context --current --namespace west
Create the service network site:
$ skupper init
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.