Skip to main content

All Questions

Tagged with
1 vote
0 answers
23 views

spring boot app cannot connect mysql database between kubernetes pods/services in minikube

I got a web server in spring boot tries to connect to mysql database, both of which is running in minikube local machine. The application and database configuration should be alright, because it is ...
Tom's user avatar
  • 11
1 vote
1 answer
33 views

GCP : Unable to delete my Composer Environnement

I'm trying to upgrade my cloud composer environnement on gcp from the version 2.4.1 to the version 2.8.1. I created a new environnement with the new version and now I'm trying to delete the old one. ...
Ichrak's user avatar
  • 11
-4 votes
0 answers
33 views

How to use ingress as reverse proxy? [closed]

I have a architeture using k8s, helm, ingress. I have a microservice architecture, and some paths needed to be segregated into another micro service. How can I configure the ingress to act as reverse ...
DevBush's user avatar
  • 493
0 votes
1 answer
37 views

how to get the IP address of the cluster using k0s

how do I get the IP from k0s? I cannot use kubectl get svc clusterip because k0s doesn't have clusterip
Francesco Iapicca's user avatar
1 vote
3 answers
43 views

Why I have to specify - sh - -c - command instead of just - command in k8s livenessProbe exec command (and potentially elsewhere)

I'm trying to exec command in livenessProbe, I have connected to the container interactively and tested the command: exit $(test $(date +%H) -eq 3 && echo 1 || echo 0) which produced the ...
Aurimas Stands with Ukraine's user avatar
0 votes
0 answers
29 views

How to use securityConfigSecret in Opensearch with admin password being a sensitive value

I'm trying to use a set of roles with custom-defined permissions and OIDC as authentication backend for the OpenSearch cluster deployed using opensearch-operator. I also want to have the password for ...
Akila Induranga's user avatar
0 votes
1 answer
43 views

How to automatically update secrets mounted as volumes?

I have the following test pod: apiVersion: v1 kind: Pod metadata: name: volume-debugger spec: volumes: - name: secretVolume secret: secretName: ssh-keys-iaas items: - key: ...
user826955's user avatar
  • 3,174
-1 votes
0 answers
16 views

K8s setup GitOps Flux CD

Creating repo for stage-k , prod-k. both repo have some directory like application1, application2, n numbers of applications. This directory have there own directory inside it. Suggest Best way to ...
Harshit's user avatar
0 votes
1 answer
25 views

If I have an ASP.net application using Kestrel running inside a Kubernetes container, which Endpoint should the Kestrel server expose?

I am trying to containerize my asp.net application with Kubernetes. I have an Ingress and Service set up in Kubernetes. A dns as well. However, I'm still not exactly sure what Endpoint needs to be run ...
Presto's user avatar
  • 75
0 votes
0 answers
41 views

High Availability with Leader Election in OpenShift Deployments (using Node.js) [closed]

I'm working on a Node.js application deployed in OpenShift. My requirement is to ensure high availability for my services. I have 3 pods running for each deployment, but I only need one active pod at ...
Eran Penso's user avatar
0 votes
1 answer
52 views
+50

Super Odd Behavior Helm/Jenkins/Artifactory YAML

Using YAML (with Helm), we created the following file to define agent containers. This file, as it stands below, works correctly as does another file with a different set of agent definitions. ...
Jay Blanchard's user avatar
-1 votes
0 answers
36 views

Using custom shutdown command string in Tomcat without modifying server.xml file

I have a kubernetes tomcat deployment and with property readOnlyRootFilesystem: true which prohibits me from modifying server.xml file. But I need to use a random shutdown port every time the tomcat ...
Shubhankar Kumar's user avatar
0 votes
1 answer
27 views

How to patch configmap in kubernetes which has xml within yaml?

we have requirement to patch this below yaml in azure kubernetes using kubectl cli ConfigMap YAML: kind: ConfigMap apiVersion: v1 metadata: name: group-product-spec namespace: organization uid: ...
New Progrommer's user avatar
1 vote
0 answers
28 views

Unable to Identify Source of Deprecated autoscaling/v2beta2 API Usage in GKE Cluster

I'm currently managing a Kubernetes cluster on Google Cloud (GKE) and have received a notice that I'm using deprecated APIs which will affect my upgrade to version 1.26. Specifically, the API in ...
Tim Arns's user avatar
-4 votes
0 answers
34 views

Directory /run/containerd/io.containerd.runtime.v2.task/k8s.io/ AKS cause DISK PREASURE [closed]

This is a problem that many may face, but there is little or almost no documentation on how to address the problem. Situation: You have an AKS cluster in version 1.28 in Azure with a 600gb ephemeral ...
esteban92's user avatar

15 30 50 per page
1
3 4
5
6 7
4021