Skip to main content

Questions tagged [kubernetes]

KUBERNETES QUESTIONS MUST BE SPECIFICALLY RELATED TO SOFTWARE DEVELOPMENT. Configuration and deployment is off-topic here. A good rule of thumb is, if it happens outside the pod, it's probably off-topic - DevOps Stack Exchange or Server Fault may be more appropriate. If it's about code running inside the pod, it's probably OK.

kubernetes
0 votes
1 answer
19 views

Trouble Connecting to MySQL on GKE After Upgrade to MySQL 9.0 Due to mysql_native_password Removal [closed]

I am using Google Kubernetes Engine (GKE) to deploy MySQL. Recently, I upgraded to mysql:latestimage, which now points to MySQL 9.0. Since MySQL 9.0 completely removed the mysql_native_password ...
FVBn's user avatar
  • 135
0 votes
0 answers
12 views

Why is GKE using NodePort and not ClusterIP for `default-http-backend` in kube-system?

In a GKE cluster I provisioned kubectl get svc -n kube-system default-http-backend results: NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE default-http-backend ...
fl_'s user avatar
  • 162
0 votes
0 answers
5 views

Argo Workflow: Permission issue with `system:serviceaccount:default:default`

My cron workflows are running fine, but at the end I am getting the following error that I am investigating: Error (exit code 1): pods "argo-cron-test-1720194660-run-script-2326994143" is ...
Allan Xu's user avatar
  • 8,792
0 votes
0 answers
12 views

Kubernetes git-sync : how can put specific html folder from my git repo to nginx pod?

i have a gitlab repository, having many http folders, with the following structure: apprepo |-http1 | |-http1.1/index.html | |-http1.2/index.html | |_index.html | |-http2/index.html | |_index.html my ...
Mohamed's user avatar
  • 231
0 votes
0 answers
10 views

Is possible to pass environment variables to yml manifests while running a Github Action?

I'm trying to make a deployment to a Kubernetes cluster running it inside a Github Action, the action build and push the image to a private registry and apply a manifest where I can able to set ...
ronilson's user avatar
0 votes
0 answers
18 views

K8 making API calls from exposed fronted not able to connect to server

IMAGE OF ALL SERVICES YAML FILE I am not able to connect to backend via frontend. When I am making the calls from exposed frontend URL const url = "http://express-service/"; This is the ...
shanks's user avatar
  • 3
0 votes
0 answers
16 views

Cannot mount existing OCI Block Volume into OKE container

I'm trying but failing to mount an existing OCI Block Volume in a container in OKE. The Oracle documentation describes how to do this with FlexVolumes (here). I'm using CSI volumes as these are ...
Alex D.'s user avatar
  • 51
0 votes
0 answers
12 views

Ingress controller in AKS not routing properly

I have an aks cluster, where i have a spring boot REST API deployed, connected to a psql service. apiVersion: apps/v1 kind: Deployment metadata: name: springboot-app spec: replicas: 1 selector: ...
Feldmarshall's user avatar
0 votes
0 answers
21 views

Using kubernetes and helm to deploy a properly initialized MySQL cluster

I have a rather complex application, with several applicative components and a MySQL database. I am using kubernetes and Helm manage it. I would like to clusterize the database using mysql-operator, ...
AndreaG's user avatar
  • 1,124
0 votes
0 answers
32 views

AKS with user defined routes

I have an aks setup in a Hub-Spoke Setup. The cluster itself is in a subnet in a 10.0.0.0/8 vnet and uses kubenet with 192.168.0.0/16. The outbound type is configured with userDefinedRouting. The ...
Agyss's user avatar
  • 504
0 votes
0 answers
14 views

How to create kubernetes client with go sdk for AWS EKS with automatic token refresh

I am using the function newClientset below to create a clientset to send requests to api-server of an AWS EKS cluster. Arguments clusterCAData and clusterEndpoint are retrieved dynamically by the ...
Everton's user avatar
  • 13.4k
0 votes
0 answers
52 views

How to Proxy Content from One URL to Another Without Redirection Using Nginx Ingress

Could you help me with configuring an Nginx Ingress? I need to set up a redirection for the www.example.com/all-spots URL so that when a user visits it, they see the content of the www.example.com/...
user2693302's user avatar
0 votes
1 answer
34 views

SSL Verification Failing with "FailedNotVisible" on GKE Ingress

I am encountering an issue with SSL verification for my GKE ingress I want to host a scaled reverse proxy application. The SSL verification fails with the error FailedNotVisible. Basically should the ...
realsuspection's user avatar
0 votes
0 answers
12 views

KEDA with docker desktop and Azure Service bus connection string for Trigger Authentication

I need some help configuring KEDA in my local docker desktop for service bus trigger function. It is all working tested in Azure AKS but I like to setup the same in my local Docker Desktop. On Azure, ...
Brijesh Shah's user avatar
0 votes
0 answers
18 views

EKS kube-state-metrics errors after upgrading the cluster

I upgraded EKS cluster from 1.21 to 1.29, goes through upgrading both of cluster and compute nodes steps, re applied my helm files, modified HPA for some services to use the new format, everything ...
XP_2600's user avatar
  • 67

15 30 50 per page
1
2 3 4 5
3882