added GuestBook Go example on readme table

This commit is contained in:
Dean.Jain 2020-05-31 16:19:41 -07:00
parent 2f89ddd01c
commit ef5deea76e
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ and to refresh command syntax, output, changed prerequisites, as needed.
|Name | Description | Notable Features Used | Complexity Level|
------------- | ------------- | ------------ | ------------ |
|[Guestbook](guestbook/) | PHP app with Redis | Deployment, Service | Beginner |
|[Guestbook-Go](guestbook-go/) | Go app with Redis | Deployment, Service | Beginner |
|[WordPress](mysql-wordpress-pd/) | WordPress with MySQL | Deployment, Persistent Volume with Claim | Beginner|
|[Cassandra](cassandra/) | Cloud Native Cassandra | Daemon Set, Stateful Set, Replication Controller | Intermediate