add extension links in registry README

This commit is contained in:
Minhan Xia 2016-01-19 16:41:02 -08:00
parent 263ac066e2
commit 33ecc6226e

View File

@ -245,11 +245,14 @@ Now you can build and push images on your local computer as
`localhost:5000/yourname/container` and those images will be available inside
your kubernetes cluster with the same name.
# More Extensions
- [Use GCS as storage backend](gcs/README.md)
- [Enable TLS/SSL](tls/README.md)
- [Enable Authentication](auth/README.md)
## Future improvements
* Use a NodePort Service instead of a per-node proxy process
* Enable SSL with a cert signed by your cluster CA or provided by the user
* Enable authentication
* Allow port-forwarding to a Service rather than a pod (#15180)