-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2214523
commit 9fd28f9
Showing
3 changed files
with
27 additions
and
27 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |