Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
1 vote
1 answer
768 views

How do I configure EKS (Amazon Kubernetes) to use a different docker image repository?

You’d expect a wuestion this simple would have an amazon tutorial or documentation, but I can’t find any. How do I configure an EKS cluster to connect to a different self hosted docker registry? I ...
Some Linux Nerd's user avatar
0 votes
1 answer
103 views

Unable to start the container from docker image/ Its failing if we add CMD to start filebeat or fluentd agent

am unable to start the container from the docker image that builds from below Dockerfile It's failing if we add CMD to start filebeat or fluentd agent. Dockerfile ######################################...
Serji's user avatar
  • 1
0 votes
0 answers
72 views

Docker inside Jenkins Container running in EKS

I'm running a jenkins container in EKS and everything is working fine except when one of the pipelines has to build docker images. I've installed docker cli on my image but when i shell into the ...
user2051904's user avatar
0 votes
0 answers
40 views

Data written to PVC using job pod is not available in main POD

I have a job pod with a bash script that executes and writes data to the PVC, however, the same data is not available when I check in from the main POD, both the deployment & job use the same PVC, ...
Naveen Naidu's user avatar