Questions tagged [kubernetes-container]
33 questions
0
votes
1 answer
Is it possible to add/modify kubernetes container spec based on clusterwide setting
I have a kubernetes-based application that uses an operator to build and deploy containers in pods. Sometimes I'd like to run containers in privileged mode to enable performance tracing, but since I'm not deploying the pod/containers directly from a…

Tim B
- 424
- 3
- 7
0
votes
1 answer
kubernetes copy command does not respond
I want to copy one folder to pod, I am using below command
kubectl cp keys $POD:/home/oracle/
Issue is when I hit enter, I do not see any response(it does not exit after copying folder), as if the command is taking long time, although when I check…

Dhananjay
- 354
- 1
- 2
- 15
0
votes
1 answer
Send response back to client after google compute engine api call in node js
I am trying to get the Kubernetes cluster details from google cloud using google cloud Kubernetes API for node js.
Below is the example i have found in google documentation.
var google = require('googleapis');
var container =…

p_nair
- 57
- 1
- 1
- 5