Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
0 answers
41 views

Mongodb and Orion Context Briker Connection [closed]

I am trying to deploy mongodb statefulset and orion deployment in kubernetes, but the orion container restarts continiously due to connectivity with mongo. I can't find what is wrong Orion apiVersion: ...
alex's user avatar
  • 383
0 votes
0 answers
16 views

how to make nvidia.com/gpu available in k8s node

when i describe node, there is no gpu resource, why? (this is the node description) I have installed nvidia driver (this is nvidia driver for tesla p4) I have installed nvidia container toolkit, and ...
shizhouhu's user avatar
0 votes
0 answers
11 views

By changing image name I get container crashloopback error [duplicate]

I am facing an issue if I use the ubuntu or centos image the container shows error: crashbackloop. however if i use apache HTTPD image it works. can you please help me to solve the issue kind: ...
moksh kunwar's user avatar
0 votes
0 answers
40 views

Kubernetes System Pool starts after User Pool

Today Azure seems to have some issues across different services and this situation caused my curiosity over our Kubernetes cluster strange behavior's. My configuration is the following: Cluster is ...
Stavros Koureas's user avatar
-1 votes
1 answer
188 views

Containers with the same image version but with different configs

Is there a way to have an application with 2 containers with the same image version but with different name and resources on OpenShift? For example: In the same namespace, given a micro service with ...
EdCwb's user avatar
  • 3
0 votes
1 answer
566 views

Handling Long-Running initContainers for Kubernetes Jobs

After a recent upgrade to GKE 1.26, I began encountering an issue related to a Kubernetes job that has been historically running without issue. The job itself consists two components: A simple ...
Rion Williams's user avatar
2 votes
0 answers
927 views

AKS Pod status ContainerStatusUnknown with exit code 137

I have a AKS cluster and it has one Node pool with 1 node and the Autoscaling was Enabled to Max 5 nodes. I noticed that, there are few pods are not running and shows error, cert-manager-XXX 1/1 ...
Rakesh V's user avatar
0 votes
1 answer
538 views

containerd apparently storing multiple copies of the same container - how to test it's not a wasteful duplication?

Much to my surprise, the disk space (reported by du) used by containerd for storing Docker images is apparently additive, so it is possible that multiple duplicates of the same container image are ...
mirekphd's user avatar
  • 6,180
1 vote
1 answer
83 views

Go rest service deployed in k8s response timeout

I deployed a go rest service in k8s, limit it's cpu 200m and memory 80Mi. I find that the service occasionally response times out. When I use command crictl stats, the resource usages of container is ...
feanikes's user avatar
1 vote
2 answers
498 views

What is the history of using dockershim with containerd in Kubernetes?

I'm currently studying the Container Runtime Interface (CRI) in Kubernetes and have a question that came up during my studies. Since version 1.20, Kubernetes has discontinued support for Dockershim, ...
Hwan E's user avatar
  • 628
0 votes
1 answer
653 views

How to determine if cAdvisor is installed and what is its version/origin

We have a number of Kubernetes clusters that we use for our daily work. I am trying to determine: Is cAdvisor installed and running? What is its version and origin? Based on my research, cAdvisor ...
Joseph Gagnon's user avatar
1 vote
0 answers
154 views

Kubernetes all images are duplicated with same id

Problem While using k3s + external containerd, all the images are duplicated. This includes: images automatically pulled by k3s (kube-system, etc.) images built locally with cli (using docker/nerdctl ...
anvouk's user avatar
  • 11
0 votes
0 answers
123 views

Conversion from Docker to Kubernetes using Minikube and Kompose

I have converted my Docker-compose.yml file to Kubernetes MiniKube using Kompose. After the conversion, I was no longer able to see my microservices in my Eureka discovery-service. I converted the ...
brohjoe's user avatar
  • 914
1 vote
0 answers
333 views

Why does 'dlv connect' result in 'Command failed: connection is shut down' during remote debugging session in a container with port-forwarding?

dlv connect results in Command failed: connection is shut down I want to connect to delve (Go debugger) remotely and run a debugging session for the process in a container. But when I do dlv connect, ...
user21980941's user avatar

15 30 50 per page
1
2 3 4 5
60