diff --git a/README.md b/README.md index 9f292ee..48b08d4 100644 --- a/README.md +++ b/README.md @@ -76,4 +76,14 @@ cd ../nginx kubectl apply -f nginx-deployemt.yml -f nginx-service.yml -f nginx-ext.yml -f nginx-ingress.yml -f pv.yml -f pvc.yml ``` -> Alice validates the environment by end-to-end test. \ No newline at end of file +> Alice validates the environment by end-to-end test. + +## More Sample Codes ## + +[How to use HTTPS](https://gitea-ptl.akamai-lab.com/akamai/akashop#how-to-use-https) + +[How to redirect HTTP to HTTPS](https://gitea-ptl.akamai-lab.com/akamai/akashop#how-to-redirect-http-to-https) + +[How to maintain Session Stickyness](https://gitea-ptl.akamai-lab.com/akamai/akashop#how-to-maintain-session-stickyness) + +[How to use ReadWriteMany pvc](https://gitea-ptl.akamai-lab.com/akamai/akashop#how-to-use-readwritemany-pvc)