Chapter 3. Installing the service network router in both clusters
In the west terminal session:
Create the
westproject (namespace):$ kubectl create namespace west $ kubectl config set-context --current --namespace west
Create the service network router:
$ 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.
In the east terminal session:
Create the
eastproject (namespace):$ kubectl create namespace east $ kubectl config set-context --current --namespace east
Create the service network router:
$ skupper init
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.