Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.

Questions tagged [kubernetes]

Kubernetes is an open source orchestration system for Docker containers. It handles scheduling onto nodes in a compute cluster and actively manages workloads to ensure that their state matches the users declared intentions. Using the concepts of "labels" and "pods", it groups the containers which make up an application into logical units for easy management and discovery.

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

I have two /27 subnets hosting the eks cluster, with a nodegroup containing two t3.medium nodes created by LaunchTemplate with the max-pods directive set to 110. After deploying a few pods, I noticed ...
Nicola Sergio's user avatar
0 votes
0 answers
12 views

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
  • 101
0 votes
0 answers
47 views

Using the default Falco helm chart i installed Falco and sidekick UI firstly without k8saudit plugin. After updating the configmaps accordingly to install, configure and load k8saudit, daemonset ...
heitzflorian's user avatar
2 votes
0 answers
122 views

My Ubuntu Desktop Ubuntu 24.04 LTS runs a Samba share using this smb.conf: [global] allow insecure wide links = yes unix extensions = no follow symlinks = yes wide links = yes I am running k3s ...
Jose Cabrera Zuniga's user avatar
0 votes
0 answers
83 views

I had an issue with TLS configuration with Traefik Gateway API so I switched to Nginx Ingress, but I had problem in configuration. I have the backend in Spring Boot And had CORS configuration only ...
Hubert Kiszka's user avatar
0 votes
0 answers
109 views

I am trying to create COE kubernetes template in magnum, during creation of template I am using below parameters. openstack coe cluster template create strategy --coe kubernetes --public --tls-...
Pranveer Chundawat's user avatar
0 votes
0 answers
51 views

I have a problem inside my cloud-init that I cannot get over, here is slice of my control plane cloud-init.yml - curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash - ...
Hubert Kiszka's user avatar
0 votes
2 answers
215 views

I have a Kubernetes cluster that runs services getting used rarely. For efficiency it runs all pods on a small node - the small node is always up. Every now and then a big node becomes available and ...
queeg's user avatar
  • 151
0 votes
0 answers
38 views

Here is snippet of my controlplane cloud-init I have problem with - export KUBECONFIG=/etc/kubernetes/admin.conf - kubectl create -f https://raw.githubusercontent.com/projectcalico/calico/v3.30.3/...
Hubert Kiszka's user avatar
0 votes
0 answers
60 views

I am using GKE and Google Cloud Load Balancers. I am deploying pods, services, and an ingress to GKE. The ingress is annotated with kubernetes.io/ingress.class: gce, which triggers the automatic ...
Ray Saltrelli's user avatar
0 votes
3 answers
243 views

I'm trying to build a new cluster running on my Raspberry PI 4, each one has 8GB Ram. Currently rebuilding the cluster from scratch, using Ubuntu Server 22.04 When I try to follow the instructions to ...
Colin Dawson's user avatar
0 votes
1 answer
131 views

I am trying to setup tun2proxy as a sidecar VPN for my Kubernetes pod to reroute all traffic through a SOCKS5 ISP. I use the following Helm-based .yaml deployement: {{- range .Values.secrets }} {{- $n ...
Tech of the Absence's user avatar
1 vote
0 answers
43 views

I have a Java application in a pod that is spitting out logs straight to stdout. These logs are fetched by the log-operator which runs a combination of fluent bit 3.1.8 and fluentd 1.16.1. The ...
resdac's user avatar
  • 11
0 votes
1 answer
110 views

I’m trying to expose a service running in the atlantis namespace through an ALB Ingress Controller that’s deployed in the application namespace on AWS EKS. The ALB is being created and reconciled ...
Yeahia Md Abid's user avatar
0 votes
0 answers
72 views

If I set the IP Address in the metallb config file to the Public Floating IP I bought from the Cloud infrastructure provider or the Public IP of the node : apiVersion: metallb.io/v1beta1 kind: ...
Raphael10's user avatar
  • 219

15 30 50 per page
1
2 3 4 5
189