k8s conf problem #153
-
I am trying to run grottserver on my kubernetes cluster but I can not get it to work. Anyone else that has done this and succeeded? apiVersion: apps/v1 kind: Service |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
@jonatanhost: I see nobody answered this one yet. Do you already found a solution. I am not running Kubernetics at home (docker swarm / portainer will work for that). But have to look at it for work. Maybe I can do somethings at home then also. But I have to start form scratch so will not be able to help you very quickly. |
Beta Was this translation helpful? Give feedback.
-
@jonatanhost I looked at your config but cannot find any flaws. This is the config I'm using on K8s. Please note that the service gets exposed on port EDIT: looking at your config again.. You might want to make sure your selectors and labels are right. The labels on the POD should be the same as you selector in the Service. You use the Namespace:
deployment:
NodePort:
|
Beta Was this translation helpful? Give feedback.
@jonatanhost I looked at your config but cannot find any flaws. This is the config I'm using on K8s. Please note that the service gets exposed on port
30100
.EDIT: looking at your config again.. You might want to make sure your selectors and labels are right. The labels on the POD should be the same as you selector in the Service. You use the
app
label in the POD andname
selector in the Service.Namespace:
deployment: