Poornima Krishnasamy

Results 29 comments of Poornima Krishnasamy

WIP PR: https://github.com/ministryofjustice/cloud-platform-cli/pull/198 Will continue to finish the kubectl part of testing which will cover `re-write the apply script in Go`

Find a way to trace the https://github.com/alphagov/govuk-prototype-kit releases Add runbook to explain the steps CP team has to do to update the kit for latest release, test the build and...

I would prefer doing it as a gatekeeper policy as not all grafana dashboards are PR'ed in cloud-platform-environments to catch it as a github action.

Good example of how the GithubTokens are used and how to create access tokens from github App https://devopsjournal.io/blog/2022/01/03/GitHub-Tokens The downside of using Github Apps are token expiration. With PAT, the...

We spiked the KEDA controller here:https://github.com/ministryofjustice/cloud-platform/issues/5217 so would it be a pre-requisite for this ticket to have KEDA controller running in our cluster?

You can increase the startupProbe by setting this: `maximumStartupDurationSeconds` if you are using helm chart https://github.com/prometheus-community/helm-charts/blob/main/charts/kube-prometheus-stack/values.yaml#L3993C5-L3993C34

some of the avenues to look into: - is the ingestion of data to the databse too big or long? - Is executing some queries make prometheus to work harder...

Another restart pf prometheus occured on 15/01/2024: https://mojdt.slack.com/archives/C8PF51AT0/p1705315848195709

https://nginx.org/en/docs/http/ngx_http_limit_conn_module.html https://github.com/kubernetes/ingress-nginx/issues/10032 For testing concurrent connections handled per ingress controller pod, when the number of concurrent connections increases the % timeout is more. And when number of replicas are increased...

TODO: add a info alert when the number of process connections is reached certain limit