python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Sqlcmd error while connecting with SQL Server instance on a VM using SQL Server proxy
I have created a private SQL Server instance and trying to access it on Virtual Machine instance using SQL Server proxy using the link (https://cloud.google.com/sql/docs/sqlserver/connect-instance-pri...
Sasirekha MSVL
Votes: 0
Answers: 2
CloudSQL Proxy on GKE : Service vs Sidecar
Does anyone know the pros and cons for installing the CloudSQL-Proxy (that allows us to connect securely to CloudSQL) on a Kubernetes cluster as a service as opposed to making it a sidecar against the...
Sayon Roy Choudhury
Votes: 0
Answers: 2
cloud_sql_proxy gives "error reading config"... how do I fix this?
I have gcloud working in power shell:
> gcloud version
Google Cloud SDK 375.0.0
bq 2.0.74
core 2022.02.25
gsutil 5.6
I've been trying to follow these directions to get my Sql Management Studio to ...
D. A.
Votes: 0
Answers: 1
GKE Django MySQL is not accessible during rolling update
I have Django application deployed in GKE. (Done with this tutorial)
My configuration file: myapp.yaml
apiVersion: apps/v1
kind: Deployment
metadata:
name: myapp
labels:
app: myapp
spec:
rep...
Egor Wexler
Votes: 0
Answers: 1