Skip to content

Running Tethys on Kubernetes #1018

Closed Answered by gronka
gronka asked this question in Q&A
Mar 14, 2024 · 7 comments · 7 replies
Discussion options

You must be logged in to vote

For posterity, I've been running tethys with the following config. The image used here is 1 year old - my testing has worked with an image I've built myself from the main branch.

I haven't tested this exact config - just gathering something to post.

Thanks for everyone's help.

There is an issue where supervisord fails to start nginx, so I'll have to SSH into the tethys pod to manually start tethys. I hope this is due to not using a domain name.

$pod=$1
kubectl exec -n tethys-blue --stdin --tty $pod -- /bin/bash
service nginx start
apiVersion: apps/v1
kind: Deployment
metadata:
  name: tethys
  namespace: tethys
  labels:
    name: tethys
spec:
  replicas: 1
  selector:
    matchLabels:
 …

Replies: 7 comments 7 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@gronka
Comment options

@romer8
Comment options

romer8 Mar 27, 2024
Collaborator

Comment options

You must be logged in to vote
2 replies
@romer8
Comment options

romer8 Mar 20, 2024
Collaborator

@gronka
Comment options

Comment options

You must be logged in to vote
1 reply
@gronka
Comment options

Comment options

You must be logged in to vote
1 reply
@gronka
Comment options

Comment options

You must be logged in to vote
1 reply
@swainn
Comment options

Answer selected by gronka
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants