Skip to content

Commit af403a5

Browse files
committed
add link to k8s README.md
1 parent 8578705 commit af403a5

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,13 @@ WAF](https://aws.amazon.com/waf/)), aggressively throttling users with 400 and 4
164164

165165
- `key-retrieval` assumes it will be deployed behind a caching reverse proxy.
166166

167+
###Platforms
168+
167169
We hope to provide reference implementations on AWS, GCP, and Azure via [Hashicorp Terraform](https://www.terraform.io/).
168170

169-
See [AWS Reference Implementation](config/infrastructure/aws/README.md) for more information.
171+
[Amazon AWS](config/infrastructure/aws/README.md)
172+
173+
[Kubernetes](deploy/kubernetes/README.md)
170174

171175
## Contributing
172176

deploy/kubernetes/README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ You can use any of the following to run Kubernetes in your preferred environment
1818

1919
[AKS](https://azure.microsoft.com/en-us/services/kubernetes-service/)
2020

21+
[OpenShift](https://www.openshift.com/)
22+
2123
### 2. Install Nginx Ingress Controller
2224

2325
Install Nginx Ingress Controller https://github.com/kubernetes/ingress-nginx
@@ -64,12 +66,12 @@ View logs for key-submission Pod:
6466

6567
Call a route in the COVID Shield application:
6668

67-
`export MINIKUBE_IP=`minikube ip``
68-
`curl $MINIKUBE_IP/claim-key`
69+
`MINIKUBE_IP=<YOUR_MINIKUBE_IP> curl $MINIKUBE_IP/claim-key`
6970

7071
## Deployment Notes
7172

7273
- Specifying a namespace in the `PersistentVolumeClaim` may not be necessary in environments outside of Minikube.
74+
- You will likely want/need to adjust the [MySQL `PersistentVolume`](01-mysql.yaml#L64-L79) to fit your environment.
7375
- Expect for the `key-retrieval` Deployment to fail to start for ~30 seconds while the `mysql` Deployment spins up.
7476
- You must create the Kubernetes secret mentioned above for the pods to fully spin up.
7577
- Do not commit the `secrets.development.env` file to version control. This file contains secrets and only exists in this repository for the reference implementation as an example.

0 commit comments

Comments
 (0)