SQL Server Big Data Cluster restart issue

Yi, Ung 1 Reputation point
2020-09-02T19:28:53.453+00:00

Hello,
we set up a SQL Server 2019 Big Data Cluster on Vanilla (upstream) Kubernetes with 4 Red Hat Linux servers(3 worker nodes).
Functionally everything seems to be working.
One issue we notice is when we restart the primary replica node, SQL Server instance doesn't restart on the primary replica node.

Any thoughts on how to debug the issue?

Thank you.

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
14,116 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Vahid Ghafarpour 22,060 Reputation points
    2023-11-25T04:15:59.9533333+00:00

    Check the Kubernetes events for the SQL Server pods. Run commands like kubectl get pods and kubectl describe pod <pod-name> to see if there are any issues reported during the startup process.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.