Thunder is a REST API application that manages user databases.
10K+
Find the Kubernetes deployment definitions here.
scripts/kubernetes/thunder-deployment.yaml file to use the desired image version.
The default image is rohannagar/thunder:test. Also set the correct values for your AWS access keys.containers:
- name: thunder
image: rohannagar/thunder:test # Replace this if desired
imagePullPolicy: Always
env:
- name: AWS_ACCESS_KEY_ID
value: # Set value here
- name: AWS_SECRET_ACCESS_KEY
value: # Set value here
scripts/kubernetes/thunder-config.yaml file by replacing the config.yaml section with
the configuration you desire.$ kubectl apply -f scripts/kubernetes/thunder-config.yaml
$ kubectl apply -f scripts/kubernetes/thunder-deployment.yaml
kubectl get pods to see that two instances of Thunder have started up and are running!Content type
Image
Digest
sha256:7e50c7cf4…
Size
215.3 MB
Last updated
10 months ago
docker pull rohannagar/thunder:edge