@@ -20,9 +20,9 @@ across cloud providers, data centers, and edge sites.
2020* [ Step 1: Access your Kubernetes clusters] ( #step-1-access-your-kubernetes-clusters )
2121* [ Step 2: Install Skupper on your Kubernetes clusters] ( #step-2-install-skupper-on-your-kubernetes-clusters )
2222* [ Step 3: Create your Kubernetes namespaces] ( #step-3-create-your-kubernetes-namespaces )
23- * [ Step 4: Create your sites ] ( #step-4-create-your-sites )
24- * [ Step 5: Link your sites] ( #step-5-link -your-sites )
25- * [ Step 6: Set up the demo ] ( #step-6-set-up-the-demo )
23+ * [ Step 4: Set up the demo ] ( #step-4-set-up-the-demo )
24+ * [ Step 5: Create your sites] ( #step-5-create -your-sites )
25+ * [ Step 6: Link your sites ] ( #step-6-link-your-sites )
2626* [ Step 7: Deploy the PostgreSQL service] ( #step-7-deploy-the-postgresql-service )
2727* [ Step 8: Expose the PostgreSQL on the Virtual Application Network] ( #step-8-expose-the-postgresql-on-the-virtual-application-network )
2828* [ Step 9: Making the PostgreSQL database accessible to the public sites] ( #step-9-making-the-postgresql-database-accessible-to-the-public-sites )
@@ -158,7 +158,20 @@ kubectl create namespace private1
158158kubectl config set-context --current --namespace private1
159159~~~
160160
161- ## Step 4: Create your sites
161+ ## Step 4: Set up the demo
162+
163+ On your local machine, make a directory for this tutorial and clone the example repo:
164+
165+ _ ** Public 1 cluster:** _
166+
167+ ~~~ shell
168+ cd ~ /
169+ mkdir pg-demo
170+ cd pg-demo
171+ git clone -b v2 https://github.com/skupperproject/skupper-example-postgresql.git
172+ ~~~
173+
174+ ## Step 5: Create your sites
162175
163176A Skupper _ Site_ is a location where your application workloads
164177are running. Sites are linked together to form a network for your
@@ -195,7 +208,7 @@ _**Private 1 cluster:**_
195208kubectl apply -f ~ /pg-demo/skupper-example-postgresql/kubernetes/private1/site.yaml
196209~~~
197210
198- ## Step 5 : Link your sites
211+ ## Step 6 : Link your sites
199212
200213A Skupper _ link_ is a channel for communication between two sites.
201214Links serve as a transport for application connections and
@@ -258,19 +271,6 @@ to use `scp` or a similar tool to transfer the token securely. By
258271default, tokens expire after a single use or 15 minutes after
259272being issued.
260273
261- ## Step 6: Set up the demo
262-
263- On your local machine, make a directory for this tutorial and clone the example repo:
264-
265- _ ** Public 1 cluster:** _
266-
267- ~~~ shell
268- cd ~ /
269- mkdir pg-demo
270- cd pg-demo
271- git clone -b v2 https://github.com/skupperproject/skupper-example-postgresql.git
272- ~~~
273-
274274## Step 7: Deploy the PostgreSQL service
275275
276276After creating the application router network, deploy the PostgreSQL service.
0 commit comments