Srinivas Boga

Results 11 issues of Srinivas Boga

fortio is the istio benchmarking https://istio.io/latest/docs/ops/deployment/performance-and-scalability/#benchmarking-tools https://github.com/fortio/fortio This can do http as well as grpc testing which is done by two seperate tools today `hey` and `ghz`

Fixes: #1009 slack messaging needs text field as the required one on the payload without which we are getting `no_text` response from the api - https://api.slack.com/reference/messaging/payload ``` bash-5.1$ curl -v...

### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...

EKS
Proposed

### Upcoming End-of-Support - [X] I acknowledge the upcoming end-of-support for AWS SDK for Java v1 was [announced](https://aws.amazon.com/blogs/developer/announcing-end-of-support-for-aws-sdk-for-java-v1-x-on-december-31-2025/), and migration to AWS SDK for Java v2 is recommended. ### Describe...

bug
needs-triage

### Is this the right place to submit this? - [X] This is not a security vulnerability or a crashing bug - [X] This is not a question about how...

area/networking

Fixes #36 Related error message `Warning Failed 14s (x5 over 63s) kubelet Error: container has runAsNonRoot and image will run as root (pod: "cert-manager-57795dbdd9-njd9b_cert-manager(a1b08a25-ed79-4641-9880-b83409533248)", container: generate-gcp-id-token)`

## Why is this needed We are exploring the native sidecars which are introduced with kubernetes 1.28 and the gtoken webhook is mutating the initContainer to remove the restartPolicy `time="2025-02-21T05:22:15Z"...

I am thinking of using retina in our AWS cloud in eks clusters, and wanted to know how much data is sent cross availability zone from a workload ? Do...

type/question

Today we are capturing the various tls metrics such as cert_expiry, chain_expiry, chain_info, tls_version_info, tls_cipher_info etc ``` ~ $ hostname prometheus-blackbox-exporter-99cbcf976-mx878 ~ $ wget -qO- 'http://localhost:9115/probe?module=tls_cert_check&target=www.google.com:443'|grep -E '^probe_(ssl|tls)' probe_ssl_earliest_cert_expiry 1.748853465e+09...

We have a use case to monitor the certificate start time Fixes #1386