close
Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!.

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
Filter by Employee ID
1 vote
0 answers
33 views

We are migrating a container workload to AKS which previously ran onprem under Docker Swarm. The containers are spun up, process jobs from a queue, post their results to a service elsewhere on the ...
0 votes
0 answers
44 views

Kubernetes supports user namespaces, and apparently supports id-mapped mounts. Tools like podman allow for using id-mapped mounts via the idmap option to --mount, but there doesn't appear to be ...
0 votes
1 answer
143 views

I am trying to familiarize myself with Kubernetes internals so I started with a simple 1-node setup through nixos's roles. It, by default, installs flannel CNI plugin. The thing I wanted to do is ...
0 votes
0 answers
86 views

I'm trying to deploy PgAdmin4 to Kubernetes. I have a custom config_local.py that contains an oauth2 client secret. I have the contents of config_local.py stored in Vault. Ideally, I'd have the ...
1 vote
0 answers
86 views

I do have the follwing Service : --- apiVersion: apps/v1 kind: Deployment metadata: labels: app: whoami name: whoami spec: replicas: 1 selector: matchLabels: app: whoami ...
0 votes
1 answer
102 views

I have an issue with kube-apiserver which try to resolve an audit-log webhook service name using external DNS (192.168.2.23 is an external DNS server from another LAN defined in /etc/resolv.conf) ...
0 votes
0 answers
34 views

I would be interested to understand how to handle shared secrets used by many resources (e.g. deployments) by using CSI Secret Provider Classes. In this moment I have many Helm Releases in the same ...
0 votes
0 answers
20 views

My cluster info : Kubernetes version: 1..3.7 Deployment: bare metal Installation method: kubesprayHost. OS: Rocky Linux 9 CNI : Calico v3.30.5 vxlan, with ipvs later nftables. with strictARP. CRI : ...
0 votes
0 answers
36 views

I want to deploy additional services, such as openssh-server, into helm_release ingress-nginx, which I've configured in a terraform/opentofu file. I've found resources and questions like https://...
2 votes
2 answers
265 views

I am using Harbor version: v2.14.1-f1393edc Harbor helm chart version: 1.18.1 I deployed Harbor and created a Docker Hub proxy cache. I am using Nebius object storage which is s3-compatible storage. ...
0 votes
0 answers
43 views

I've set up Grafana by deploying the official helm chart with ArgoCD. I have 3 grafana pods running. In order to achieve HA and to avoid having duplicate notifications, I set up the unified_alerting ...
0 votes
0 answers
46 views

I am facing a networking issue in my Kubernetes cluster involving an external F5 Load Balancer, NodePort services, and Network Policies. Here is my current setup: The Infrastructure: Ingress: ...
0 votes
1 answer
163 views

Fast question. Nerdctl report this container running nerdctl --namespace k8s.io image ls|grep -i debian debian 13122025 2d9f95f25185 8 minutes ago linux/...
1 vote
1 answer
260 views

I changed the Immich image version number in my manifest files (synced and deployed via ArgoCD). However, the pod was still showing up as "terminating" and didn't delete until I forced its ...
0 votes
0 answers
101 views

Good afternoon, it's tedious for me to configure ingress so that the result from the address https://s3.animori.tv/animori/public/robots.txt issued at the address https://animori.tv/robots.txt at the ...

15 30 50 per page
1
2 3 4 5
185