Skip to main content

Questions tagged [kubernetes]

For questions about Kubernetes, an open-source system for automating deployment, scaling, and management of containerized applications.

Filter by
Sorted by
Tagged with
0 votes
0 answers
15 views

I have a python app running and I already managed to expose it through Gateway API and access it through "http:///pythonapp".Next I deployed a Elasticsearch and Kibana instance so I can gain ...
kpanda's user avatar
  • 1
0 votes
0 answers
11 views

I have a kubernetes cluster with three nodes, and two nodes DB (Master/ & Slave) that outside of the cluster. Pgpool ii is deployed inside the cluster with kind of Deployment with replicas:3. So, ...
Muhammad Ikhwan Perwira's user avatar
0 votes
0 answers
10 views

We have vault running in one kubernetes cluster. It is running behind an ingress controller with tls enables with a signed certificate by sectigo. kubernetes auth method is enabled and configured with ...
Serve Laurijssen's user avatar
0 votes
0 answers
11 views
+50

We're running our own Kubernetes cluster and it works well for a while but at minute :03 each hour, public web services stop responding (504 gateway timeout) and some commands such as kubectl top ...
schoel's user avatar
  • 51
0 votes
0 answers
6 views

We have a NodeJS project in our kubernetes cluster. We are looking at using Sonatype Nexus(self hosted) for caching packages. One package is a private package that we host on github npm registry. We ...
Amit's user avatar
  • 101
0 votes
0 answers
23 views

I have a pretty bare bone snap install k8s on Ubuntu. Just longhorn is up and running. I would like the cluster not to listen to port 80, but 8080. This should be fairly easy, with the most straight ...
tbeernot's user avatar
  • 101
0 votes
0 answers
18 views

I’m building a service that needs to maintain a very large number of long-lived TCP connections (persistent sockets). Low latency and stability are essential. We’re running on a managed Kubernetes ...
dsfx3d's user avatar
  • 101
0 votes
1 answer
11 views

This may seem a bit of an odd question but I've been going over the theory of it and I'm still not sure. From what I understand of Linux theory, a host machine accesses the pod network via a virtual ...
Philip Couling's user avatar
0 votes
1 answer
22 views

I installed k3s on three nodes: GCP (control-plane, etcd, master) AWS (control-plane, etcd, master) LXC (dedicated etcd only installed from doc of k3s, but it didn’t register in the Kubernetes ...
Muhammad Ikhwan Perwira's user avatar
0 votes
0 answers
10 views

Kong Prometheus plugin only exposes node / nginx metrics — no request-level metrics (status codes, latency, RPS)so that i can see use them in grafana dashboard. helm values used Kubernetes cluster. ...
Deepak's user avatar
  • 1
0 votes
0 answers
33 views

I'm trying to deploy SQL Server on k3d using a Helm chart. I ran the following command: $ helm install mssql-latest-deploy . --set ACCEPT_EULA.value=Y --set MSSQL_PID.value=Developer But I’m getting ...
REY's user avatar
  • 1
0 votes
1 answer
22 views

How to persist CoreDNS custom host entries in Linode Kubernetes Engine (LKE) so they don’t get reset? I’m running a cluster on Linode Kubernetes Engine (LKE) (Kubernetes v1.34). I want some of my ...
Deepak's user avatar
  • 1
0 votes
0 answers
11 views

I am working on canary upgrade of openshift cluster. my cluster is a 3 node hybrid, where each node act as a worker and master. NAME STATUS ROLES AGE ...
sahasrara62's user avatar
0 votes
0 answers
13 views

I am troubleshooting an odd behavior between two Kubeflow installations that were both deployed using Juju charms. One installation is on-premise and working correctly, while the second one (hosted on ...
p4pe's user avatar
  • 1
0 votes
0 answers
19 views

I use GCP, GKE and GatewayAPI. I created Gateway resources in order to create an Application Load Balancer in GCP in order to get my applications (which are in an Istio mesh) exposed to the world. ...
borajuanjo's user avatar

15 30 50 per page
1
2 3 4 5
61