Skip to main content

Unanswered Questions

721 questions with no upvoted or accepted answers
-1 votes
1 answer
309 views

Kubernetes Ingress route path pod name

I have a Docker container that is used in Kubernetes, but I've encountered a task to implement routing using the pod name. Here are my Deployment and Service. There's also an Ingress, but it's not ...
-1 votes
1 answer
5 views

Stopped the process after executing npm start / macOS homebrew

I was in the process of creating function components. When I noticed a problem was after I hit save and my terminal never updated me if it was a successful compile... I'll admit I panicked... a little....
-1 votes
1 answer
39 views

Enterprise Ready Prometheus

I am new to Prometheus and have been reading about its popularity as a tool for monitoring applications, containers and K8s objects. However, most of the blogs that I have come across have at best ...
-1 votes
1 answer
130 views

What would be the best questions to ask to assess technical skill on Kubernetes for an interview?

I have to conduct interviews on a specific position which requires somewhat probing expertise on Kubernetes. I am not very familiar with it. What would be the best questions that would allow me to ...
-1 votes
1 answer
28 views

which path has to be specified in httpGet handler in kubernetes?

I just started learning Kubernetes and I am confused about the 'path' parameter in httpGet handler in kubernetes probes. can anyone explain about that please?
-1 votes
1 answer
169 views

Can I define a CodePipeline with Terraform that deploys my Terraform resources?

I'm trying to figure out the best way to automate the deployment of infrastructure resources defined in Terraform. Ideally, I'd like to deploy all my code — including resource definitions — in a CI/CD ...
-1 votes
1 answer
233 views

How do I install BlackDuck on mac?

I am trying to scan container images using the blackdock scanning tool. Unfortunately, I couldn't find any free version to play around with; please provide guidance and the simplest way to scan the ...
-1 votes
1 answer
166 views

Can the status be running after applying the yaml file?

This is an interview question, It asks apply the following yaml file into your k8s cluster: apiVersion: V1 Kind: pod Metadata: Name: freebox Spec: Containers: - Name: busybox Image: ...
-1 votes
1 answer
372 views

DevOps Roadmap: Underststanding OS Concepts

According to the DevOps Roadmap from roadmap.sh, understanding the following OS topics are recommended: Process Management Threads and Concurrency Sockets POSIX Basics Networking Concepts I/O ...
-1 votes
1 answer
78 views

Kibana kubernetes all containers dashboard

How to create dashboard which will show all running containers in a namespace along with how many different channel (header in route/rest api calls) calling the routes of that container?
-1 votes
2 answers
62 views

K8s with docker hub

I have configured jenkins with github.com. Jenkins notices if commit occurs and then jenkins make the docker image and upload the new image to docker hub. How can I make k8s listens to docker hub i.e. ...
-1 votes
1 answer
2k views

How to get ConsoleFull Output,changeLog of upstream job along with downstream jobs console full output and changeLog in jenkins pipeline jobs!

Lets say we have Jobs A , B , C ,D and E. Job A triggers Job B ; Job B triggers Job C; Job C triggers Job D;, Job D triggers Job E; When one of the child job fails for example: Job c fails then email ...
-1 votes
1 answer
4k views

Cannot resolve services with service name inside a kubernetes pod

I cannot access a pod from another pod with its service name. Getting error as cannot resolve host svcname When i try to view the information of /etc/resolv.conf, i do see ec2.internal as searches ...
-1 votes
1 answer
489 views

Jenkins Slaves cannot connect to the Master Jenkins

I switched the Jenkins to using https on port 8080 . After a restart of the Jenkins,the slaves cannot reconnect. I changed only Jenkins location from Configure System -> Jenkins Location -> ...
-1 votes
1 answer
285 views

Is gitlab-runner suit for production use

Is the GitLab CI/CD tools suit/reliable for production use? As more details, I have more than two servers and they've gitlab-runner inside then connected as runners to my GitLab instance. In this case,...

15 30 50 per page