Bryan Boreham

Results 190 issues of Bryan Boreham

Scope has an optional multitenant mode, where reports are saved to S3 and indexed in DynamoDB. Once #3783 is done, live rendering will not use the store, so we will...

performance
estimate/weeks

In the process of moving from one Kubernetes configuration to another, I have a Deployment with 0 replicas, and a StatefulSet with 4. Scope shows the latter under the former...

From @lukemarsden: feature request: show me ports (NodePort), load balancer URLs (LoadBalancer), internal addresses (ClusterIP) or anything I can use to visit the service in the kubernetes “services” view [I...

k8s
feature
good-first-issue

The 'logs' and 'shell' buttons open a terminal; everything the backend can provide is then piped up to that terminal. Suppose there are 10MB of logs: this will scroll in...

feature
estimate/days

The multitentant code creates AWS SQS queues, but some get left behind. Similar to #3738

chore

There are some comments about checking what is still in use every 30 seconds, but no implementation.

chore

An entry is created each time a pipe is opened, but they are never removed. There are no calls to `Delete()` in the code.

chore

We got these messages: ``` ERRO: 2019/12/04 10:36:06.456145 Error 500: NoCredentialProviders: no valid providers in chain WARN: 2019/12/04 10:36:06.456209 GET /api/probes?sparse (500) 2m9.249389377s Response: "\"NoCredentialProviders: no valid providers in chain\"false"...

chore
estimate/hours

Currently Scope can open a shell in a container, if the container image contains a shell. [Ephemeral containers](https://kubernetes.io/docs/concepts/workloads/pods/ephemeral-containers/) is a new feature in Kubernetes, alpha as of 1.16, where you...

feature
estimate/days

I saw a "The Internet" cloud icon in the Scope view, in a place where my software shouldn't be connecting to the internet. Looking closer, the address was `172.217.9.202`, which...

chore