Verify LitmusChaos Control Plane Installation

  • Verify that the litmus control plane (portal) deployments (server, frontend, mongodb)are installed and running succesfully.
kubectl get pods -n litmus

Expected Output:

chaos-litmus-portal-frontend-ff8b554dc-q5rl4   1/1     Running   0          2m6s
chaos-litmus-portal-mongo-6764cfdd59-c9r56     1/1     Running   0          2m6s
chaos-litmus-portal-server-5ffbccbfff-dknv8    2/2     Running   0          2m6s