How should I approach a Redis upgrade?
An upgrade needs a compatibility check, a tested release and a recovery path. Which changes deserve particular attention before the new version reaches production?
ReadMeFeed / Community knowledge
Real questions. Useful conversations. Find the people who know your stack.
An upgrade needs a compatibility check, a tested release and a recovery path. Which changes deserve particular attention before the new version reaches production?
We manage a couple dozen GCP projects, and I've never figured out how to list all the enabled API services for each project on the website. There is a way to do it via Cloud Shell by running the console command: gcloud services list If I visit https://console.cloud.google.com/apis/library?project=PROJECT_NAME , I can see whether a specific API service is ena
I would like to send my users directly to a specific log group and filter but I need to be able to generate the proper URL format. For example, this URL https://console.aws.amazon.com/cloudwatch/home?region=us-east-1#logsV2:log-groups/log-group/ %252Fmy%252Flog%252Fgroup%252Fgoes%252Fhere/log-events/$3FfilterPattern$3D$255Bincoming_ip$252C$2Buser_name$252C$2
I'm trying to adapt the sample project for my needs. My needs are essentially: Automatically redirect login if the user is not authenticated when they navigate to the root route... If they are, load the protected child components. I have step 1. working as expected. However, after they have been signed in it seems like it is trying to reroute again and I get
I have installed google-cloud-vision library following the documentation. It is for some reason unable to import types from google.cloud.vision . It worked fine on my pc, now when I shared with my client, he had a problem with imports though he has the library installed via pip. Here's the line that throws error: from google.cloud import vision from google.c
I'm taking a Kubernetes course and part of the course is trying out minikube. I have minikube and kubectl installed on an Ubuntu 20.04 WSL on Windows 11. When I run minikube dashboard in the Ubuntu terminal the process hangs on Verifying proxy health... . I tried running kubectl proxy in another terminal window then running minikube dashboard . I go to the d
iptables (and/or the successor tool nftables ) is the user-space utility program that allows a system administrator to configure the IP packet filter rules of the Linux kernel firewall, which is implemented as different Netfilter modules. (summary from Wikipedia ) Since iptables and nftables are a user-space utility programs intended to be used by people, by
I found specifying like kubectl --context dev --namespace default {other commands} before kubectl client in many examples. Can I get a clear difference between them in a k8's environment?
The logs in my log stream associated with my Azure Function App have changed and I believe the logs are going somewhere else where I'm not sure exactly how to access them. Here's a snapshot of the new messages I'm receiving: Would anyone know why my logs changed to be like this and how/where I might be able to access my logs from my running function (seems t