python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Unable to attach or mount volumes on pods
We noticed that these errors started after the node-pool was autoscaled and the existing Nodes were replaced with new compute instances. This also happened during a maintenance window. We're using an ...
westcoastdev
Votes: 0
Answers: 1
Does the metric kubernetes.pod.memory.usage also counts cache/buffer usage?
Trying to keep track of memory usage for a pod in k8s. Does the metric kubernetes.pod.memory.usage counts cached/buffer size? If yes, which metric should I use to keep track of actual memory usage
shakalaka
Votes: 0
Answers: 1
Coredns is not forwarding the domains to external dns
I tried to customize the coredns of kubernetes by adding a domain and forwarded it to another server using forward plugin in coredns as below.
Corefile: |
console.chn1s1.pub:53 {
log
e...
anonymous user
Votes: 0
Answers: 1
Is there an easy way to add all private endpoint host entries to host aliases in values.yaml file for kubernetes deployment?
I know entries from hosts file can be added to pods like below
apiVersion: v1
kind: Pod
metadata:
name: hostaliases-pod
spec:
restartPolicy: Never
hostAliases:
- ip: "127.0.0.1"
...
Venkatesh Gotimukul
Votes: 0
Answers: 1