Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nluaces committed Jun 28, 2023
1 parent 4a36dc2 commit 4601565
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,25 @@
(this demo is based on the [Multi-cluster Cloud-Native grpc (microservices) application demo](https://github.com/skupperproject/skupper-example-grpc)


## Step 1: Install Skupper in public clusters
## Step 1: Install Skupper
Public1 namespace:
```
kubectl apply -f public1-cluster/deployment-ms-a.yaml
skupper init
```
Public 2 namespace:
```
kubectl apply -f public2-cluster/deployment-ms-b.yaml
skupper init
Private1 namespace
```
kubectl apply -f private1-cluster/deployment-ms-c.yaml
skupper init
```


## Step 2: Install Skupper in a private site enabling the console
Private 1 namespace
```
kubectl apply -f private1-cluster/deployment-ms-c.yaml
skupper init --enable-flow-collector --enable-console --console-user admin --console-password 1234 --console-auth internal
## Step 2: Install Skupper enabling the console

Public2 namespace:
```
kubectl apply -f public2-cluster/deployment-ms-b.yaml
skupper init--enable-flow-collector --enable-console --console-user admin --console-password 1234 --console-auth internal
```

## Step 3: Create tokens
Expand Down

0 comments on commit 4601565

Please sign in to comment.