Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Story Points:7
-
Epic Link:
-
Team:SQuaRE
Description
Create a microservice with two containers one for the bokeh server and another one for nginx. Automate the deployment on kubernetes. Make it work locally on minikube and on GKE.
Attachments
Issue Links
- relates to
-
DM-11363 Training on kubernetes
- Done
Attached diagram for the squash-bokeh microservice. See Dockerfile for the bokeh server and the deployment-template.yaml
One thing to note regarding the bokeh server is that we need the service host and port in this command line
but this information is available only after the kubernetes service is created, that's why we create the kubernetes service first, pass the host and port as environment variables to the bokeh container and only then create the deployment.