I am new to Google cloud services and I am having an issue.
I would like to use Google Kubernetes for my TCP Server which is developed in .Net Core. I created a cluster and a workload with a container.
First problem in kubernetes, Pod errors: CrashLoopBackOff and Does not have minimum availability.
When I check for the logs of the pod. I see; "unable to fetch pod metrics for pod default/game-server-1-68446c9f7f-jfblf: no metrics known for pod"
Actually the server running perfectly and I see the outputs of my server like "Server started and listening to port 4200". Every 5 minutes it keeps crashing.
The Second problem is, I can't connect server from my client altough I allowed 4200 tcp port.
Am I missing something? Could you help me please.