Skip to content

Commit

Permalink
Updated Task Names
Browse files Browse the repository at this point in the history
  • Loading branch information
alihussainia committed May 29, 2021
1 parent 2214523 commit 9fd28f9
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 27 deletions.
21 changes: 0 additions & 21 deletions task-7/README.md

This file was deleted.

26 changes: 20 additions & 6 deletions task-8/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,21 @@
# Deleting the Project
# Testing the Web Application
In task-8, we will follow these steps:

In task-9, we will follow these steps:

1. Visit to the [Manage resources page](https://console.cloud.google.com/iam-admin/projects?_ga=2.121770059.1153267801.1621460753-1038771471.1596497232).
2. Select the project that you want to delete, and then click on options and select Delete.
3. In the dialog, type the project ID, and then click Shut down to delete the project.
1. Find the `external ip` using:
```bash
kubectl get svc --watch
```
2. Open a new tab in the browser and visit:
```bash
http://<external-ip-address>
```
3. Upload sample images of dogs and test the application using:
- Norfolk terrier Dog:
```url
http://vision.stanford.edu/aditya86/ImageNetDogs/images/n02094114-Norfolk_terrier/n02094114_1637.jpg
```
- Samoyed Dog:
```url
http://vision.stanford.edu/aditya86/ImageNetDogs/images/n02111889-Samoyed/n02111889_11729.jpg
```
Note: Replace external-ip-address with the external-ip found in the step 1.
7 changes: 7 additions & 0 deletions task-9/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Deleting the Project

In task-9, we will follow these steps:

1. Visit to the [Manage resources page](https://console.cloud.google.com/iam-admin/projects?_ga=2.121770059.1153267801.1621460753-1038771471.1596497232).
2. Select the project that you want to delete, and then click on options and select Delete.
3. In the dialog, type the project ID, and then click Shut down to delete the project.

0 comments on commit 9fd28f9

Please sign in to comment.