mirror of
https://github.com/kubesphere/website.git
synced 2025-12-30 17:52:56 +00:00
Bookinfo-en pics updated
Signed-off-by: adakisme <serenashe@yunify.com>
This commit is contained in:
parent
97efad59de
commit
e2ee52d3dc
|
|
@ -43,7 +43,7 @@ The end-to-end architecture of the application is shown below. See [Bookinfo App
|
|||
|
||||
### Step 1: Deploy Bookinfo
|
||||
|
||||
1. Log in to the console as `project-regular` and go to your project (`demo-project`). Navigate to **Applications** under **Application Workloads**, and click **Deploy Sample Application** on the right.
|
||||
1. Log in to the console as `project-regular` and go to your project (`demo-project`). Navigate to **Apps** under **Application Workloads**, and click **Deploy Sample App** on the right.
|
||||
|
||||
2. Click **Next** in the dialog that appears where required fields are pre-populated and relevant components are already set. You do not need to change the settings and just click **Create** on the final page (**Internet Access**).
|
||||
|
||||
|
|
@ -57,7 +57,7 @@ KubeSphere creates the hostname automatically. To change the hostname, hover ove
|
|||
|
||||
3. In **Workloads**, verify that the statuses of all four Deployments reach `running`, which means the app has been created successfully.
|
||||
|
||||

|
||||

|
||||
|
||||
{{< notice note >}}
|
||||
It may take a few minutes before the Deployments are up and running.
|
||||
|
|
@ -65,24 +65,23 @@ It may take a few minutes before the Deployments are up and running.
|
|||
|
||||
### Step 2: Access Bookinfo
|
||||
|
||||
1. In **Applications**, go to **Composing App** and click the app `bookinfo` to see its detailed information.
|
||||
1. In **Apps**, go to **Composing Apps** and click the app `bookinfo` to see its detailed information.
|
||||
|
||||

|
||||

|
||||
|
||||
{{< notice note >}}
|
||||
If you do not see the app in the list, refresh your page.
|
||||
{{< notice note >}}If you do not see the app in the list, refresh your page.
|
||||
{{</ notice >}}
|
||||
|
||||
2. On the detail page, record the hostname and port number of the app which will be used to access Bookinfo.
|
||||
|
||||

|
||||

|
||||
|
||||
3. As the app will be accessed outside the cluster through a NodePort, you need to open the port in the image above (in this case, it is `32277`) in your security group for outbound traffic and set any port forwarding rules if necessary.
|
||||
3. As the app will be accessed outside the cluster through a NodePort, you need to open the port in the image above (in this case, it is `32535`) in your security group for outbound traffic and set any port forwarding rules if necessary.
|
||||
|
||||
4. Edit your local host file (`/etc/hosts`) by adding an entry in it to map the hostname to the IP address. For example:
|
||||
|
||||
```bash
|
||||
139.198.19.38 productpage.demo-project.192.168.0.2.nip.io
|
||||
139.198.179.20 productpage.demo-project.192.168.0.2.nip.io
|
||||
```
|
||||
|
||||
{{< notice note >}}
|
||||
|
|
@ -92,7 +91,7 @@ Do not copy the content above directly to your local host file. Replace it with
|
|||
|
||||
5. When you finish, click the button **Click to visit** to access the app.
|
||||
|
||||

|
||||

|
||||
|
||||
6. On the app detail page, click **Normal user** in the bottom-left corner.
|
||||
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 279 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 275 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 283 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 289 KiB |
Loading…
Reference in New Issue